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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.accessanalyzer.CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty
CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Builder, CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalyzer.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
Constructor that initializes the object based on literal property values passed by theCfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Builder.
-
-
Method Details
-
getAccountIds
Description copied from interface:CfnAnalyzer.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 interfaceCfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty- See Also:
-
getResourceArns
Description copied from interface:CfnAnalyzer.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 interfaceCfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty- See Also:
-
getResourceTypes
Description copied from interface:CfnAnalyzer.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 interfaceCfnAnalyzer.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()
-