Class GroupInitialLifecycleHookArgs
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.Aws.AutoScaling.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GroupInitialLifecycleHookArgs : ResourceArgs
Constructors
View SourceGroupInitialLifecycleHookArgs()
Declaration
public GroupInitialLifecycleHookArgs()
Properties
View SourceDefaultResult
Declaration
public Input<string> DefaultResult { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HeartbeatTimeout
Declaration
public Input<int> HeartbeatTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LifecycleTransition
Declaration
public Input<string> LifecycleTransition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the auto scaling group. By default generated by this provider.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotificationMetadata
Declaration
public Input<string> NotificationMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotificationTargetArn
Declaration
public Input<string> NotificationTargetArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |