Class CfnOrganizationConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOrganizationConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOrganizationConfigurationMixinProps
CfnOrganizationConfigurationMixinProps-
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.securityhub.CfnOrganizationConfigurationMixinProps
CfnOrganizationConfigurationMixinProps.Builder, CfnOrganizationConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOrganizationConfigurationMixinProps.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 ObjectWhether to automatically enable Security Hub CSPM in new member accounts when they join the organization.final StringWhether to automatically enable Security Hub CSPM default standards in new member accounts when they join the organization.final StringIndicates whether the organization uses local or central configuration.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 theCfnOrganizationConfigurationMixinProps.Builder.
-
-
Method Details
-
getAutoEnable
Description copied from interface:CfnOrganizationConfigurationMixinPropsWhether to automatically enable Security Hub CSPM in new member accounts when they join the organization.If set to
true, then Security Hub CSPM is automatically enabled in new accounts. If set tofalse, then Security Hub CSPM isn't enabled in new accounts automatically. The default value isfalse.If the
ConfigurationTypeof your organization is set toCENTRAL, then this field is set tofalseand can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub CSPM is enabled and associate the policy with new organization accounts.Returns union: either
BooleanorIResolvable- Specified by:
getAutoEnablein interfaceCfnOrganizationConfigurationMixinProps- See Also:
-
getAutoEnableStandards
Description copied from interface:CfnOrganizationConfigurationMixinPropsWhether to automatically enable Security Hub CSPM default standards in new member accounts when they join the organization.The default value of this parameter is equal to
DEFAULT.If equal to
DEFAULT, then Security Hub CSPM default standards are automatically enabled for new member accounts. If equal toNONE, then default standards are not automatically enabled for new member accounts.If the
ConfigurationTypeof your organization is set toCENTRAL, then this field is set toNONEand can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.- Specified by:
getAutoEnableStandardsin interfaceCfnOrganizationConfigurationMixinProps- See Also:
-
getConfigurationType
Description copied from interface:CfnOrganizationConfigurationMixinPropsIndicates whether the organization uses local or central configuration.If you use local configuration, the Security Hub CSPM delegated administrator can set
AutoEnabletotrueandAutoEnableStandardstoDEFAULT. This automatically enables Security Hub CSPM and default security standards in new organization accounts. These new account settings must be set separately in each AWS Region , and settings may be different in each Region.If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub CSPM, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
- Specified by:
getConfigurationTypein interfaceCfnOrganizationConfigurationMixinProps- 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()
-