Skip to main content

deployment_configs_list_only

Lists deployment_configs in a region or regions, for all properties use deployment_configs

Overview

Namedeployment_configs_list_only
TypeResource
DescriptionResource Type definition for AWS::CodeDeploy::DeploymentConfig
Idaws.codedeploy.deployment_configs_list_only

Fields

NameDatatypeDescription
compute_platformstringThe destination platform type for the deployment (Lambda, Server, or ECS).
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.
minimum_healthy_hostsobjectThe 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_configobjectThe zonal deployment config that specifies how the zonal deployment behaves
traffic_routing_configobjectThe configuration that specifies how the deployment traffic is routed.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all deployment_configs in a region.

SELECT
region,
deployment_config_name
FROM aws.codedeploy.deployment_configs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the deployment_configs_list_only resource, see deployment_configs