CapacityProviderArgs class
The set of arguments for CapacityProvider. The set of arguments for CapacityProvider.
Constructors
-
CapacityProviderArgs({Input<
List< ? capacityProviderScalingConfigs, Input<CapacityProviderCapacityProviderScalingConfig> ?>List< ? instanceRequirements, Input<CapacityProviderInstanceRequirement> ?>String?> ? kmsKeyArn, Input<String?> ? name, required Input<CapacityProviderPermissionsConfig> permissionsConfig, Input<String?> ? region, Input<Map< ? tags, Input<String, String> ?>CapacityProviderTimeouts?> ? timeouts, required Input<CapacityProviderVpcConfig> vpcConfig}) -
Creates a new CapacityProviderArgs.
capacityProviderScalingConfigsConfiguration block for scaling policy settings. See Capacity Provider Scaling Config below.instanceRequirementsConfiguration block for instance requirements settings. See Instance Requirements below.kmsKeyArnARN of the KMS key used to encrypt the Capacity Provider.nameName of the Capacity Provider.permissionsConfigConfiguration block for permissions settings. See Permissions Config below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsMap of tags assigned to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.timeoutsOptional.vpcConfigConfiguration block for VPC settings. See VPC Config below.const -
CapacityProviderArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
capacityProviderScalingConfigs
→ Input<
List< ?CapacityProviderCapacityProviderScalingConfig> ?> -
Configuration block for scaling policy settings. See Capacity Provider Scaling Config below.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instanceRequirements
→ Input<
List< ?CapacityProviderInstanceRequirement> ?> -
Configuration block for instance requirements settings. See Instance Requirements below.
final
-
kmsKeyArn
→ Input<
String?> ? -
ARN of the KMS key used to encrypt the Capacity Provider.
final
-
name
→ Input<
String?> ? -
Name of the Capacity Provider.
final
-
permissionsConfig
→ Input<
CapacityProviderPermissionsConfig> -
Configuration block for permissions settings. See Permissions Config below.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Map of tags assigned to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
timeouts
→ Input<
CapacityProviderTimeouts?> ? -
final
-
vpcConfig
→ Input<
CapacityProviderVpcConfig> -
Configuration block for VPC settings. See VPC Config below.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited