Class CfnSecurityControlProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityhub.CfnSecurityControlProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityControlProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecurityControlProps
@Stability(Stable)
@Internal
public static final class CfnSecurityControlProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityControlProps
An implementation for
CfnSecurityControlProps-
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.securityhub.CfnSecurityControlProps
CfnSecurityControlProps.Builder, CfnSecurityControlProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecurityControlProps.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 most recent reason for updating the customizable properties of a security control.final ObjectAn object that identifies the name of a control parameter, its current value, and whether it has been customized.final StringThe Amazon Resource Name (ARN) for a security control across standards, such asarn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1.final StringThe unique identifier of a security control across standards.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 theCfnSecurityControlProps.Builder.
-
-
Method Details
-
getParameters
Description copied from interface:CfnSecurityControlPropsAn object that identifies the name of a control parameter, its current value, and whether it has been customized.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnSecurityControl.ParameterConfigurationProperty>- Specified by:
getParametersin interfaceCfnSecurityControlProps- See Also:
-
getLastUpdateReason
Description copied from interface:CfnSecurityControlPropsThe most recent reason for updating the customizable properties of a security control.This differs from the
UpdateReasonfield of theBatchUpdateStandardsControlAssociationsAPI, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.- Specified by:
getLastUpdateReasonin interfaceCfnSecurityControlProps- See Also:
-
getSecurityControlArn
Description copied from interface:CfnSecurityControlPropsThe Amazon Resource Name (ARN) for a security control across standards, such asarn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. This parameter doesn't mention a specific standard.- Specified by:
getSecurityControlArnin interfaceCfnSecurityControlProps- See Also:
-
getSecurityControlId
Description copied from interface:CfnSecurityControlPropsThe unique identifier of a security control across standards.Values for this field typically consist of an AWS service name and a number, such as APIGateway.3.
- Specified by:
getSecurityControlIdin interfaceCfnSecurityControlProps- 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()
-