AWS::AppConfig::DeploymentResource Type definition for AWS::AppConfig::Deployment
9 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationId | string | RequiredCreate-only |
ConfigurationProfileId | string | RequiredCreate-only |
ConfigurationVersion | string | RequiredCreate-only |
DeploymentStrategyId | string | RequiredCreate-only |
EnvironmentId | string | RequiredCreate-only |
Description | string | Create-only |
DynamicExtensionParameters | Array<DynamicExtensionParameters> | Create-onlyWrite-only |
KmsKeyIdentifier | string | Create-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DeploymentNumber | string | The sequence number of the deployment. |
State | string | The state of the deployment. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppConfig::Deployment
Resources:
MyResource:
Type: AWS::AppConfig::Deployment
Properties:
ApplicationId: "my-applicationid"
ConfigurationProfileId: "my-configurationprofileid"
DeploymentStrategyId: "my-deploymentstrategyid"
EnvironmentId: "my-environmentid"
ConfigurationVersion: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appconfig:GetDeploymentappconfig:ListTagsForResourceappconfig:StartDeploymentappconfig:GetDeploymentappconfig:TagResourceappconfig:ListTagsForResourcekms:GenerateDataKeyappconfig:ListDeploymentsappconfig:StopDeploymentOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApplicationIdConfigurationProfileIdDeploymentStrategyIdEnvironmentIdDescriptionConfigurationVersionKmsKeyIdentifierDynamicExtensionParametersTags