Interface CfnTargetAccountConfigurationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTargetAccountConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:40.408Z")
@Stability(Stable)
public interface CfnTargetAccountConfigurationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnTargetAccountConfiguration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.fis.*;
CfnTargetAccountConfigurationProps cfnTargetAccountConfigurationProps = CfnTargetAccountConfigurationProps.builder()
.accountId("accountId")
.experimentTemplateId("experimentTemplateId")
.roleArn("roleArn")
// the properties below are optional
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTargetAccountConfigurationPropsstatic final classAn implementation forCfnTargetAccountConfigurationProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
The AWS account ID of the target account.- See Also:
-
getExperimentTemplateId
The ID of the experiment template.- See Also:
-
getRoleArn
The Amazon Resource Name (ARN) of an IAM role for the target account.- See Also:
-
getDescription
The description of the target account.- See Also:
-
builder
-