Show / Hide Table of Contents

Class SubscriptionExpirationPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SubscriptionExpirationPolicyArgs
Inherited Members
ResourceArgs.Empty
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 Source

SubscriptionExpirationPolicyArgs()

Declaration
public SubscriptionExpirationPolicyArgs()

Properties

View Source

Ttl

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.