CapacityProviderState constructor
- Input<
String?> ? arn, - Input<
List< ? capacityProviderScalingConfigs,CapacityProviderCapacityProviderScalingConfig> ?> - Input<
List< ? instanceRequirements,CapacityProviderInstanceRequirement> ?> - Input<
String?> ? kmsKeyArn, - Input<
String?> ? name, - Input<
CapacityProviderPermissionsConfig?> ? permissionsConfig, - Input<
String?> ? region, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?> - Input<
CapacityProviderTimeouts?> ? timeouts, - Input<
CapacityProviderVpcConfig?> ? vpcConfig,
Creates a new CapacityProviderState.
arn ARN of the Capacity Provider.
capacityProviderScalingConfigs Configuration block for scaling policy settings. See Capacity Provider Scaling Config below.
instanceRequirements Configuration block for instance requirements settings. See Instance Requirements below.
kmsKeyArn ARN of the KMS key used to encrypt the Capacity Provider.
name Name of the Capacity Provider.
permissionsConfig Configuration block for permissions settings. See Permissions Config below.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Map of tags assigned to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
timeouts Optional.
vpcConfig Configuration block for VPC settings. See VPC Config below.
Implementation
const CapacityProviderState({
this.arn,
this.capacityProviderScalingConfigs,
this.instanceRequirements,
this.kmsKeyArn,
this.name,
this.permissionsConfig,
this.region,
this.tags,
this.tagsAll,
this.timeouts,
this.vpcConfig,
});