Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.applicationautoscaling.CfnScalableTargetPropsMixin.Builder
Packages that use CfnScalableTargetPropsMixin.Builder
-
Uses of CfnScalableTargetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.applicationautoscaling
Methods in software.amazon.awscdk.cfnpropertymixins.services.applicationautoscaling that return CfnScalableTargetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnScalableTargetPropsMixin.Builder.create()CfnScalableTargetPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnScalableTargetPropsMixin.Builder.maxCapacity(Number maxCapacity) The maximum value that you plan to scale out to.CfnScalableTargetPropsMixin.Builder.minCapacity(Number minCapacity) The minimum value that you plan to scale in to.CfnScalableTargetPropsMixin.Builder.resourceId(String resourceId) The identifier of the resource associated with the scalable target.CfnScalableTargetPropsMixin.Builder.resourceId(IClusterRef resourceId) The identifier of the resource associated with the scalable target.Specify the Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that allows Application Auto Scaling to modify the scalable target on your behalf.Specify the Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that allows Application Auto Scaling to modify the scalable target on your behalf.CfnScalableTargetPropsMixin.Builder.scalableDimension(String scalableDimension) The scalable dimension associated with the scalable target.CfnScalableTargetPropsMixin.Builder.scheduledActions(List<? extends Object> scheduledActions) The scheduled actions for the scalable target.CfnScalableTargetPropsMixin.Builder.scheduledActions(IResolvable scheduledActions) The scheduled actions for the scalable target.CfnScalableTargetPropsMixin.Builder.serviceNamespace(String serviceNamespace) The namespace of the AWS service that provides the resource, or acustom-resource.CfnScalableTargetPropsMixin.Builder.suspendedState(CfnScalableTargetPropsMixin.SuspendedStateProperty suspendedState) An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling.CfnScalableTargetPropsMixin.Builder.suspendedState(IResolvable suspendedState) An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling.