public static final class CfnFramework.FrameworkControlProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFramework.FrameworkControlProperty
CfnFramework.FrameworkControlProperty
CfnFramework.FrameworkControlProperty.Builder, CfnFramework.FrameworkControlProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getControlInputParameters()
A list of `ParameterName` and `ParameterValue` pairs.
|
java.lang.String |
getControlName()
The name of a control.
|
java.lang.Object |
getControlScope()
The scope of a control.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getControlName()
CfnFramework.FrameworkControlProperty
This name is between 1 and 256 characters.
getControlName
in interface CfnFramework.FrameworkControlProperty
public final java.lang.Object getControlInputParameters()
CfnFramework.FrameworkControlProperty
getControlInputParameters
in interface CfnFramework.FrameworkControlProperty
public final java.lang.Object getControlScope()
CfnFramework.FrameworkControlProperty
The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see ControlScope
.
getControlScope
in interface CfnFramework.FrameworkControlProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()