Class GetGroupResult
Inheritance
System.Object
GetGroupResult
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()
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetGroupResult
Fields
View Source
Arn
The Amazon Resource Name (ARN) of the Auto Scaling group.
Declaration
public readonly string Arn
Field Value
| Type |
Description |
| System.String |
|
View Source
AvailabilityZones
One or more Availability Zones for the group.
Declaration
public readonly ImmutableArray<string> AvailabilityZones
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
DefaultCooldown
Declaration
public readonly int DefaultCooldown
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
DesiredCapacity
The desired size of the group.
Declaration
public readonly int DesiredCapacity
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
HealthCheckGracePeriod
The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
Declaration
public readonly int HealthCheckGracePeriod
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
HealthCheckType
The service to use for the health checks. The valid values are EC2 and ELB.
Declaration
public readonly string HealthCheckType
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
LaunchConfiguration
The name of the associated launch configuration.
Declaration
public readonly string LaunchConfiguration
Field Value
| Type |
Description |
| System.String |
|
View Source
LoadBalancers
One or more load balancers associated with the group.
Declaration
public readonly ImmutableArray<string> LoadBalancers
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
MaxSize
The maximum size of the group.
Declaration
public readonly int MaxSize
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
MinSize
The minimum size of the group.
Declaration
public readonly int MinSize
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Name
The name of the Auto Scaling group.
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
NewInstancesProtectedFromScaleIn
Declaration
public readonly bool NewInstancesProtectedFromScaleIn
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
PlacementGroup
Declaration
public readonly string PlacementGroup
Field Value
| Type |
Description |
| System.String |
|
View Source
ServiceLinkedRoleArn
The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS services on your behalf.
Declaration
public readonly string ServiceLinkedRoleArn
Field Value
| Type |
Description |
| System.String |
|
View Source
Status
The current state of the group when DeleteAutoScalingGroup is in progress.
Declaration
public readonly string Status
Field Value
| Type |
Description |
| System.String |
|
View Source
TargetGroupArns
The Amazon Resource Names (ARN) of the target groups for your load balancer.
Declaration
public readonly ImmutableArray<string> TargetGroupArns
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
TerminationPolicies
The termination policies for the group.
Declaration
public readonly ImmutableArray<string> TerminationPolicies
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
VpcZoneIdentifier
Declaration
public readonly string VpcZoneIdentifier
Field Value
| Type |
Description |
| System.String |
|