Class SubscriptionExpirationPolicyArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.PubSub.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SubscriptionExpirationPolicyArgs : ResourceArgs
Constructors
View SourceSubscriptionExpirationPolicyArgs()
Declaration
public SubscriptionExpirationPolicyArgs()
Properties
View SourceTtl
Specifies the "time-to-live" duration for an associated resource. The resource expires if it is not active for a period of ttl. If ttl is not set, the associated resource never expires. A duration in seconds with up to nine fractional digits, terminated by 's'. Example - "3.5s".
Declaration
public Input<string> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |