AWS::FIS::TargetAccountConfigurationResource schema for AWS::FIS::TargetAccountConfiguration
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccountId | string | RequiredCreate-only |
ExperimentTemplateId | string | RequiredCreate-only |
RoleArn | string | Required |
Description | string |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FIS::TargetAccountConfiguration
Resources:
MyResource:
Type: AWS::FIS::TargetAccountConfiguration
Properties:
ExperimentTemplateId: "my-experimenttemplateid"
AccountId: "my-accountid"
RoleArn: "arn:aws:service:region:account:resource"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
fis:CreateTargetAccountConfigurationfis:GetTargetAccountConfigurationfis:UpdateTargetAccountConfigurationfis:DeleteTargetAccountConfigurationfis:ListTargetAccountConfigurationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterExperimentTemplateIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ExperimentTemplateIdAccountId