deployment_config
Gets an individual deployment_config
resource
Overview
Name | deployment_config |
Type | Resource |
Description | deployment_config |
Id | awscc.codedeploy.deployment_config |
Fields
Name | Datatype | Description |
---|---|---|
compute_platform | string | The destination platform type for the deployment (Lambda, Server, or ECS). |
deployment_config_name | string | A name for the deployment configuration. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment configuration name. For more information, see Name Type. |
minimum_healthy_hosts | object | The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value. |
zonal_config | object | The zonal deployment config that specifies how the zonal deployment behaves |
traffic_routing_config | object | The configuration that specifies how the deployment traffic is routed. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
compute_platform,
deployment_config_name,
minimum_healthy_hosts,
zonal_config,
traffic_routing_config
FROM awscc.codedeploy.deployment_config
WHERE data__Identifier = '<DeploymentConfigName>';
Permissions
To operate on the deployment_config
resource, the following permissions are required:
Read
codedeploy:GetDeploymentConfig
Delete
codedeploy:GetDeploymentConfig,
codedeploy:DeleteDeploymentConfig