@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:57.546Z") @Stability(value=Stable) public class CfnScalableTarget extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnScalableTarget.Builder
A fluent builder for
CfnScalableTarget. |
static interface |
CfnScalableTarget.ScalableTargetActionProperty |
static interface |
CfnScalableTarget.ScheduledActionProperty |
static interface |
CfnScalableTarget.SuspendedStateProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnScalableTarget(software.constructs.Construct scope,
String id,
CfnScalableTargetProps props)
Create a new `AWS::ApplicationAutoScaling::ScalableTarget`.
|
protected |
CfnScalableTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnScalableTarget(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Number |
getMaxCapacity()
`AWS::ApplicationAutoScaling::ScalableTarget.MaxCapacity`.
|
Number |
getMinCapacity()
`AWS::ApplicationAutoScaling::ScalableTarget.MinCapacity`.
|
String |
getResourceId()
`AWS::ApplicationAutoScaling::ScalableTarget.ResourceId`.
|
String |
getRoleArn()
`AWS::ApplicationAutoScaling::ScalableTarget.RoleARN`.
|
String |
getScalableDimension()
`AWS::ApplicationAutoScaling::ScalableTarget.ScalableDimension`.
|
Object |
getScheduledActions()
`AWS::ApplicationAutoScaling::ScalableTarget.ScheduledActions`.
|
String |
getServiceNamespace()
`AWS::ApplicationAutoScaling::ScalableTarget.ServiceNamespace`.
|
Object |
getSuspendedState()
`AWS::ApplicationAutoScaling::ScalableTarget.SuspendedState`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setMaxCapacity(Number value)
`AWS::ApplicationAutoScaling::ScalableTarget.MaxCapacity`.
|
void |
setMinCapacity(Number value)
`AWS::ApplicationAutoScaling::ScalableTarget.MinCapacity`.
|
void |
setResourceId(String value)
`AWS::ApplicationAutoScaling::ScalableTarget.ResourceId`.
|
void |
setRoleArn(String value)
`AWS::ApplicationAutoScaling::ScalableTarget.RoleARN`.
|
void |
setScalableDimension(String value)
`AWS::ApplicationAutoScaling::ScalableTarget.ScalableDimension`.
|
void |
setScheduledActions(IResolvable value)
`AWS::ApplicationAutoScaling::ScalableTarget.ScheduledActions`.
|
void |
setScheduledActions(List<Object> value)
`AWS::ApplicationAutoScaling::ScalableTarget.ScheduledActions`.
|
void |
setServiceNamespace(String value)
`AWS::ApplicationAutoScaling::ScalableTarget.ServiceNamespace`.
|
void |
setSuspendedState(CfnScalableTarget.SuspendedStateProperty value)
`AWS::ApplicationAutoScaling::ScalableTarget.SuspendedState`.
|
void |
setSuspendedState(IResolvable value)
`AWS::ApplicationAutoScaling::ScalableTarget.SuspendedState`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnScalableTarget(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnScalableTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnScalableTarget(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnScalableTargetProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Number getMaxCapacity()
@Stability(value=Stable)
public void setMaxCapacity(@NotNull
Number value)
@Stability(value=Stable) @NotNull public Number getMinCapacity()
@Stability(value=Stable)
public void setMinCapacity(@NotNull
Number value)
@Stability(value=Stable) @NotNull public String getResourceId()
@Stability(value=Stable)
public void setResourceId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getScalableDimension()
@Stability(value=Stable)
public void setScalableDimension(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getServiceNamespace()
@Stability(value=Stable)
public void setServiceNamespace(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getScheduledActions()
@Stability(value=Stable)
public void setScheduledActions(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setScheduledActions(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getSuspendedState()
@Stability(value=Stable)
public void setSuspendedState(@Nullable
CfnScalableTarget.SuspendedStateProperty value)
@Stability(value=Stable)
public void setSuspendedState(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.