Skip to main content

deployment_configs

Retrieves a list of deployment_configs in a region

Overview

Namedeployment_configs
TypeResource
Descriptiondeployment_configs
Idawscc.codedeploy.deployment_configs

Fields

NameDatatypeDescription
deployment_config_namestringA 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.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
deployment_config_name
FROM awscc.codedeploy.deployment_configs
WHERE region = 'us-east-1'

Permissions

To operate on the deployment_configs resource, the following permissions are required:

Create

codedeploy:CreateDeploymentConfig

List

codedeploy:ListDeploymentConfigs