CapacityProviderArgs class

The set of arguments for CapacityProvider. The set of arguments for CapacityProvider.

Constructors

CapacityProviderArgs({Input<List<CapacityProviderCapacityProviderScalingConfig>?>? capacityProviderScalingConfigs, Input<List<CapacityProviderInstanceRequirement>?>? instanceRequirements, Input<String?>? kmsKeyArn, Input<String?>? name, required Input<CapacityProviderPermissionsConfig> permissionsConfig, Input<String?>? region, Input<Map<String, String>?>? tags, 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.
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
tags → Input<Map<String, String>?>?
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.
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