Interface CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty.Jsii$Proxy
Enclosing class:
CfnAnalyzer

@Stability(Stable) public static interface CfnAnalyzer.InternalAccessAnalysisRuleCriteriaProperty extends software.amazon.jsii.JsiiSerializable
The criteria for an analysis rule for an internal access analyzer.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.accessanalyzer.*;
 InternalAccessAnalysisRuleCriteriaProperty internalAccessAnalysisRuleCriteriaProperty = InternalAccessAnalysisRuleCriteriaProperty.builder()
         .accountIds(List.of("accountIds"))
         .resourceArns(List.of("resourceArns"))
         .resourceTypes(List.of("resourceTypes"))
         .build();
 

See Also: