Skip to main content

Hosted Configuration Version

Manages an AppConfig Hosted Configuration Version.

Sample code

exports.createResources = () => [
{
type: "HostedConfigurationVersion",
group: "AppConfig",
properties: ({}) => ({
Content: "yolo=3",
ContentType: "text/plain",
}),
dependencies: ({}) => ({
configurationProfile: "my-appconfig::profile-freeform",
}),
},
];

Properties

Dependencies

Full Examples

List

gc l -t AppConfig::HostedConfigurationVersion
Listing resources on 1 provider: aws
✓ aws us-east-1
✓ Initialising
✓ Listing 3/3
┌──────────────────────────────────────────────────────────────────────────┐
│ 1 AppConfig::HostedConfigurationVersion from aws │
├──────────────────────────────────────────────────────────────────────────┤
│ name: my-appconfig::profile-freeform │
│ managedByUs: Yes │
│ live: │
│ ApplicationId: sy4ot8r │
│ ConfigurationProfileId: due8kag │
│ Content: yolo=3 │
│ ContentType: text/plain │
│ VersionNumber: 1 │
│ Latest: true │
│ │
└──────────────────────────────────────────────────────────────────────────┘


List Summary:
Provider: aws
┌─────────────────────────────────────────────────────────────────────────┐
│ aws │
├───────────────────────────────────────┬─────────────────────────────────┤
│ AppConfig::HostedConfigurationVersion │ my-appconfig::profile-freeform │
└───────────────────────────────────────┴─────────────────────────────────┘
1 resource, 1 type, 1 provider
Command "gc l -t AppConfig::HostedConfigurationVersion" executed in 5s, 94 MB