Class CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.accessanalyzer.CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
@Stability(Stable)
@Internal
public static final class CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
An implementation for
CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
-
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.accessanalyzer.CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Builder, CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.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
A 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 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 theCfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Builder
.
-
-
Method Details
-
getAccountIds
Description copied from interface:CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
A 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:
getAccountIds
in interfaceCfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
- See Also:
-
getResourceArns
Description copied from interface:CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
A 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:
getResourceArns
in interfaceCfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
- See Also:
-
getResourceTypes
Description copied from interface:CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
A 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::Bucket
AWS::RDS::DBSnapshot
AWS::RDS::DBClusterSnapshot
AWS::S3Express::DirectoryBucket
AWS::DynamoDB::Table
AWS::DynamoDB::Stream
- Specified by:
getResourceTypes
in interfaceCfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
- 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()
-