AWS::AppConfig::HostedConfigurationVersionResource Type definition for AWS::AppConfig::HostedConfigurationVersion
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationId | string | RequiredCreate-only |
ConfigurationProfileId | string | RequiredCreate-only |
Content | string | RequiredCreate-only |
ContentType | string | RequiredCreate-only |
Description | string | Create-only |
LatestVersionNumber | integer | Create-onlyWrite-only |
VersionLabel | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
VersionNumber | string | Current version number of hosted configuration version. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppConfig::HostedConfigurationVersion
Resources:
MyResource:
Type: AWS::AppConfig::HostedConfigurationVersion
Properties:
ApplicationId: "my-applicationid"
ConfigurationProfileId: "my-configurationprofileid"
Content: "value"
ContentType: "value"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appconfig:GetHostedConfigurationVersionappconfig:CreateHostedConfigurationVersionappconfig:ListHostedConfigurationVersionsappconfig:DeleteHostedConfigurationVersionOur 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.
ApplicationIdConfigurationProfileIdDescriptionContentContentTypeLatestVersionNumberVersionLabel