CfnTargetAccountConfigurationMixinProps
- class aws_cdk.mixins_preview.aws_fis.mixins.CfnTargetAccountConfigurationMixinProps(*, account_id=None, description=None, experiment_template_id=None, role_arn=None)
Bases:
objectProperties for CfnTargetAccountConfigurationPropsMixin.
- Parameters:
account_id (
Optional[str]) – The AWS account ID of the target account.description (
Optional[str]) – The description of the target account.experiment_template_id (
Optional[str]) – The ID of the experiment template.role_arn (
Optional[str]) – The Amazon Resource Name (ARN) of an IAM role for the target account.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_fis import mixins as fis_mixins cfn_target_account_configuration_mixin_props = fis_mixins.CfnTargetAccountConfigurationMixinProps( account_id="accountId", description="description", experiment_template_id="experimentTemplateId", role_arn="roleArn" )
Attributes
- account_id
The AWS account ID of the target account.
- description
The description of the target account.
- experiment_template_id
The ID of the experiment template.
- role_arn
The Amazon Resource Name (ARN) of an IAM role for the target account.