Class CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.accessanalyzer.CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty
@Stability(Stable)
@Internal
public static final class CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty
An implementation for
CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty-
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.accessanalyzer.CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty
CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty.Builder, CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty.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 booleanA list of AWS account IDs to apply to the internal access analysis rule criteria.A list of resource ARNs to apply to the internal access analysis rule criteria.A list of resource types to apply to the internal access analysis rule criteria.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
protected Jsii$Proxy(CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty.Builder.
-
-
Method Details
-
getAccountIds
Description copied from interface:CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaPropertyA list of AWS account IDs to apply to the internal access analysis rule criteria.Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.
- Specified by:
getAccountIdsin interfaceCfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty- See Also:
-
getResourceArns
Description copied from interface:CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaPropertyA list of resource ARNs to apply to the internal access analysis rule criteria.The analyzer will only generate findings for resources that match these ARNs.
- Specified by:
getResourceArnsin interfaceCfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty- See Also:
-
getResourceTypes
Description copied from interface:CfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaPropertyA list of resource types to apply to the internal access analysis rule criteria.The analyzer will only generate findings for resources of these types. These resource types are currently supported for internal access analyzers:
AWS::S3::BucketAWS::RDS::DBSnapshotAWS::RDS::DBClusterSnapshotAWS::S3Express::DirectoryBucketAWS::DynamoDB::TableAWS::DynamoDB::Stream
- Specified by:
getResourceTypesin interfaceCfnAnalyzerPropsMixin.InternalAccessAnalysisRuleCriteriaProperty- 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()
-