-CapacityProviderName <
String>
The name of the capacity provider.
| Required? | True |
| Position? | 1 |
| Accept pipeline input? | True (ByValue, ByPropertyName) |
-CapacityProviderScalingConfig_MaxVCpuCount <
Int32>
The maximum number of vCPUs that the capacity provider can provision across all compute instances.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The scaling mode that determines how the capacity provider responds to changes in demand.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A list of scaling policies that define how the capacity provider scales compute instances based on metrics and thresholds. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | CapacityProviderScalingConfig_ScalingPolicies |
Amazon.PowerShell.Cmdlets.LM.AmazonLambdaClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-InstanceRequirements_AllowedInstanceType <
String[]>
A list of EC2 instance types that the capacity provider is allowed to use. If not specified, all compatible instance types are allowed. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | InstanceRequirements_AllowedInstanceTypes |
-InstanceRequirements_Architecture <
String[]>
A list of supported CPU architectures for compute instances. Valid values include x86_64 and arm64. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | InstanceRequirements_Architectures |
-InstanceRequirements_ExcludedInstanceType <
String[]>
A list of EC2 instance types that the capacity provider should not use, even if they meet other requirements. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | InstanceRequirements_ExcludedInstanceTypes |
The ARN of the KMS key used to encrypt data associated with the capacity provider.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-PermissionsConfig_CapacityProviderOperatorRoleArn <
String>
The ARN of the IAM role that the capacity provider uses to manage compute instances and other Amazon Web Services resources.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'CapacityProvider'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Lambda.Model.CreateCapacityProviderResponse). Specifying the name of a property of type Amazon.Lambda.Model.CreateCapacityProviderResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A list of tags to associate with the capacity provider. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Tags |
A list of security group IDs that control network access for compute instances managed by the capacity provider. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | VpcConfig_SecurityGroupIds |
A list of subnet IDs where the capacity provider launches compute instances. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | VpcConfig_SubnetIds |