CapacityProviderArgs constructor
- Input<
List< ? capacityProviderScalingConfigs,CapacityProviderCapacityProviderScalingConfig> ?> - Input<
List< ? instanceRequirements,CapacityProviderInstanceRequirement> ?> - Input<
String?> ? kmsKeyArn, - Input<
String?> ? name, - required Input<
CapacityProviderPermissionsConfig> permissionsConfig, - Input<
String?> ? region, - Input<
Map< ? tags,String, String> ?> - Input<
CapacityProviderTimeouts?> ? timeouts, - required Input<
CapacityProviderVpcConfig> vpcConfig,
Creates a new CapacityProviderArgs.
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.
timeouts Optional.
vpcConfig Configuration block for VPC settings. See VPC Config below.
Implementation
const CapacityProviderArgs({
this.capacityProviderScalingConfigs,
this.instanceRequirements,
this.kmsKeyArn,
this.name,
required this.permissionsConfig,
this.region,
this.tags,
this.timeouts,
required this.vpcConfig,
});