Interface CfnTargetAccountConfigurationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTargetAccountConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:02.139Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTargetAccountConfigurationProps
static final class
An 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
-