interface TargetAccountConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FIS.TargetAccountConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfis#TargetAccountConfigurationReference |
![]() | software.amazon.awscdk.services.fis.TargetAccountConfigurationReference |
![]() | aws_cdk.aws_fis.TargetAccountConfigurationReference |
![]() | aws-cdk-lib » aws_fis » TargetAccountConfigurationReference |
A reference to a TargetAccountConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fis as fis } from 'aws-cdk-lib';
const targetAccountConfigurationReference: fis.TargetAccountConfigurationReference = {
accountId: 'accountId',
experimentTemplateId: 'experimentTemplateId',
};
Properties
Name | Type | Description |
---|---|---|
account | string | The AccountId of the TargetAccountConfiguration resource. |
experiment | string | The ExperimentTemplateId of the TargetAccountConfiguration resource. |
accountId
Type:
string
The AccountId of the TargetAccountConfiguration resource.
experimentTemplateId
Type:
string
The ExperimentTemplateId of the TargetAccountConfiguration resource.