Class SubscriptionExpirationPolicy
Inheritance
System.Object
SubscriptionExpirationPolicy
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SubscriptionExpirationPolicy
Fields
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 readonly string Ttl
Field Value
| Type | Description |
|---|---|
| System.String |