@Stability(value=Stable)
public static interface CfnFramework.FrameworkControlProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.backup.*;
Object controlScope;
FrameworkControlProperty frameworkControlProperty = FrameworkControlProperty.builder()
.controlName("controlName")
// the properties below are optional
.controlInputParameters(List.of(ControlInputParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.controlScope(controlScope)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFramework.FrameworkControlProperty.Builder
A builder for
CfnFramework.FrameworkControlProperty |
static class |
CfnFramework.FrameworkControlProperty.Jsii$Proxy
An implementation for
CfnFramework.FrameworkControlProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFramework.FrameworkControlProperty.Builder |
builder() |
default Object |
getControlInputParameters()
`CfnFramework.FrameworkControlProperty.ControlInputParameters`.
|
String |
getControlName()
`CfnFramework.FrameworkControlProperty.ControlName`.
|
default Object |
getControlScope()
`CfnFramework.FrameworkControlProperty.ControlScope`.
|
@Stability(value=Stable) @Nullable default Object getControlInputParameters()
@Stability(value=Stable) @NotNull String getControlName()
@Stability(value=Stable) @Nullable default Object getControlScope()
@Stability(value=Stable) static CfnFramework.FrameworkControlProperty.Builder builder()
Copyright © 2021. All rights reserved.