Class CfnFindingAggregatorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnFindingAggregatorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFindingAggregatorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFindingAggregatorMixinProps
@Stability(Stable)
@Internal
public static final class CfnFindingAggregatorMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFindingAggregatorMixinProps
An implementation for
CfnFindingAggregatorMixinProps-
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.CfnFindingAggregatorMixinProps
CfnFindingAggregatorMixinProps.Builder, CfnFindingAggregatorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFindingAggregatorMixinProps.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 StringIndicates whether to aggregate findings from all of the available Regions in the current partition.IfRegionLinkingModeisALL_REGIONS_EXCEPT_SPECIFIED, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.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 theCfnFindingAggregatorMixinProps.Builder.
-
-
Method Details
-
getRegionLinkingMode
Description copied from interface:CfnFindingAggregatorMixinPropsIndicates whether to aggregate findings from all of the available Regions in the current partition.Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.
The selected option also determines how to use the Regions provided in the Regions list.
In CloudFormation , the options for this property are as follows:
ALL_REGIONS- Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.ALL_REGIONS_EXCEPT_SPECIFIED- Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in theRegionsparameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.SPECIFIED_REGIONS- Indicates to aggregate findings only from the Regions listed in theRegionsparameter. Security Hub does not automatically aggregate findings from new Regions.
- Specified by:
getRegionLinkingModein interfaceCfnFindingAggregatorMixinProps- See Also:
-
getRegions
Description copied from interface:CfnFindingAggregatorMixinPropsIfRegionLinkingModeisALL_REGIONS_EXCEPT_SPECIFIED, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.If
RegionLinkingModeisSPECIFIED_REGIONS, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.- Specified by:
getRegionsin interfaceCfnFindingAggregatorMixinProps- 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()
-