Class CfnAssessmentFrameworkProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.auditmanager.CfnAssessmentFrameworkProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssessmentFrameworkProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssessmentFrameworkProps
@Stability(Stable)
@Internal
public static final class CfnAssessmentFrameworkProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssessmentFrameworkProps
An implementation for
CfnAssessmentFrameworkProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.auditmanager.CfnAssessmentFrameworkProps
CfnAssessmentFrameworkProps.Builder, CfnAssessmentFrameworkProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssessmentFrameworkProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe compliance type that the framework supports, such as CIS or HIPAA.final ObjectThe control sets that are associated with the framework.final StringThe description of the framework.final StringgetName()The name of the framework.getTags()The tags associated with the framework.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAssessmentFrameworkProps.Builder.
-
-
Method Details
-
getControlSets
Description copied from interface:CfnAssessmentFrameworkPropsThe control sets that are associated with the framework.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssessmentFramework.ControlSetProperty>- Specified by:
getControlSetsin interfaceCfnAssessmentFrameworkProps- See Also:
-
getName
Description copied from interface:CfnAssessmentFrameworkPropsThe name of the framework.- Specified by:
getNamein interfaceCfnAssessmentFrameworkProps- See Also:
-
getComplianceType
Description copied from interface:CfnAssessmentFrameworkPropsThe compliance type that the framework supports, such as CIS or HIPAA.- Specified by:
getComplianceTypein interfaceCfnAssessmentFrameworkProps- See Also:
-
getDescription
Description copied from interface:CfnAssessmentFrameworkPropsThe description of the framework.- Specified by:
getDescriptionin interfaceCfnAssessmentFrameworkProps- See Also:
-
getTags
Description copied from interface:CfnAssessmentFrameworkPropsThe tags associated with the framework.- Specified by:
getTagsin interfaceCfnAssessmentFrameworkProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-