Class CfnHubProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHubProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHubProps
CfnHubProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.securityhub.CfnHubProps
CfnHubProps.Builder, CfnHubProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnHubProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHubProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Whether to automatically enable new controls when they are added to standards that are enabled.final String
Specifies whether an account has consolidated control findings turned on or off.final Object
Whether to enable the security standards that Security Hub has designated as automatically enabled.final Object
getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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 theCfnHubProps.Builder
.
-
-
Method Details
-
getAutoEnableControls
Description copied from interface:CfnHubProps
Whether to automatically enable new controls when they are added to standards that are enabled.By default, this is set to
true
, and new controls are enabled automatically. To not automatically enable new controls, set this tofalse
.- Specified by:
getAutoEnableControls
in interfaceCfnHubProps
- See Also:
-
getControlFindingGenerator
Description copied from interface:CfnHubProps
Specifies whether an account has consolidated control findings turned on or off.If the value for this field is set to
SECURITY_CONTROL
, Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards.If the value for this field is set to
STANDARD_CONTROL
, Security Hub generates separate findings for a control check when the check applies to multiple enabled standards.The value for this field in a member account matches the value in the administrator account. For accounts that aren't part of an organization, the default value of this field is
SECURITY_CONTROL
if you enabled Security Hub on or after February 23, 2023.- Specified by:
getControlFindingGenerator
in interfaceCfnHubProps
- See Also:
-
getEnableDefaultStandards
Description copied from interface:CfnHubProps
Whether to enable the security standards that Security Hub has designated as automatically enabled.If you don't provide a value for
EnableDefaultStandards
, it is set totrue
, and the designated standards are automatically enabled in each AWS Region where you enable Security Hub . If you don't want to enable the designated standards, setEnableDefaultStandards
tofalse
.Currently, the automatically enabled standards are the Center for Internet Security (CIS) AWS Foundations Benchmark v1.2.0 and AWS Foundational Security Best Practices (FSBP).
- Specified by:
getEnableDefaultStandards
in interfaceCfnHubProps
- See Also:
-
getTags
Description copied from interface:CfnHubProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnHubProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-