@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.779Z") @Stability(value=Stable) public interface CfnEnabledControlProps extends software.amazon.jsii.JsiiSerializable
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.controltower.*;
CfnEnabledControlProps cfnEnabledControlProps = CfnEnabledControlProps.builder()
.controlIdentifier("controlIdentifier")
.targetIdentifier("targetIdentifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnabledControlProps.Builder
A builder for
CfnEnabledControlProps |
static class |
CfnEnabledControlProps.Jsii$Proxy
An implementation for
CfnEnabledControlProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnabledControlProps.Builder |
builder() |
String |
getControlIdentifier()
`AWS::ControlTower::EnabledControl.ControlIdentifier`.
|
String |
getTargetIdentifier()
`AWS::ControlTower::EnabledControl.TargetIdentifier`.
|
@Stability(value=Stable) @NotNull String getControlIdentifier()
@Stability(value=Stable) @NotNull String getTargetIdentifier()
@Stability(value=Stable) static CfnEnabledControlProps.Builder builder()
CfnEnabledControlProps.Builder of CfnEnabledControlPropsCopyright © 2022. All rights reserved.