@Stability(value=Stable) public static final class CfnEnabledControl.Builder extends Object implements software.amazon.jsii.Builder<CfnEnabledControl>
CfnEnabledControl.| Modifier and Type | Method and Description |
|---|---|
CfnEnabledControl |
build() |
CfnEnabledControl.Builder |
controlIdentifier(String controlIdentifier)
`AWS::ControlTower::EnabledControl.ControlIdentifier`.
|
static CfnEnabledControl.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEnabledControl.Builder |
targetIdentifier(String targetIdentifier)
`AWS::ControlTower::EnabledControl.TargetIdentifier`.
|
@Stability(value=Stable) public static CfnEnabledControl.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEnabledControl.Builder.@Stability(value=Stable) public CfnEnabledControl.Builder controlIdentifier(String controlIdentifier)
controlIdentifier - `AWS::ControlTower::EnabledControl.ControlIdentifier`. This parameter is required.this@Stability(value=Stable) public CfnEnabledControl.Builder targetIdentifier(String targetIdentifier)
targetIdentifier - `AWS::ControlTower::EnabledControl.TargetIdentifier`. This parameter is required.this@Stability(value=Stable) public CfnEnabledControl build()
build in interface software.amazon.jsii.Builder<CfnEnabledControl>Copyright © 2022. All rights reserved.