Class CfnAssessmentFrameworkMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.auditmanager.CfnAssessmentFrameworkMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssessmentFrameworkMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssessmentFrameworkMixinProps
@Stability(Stable)
@Internal
public static final class CfnAssessmentFrameworkMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssessmentFrameworkMixinProps
An implementation for
CfnAssessmentFrameworkMixinProps-
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.cfnpropertymixins.services.auditmanager.CfnAssessmentFrameworkMixinProps
CfnAssessmentFrameworkMixinProps.Builder, CfnAssessmentFrameworkMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssessmentFrameworkMixinProps.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 theCfnAssessmentFrameworkMixinProps.Builder.
-
-
Method Details
-
getComplianceType
Description copied from interface:CfnAssessmentFrameworkMixinPropsThe compliance type that the framework supports, such as CIS or HIPAA.- Specified by:
getComplianceTypein interfaceCfnAssessmentFrameworkMixinProps- See Also:
-
getControlSets
Description copied from interface:CfnAssessmentFrameworkMixinPropsThe control sets that are associated with the framework.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssessmentFrameworkPropsMixin.ControlSetProperty>- Specified by:
getControlSetsin interfaceCfnAssessmentFrameworkMixinProps- See Also:
-
getDescription
Description copied from interface:CfnAssessmentFrameworkMixinPropsThe description of the framework.- Specified by:
getDescriptionin interfaceCfnAssessmentFrameworkMixinProps- See Also:
-
getName
Description copied from interface:CfnAssessmentFrameworkMixinPropsThe name of the framework.- Specified by:
getNamein interfaceCfnAssessmentFrameworkMixinProps- See Also:
-
getTags
Description copied from interface:CfnAssessmentFrameworkMixinPropsThe tags associated with the framework.- Specified by:
getTagsin interfaceCfnAssessmentFrameworkMixinProps- 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()
-