AnalyzerConfigurationInternalAccessAnalysisRuleInclusion class

Constructors

AnalyzerConfigurationInternalAccessAnalysisRuleInclusion({Input<List<String>?>? accountIds, Input<List<String>?>? resourceArns, Input<List<String>?>? resourceTypes})
Creates a new AnalyzerConfigurationInternalAccessAnalysisRuleInclusion. accountIds 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. resourceArns 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. resourceTypes List of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. Refer to InternalAccessAnalysisRuleCriteria in the AWS IAM Access Analyzer API Reference for valid values.
const
AnalyzerConfigurationInternalAccessAnalysisRuleInclusion.fromMap(Map<String, dynamic> map)
factory

Properties

accountIds → Input<List<String>?>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
resourceArns → Input<List<String>?>?
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.
final
resourceTypes → Input<List<String>?>?
List of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. Refer to InternalAccessAnalysisRuleCriteria in the AWS IAM Access Analyzer API Reference for valid values.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited