AWS::AppConfig::ExperimentDefinitionResource Type definition for AWS::AppConfig::ExperimentDefinition
12 configurable properties. 8 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationIdentifier | string | RequiredCreate-only |
AudienceRule | string | Required |
ConfigurationProfileIdentifier | string | RequiredCreate-only |
Control | Treatment | Required |
EnvironmentIdentifier | string | RequiredCreate-only |
FlagKey | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
Treatments | Array<Treatment> | Required |
AudienceDescription | string | |
Hypothesis | string | |
LaunchCriteria | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApplicationId | string | The resolved application ID (read-only, assigned by service). |
CreatedAt | string | ISO-8601 creation timestamp. |
Id | string | The experiment definition ID. |
Status | string | Current status. |
UpdatedAt | string | ISO-8601 last update timestamp. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppConfig::ExperimentDefinition
Resources:
MyResource:
Type: AWS::AppConfig::ExperimentDefinition
Properties:
ApplicationIdentifier: "my-applicationidentifier"
Name: "my-name"
ConfigurationProfileIdentifier: "my-configurationprofileidentifier"
EnvironmentIdentifier: "my-environmentidentifier"
FlagKey: "value"
Treatments: []
Control: "value"
AudienceRule: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
appconfig:GetExperimentDefinitionappconfig:ListTagsForResourceappconfig:CreateExperimentDefinitionappconfig:GetExperimentDefinitionappconfig:TagResourceappconfig:ListTagsForResourceappconfig:UpdateExperimentDefinitionappconfig:GetExperimentDefinitionappconfig:TagResourceappconfig:UntagResourceappconfig:ListTagsForResourceappconfig:ListExperimentDefinitionsappconfig:DeleteExperimentDefinitionappconfig:GetExperimentDefinitionOur 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.
ApplicationIdentifierNameConfigurationProfileIdentifierEnvironmentIdentifierFlagKey