Class TargetArgs
Inherited Members
Namespace: Pulumi.Aws.AppAutoScaling
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TargetArgs : ResourceArgs
Constructors
View SourceTargetArgs()
Declaration
public TargetArgs()
Properties
View SourceMaxCapacity
The max capacity of the scalable target.
Declaration
public Input<int> MaxCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MinCapacity
The min capacity of the scalable target.
Declaration
public Input<int> MinCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ResourceId
The resource type and unique identifier string for the resource associated with the scaling policy. Documentation can be found in the ResourceId parameter at: AWS Application Auto Scaling API Reference
Declaration
public Input<string> ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
The ARN of the IAM role that allows Application AutoScaling to modify your scalable target on your behalf. This defaults to an IAM Service-Linked Role for most services and custom IAM Roles are ignored by the API for those namespaces. See the AWS Application Auto Scaling documentation for more information about how this service interacts with IAM.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScalableDimension
The scalable dimension of the scalable target. Documentation can be found in the ScalableDimension parameter at: AWS Application Auto Scaling API Reference
Declaration
public Input<string> ScalableDimension { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceNamespace
The AWS service namespace of the scalable target. Documentation can be found in the ServiceNamespace parameter at: AWS Application Auto Scaling API Reference
Declaration
public Input<string> ServiceNamespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |