Show / Hide Table of Contents

Class TargetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TargetArgs
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.Aws.AppAutoScaling
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TargetArgs : ResourceArgs

Constructors

View Source

TargetArgs()

Declaration
public TargetArgs()

Properties

View Source

MaxCapacity

The max capacity of the scalable target.

Declaration
public Input<int> MaxCapacity { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinCapacity

The min capacity of the scalable target.

Declaration
public Input<int> MinCapacity { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
View Source

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>
View Source

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>
View Source

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