AWS::AppConfig::DeploymentStrategyResource Type definition for AWS::AppConfig::DeploymentStrategy
8 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DeploymentDurationInMinutes | number | Required |
GrowthFactor | number | Required |
Name | string | RequiredCreate-only |
ReplicateTo | string | RequiredCreate-only |
Description | string | |
FinalBakeTimeInMinutes | number | |
GrowthType | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | The deployment strategy ID. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppConfig::DeploymentStrategy
Resources:
MyResource:
Type: AWS::AppConfig::DeploymentStrategy
Properties:
DeploymentDurationInMinutes: 1
GrowthFactor: 1
Name: "my-name"
ReplicateTo: "NONE"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appconfig:CreateDeploymentStrategyappconfig:TagResourceappconfig:GetDeploymentStrategyappconfig:ListTagsForResourceappconfig:UpdateDeploymentStrategyappconfig:TagResourceappconfig:UntagResourceappconfig:DeleteDeploymentStrategyappconfig:ListDeploymentStrategiesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameReplicateTo