NetworkInsightsAccessScopeMatchPathSourceResourceStatement class

Constructors

NetworkInsightsAccessScopeMatchPathSourceResourceStatement({Input<List<String>?>? resourceTypes, Input<List<String>?>? resources})
Creates a new NetworkInsightsAccessScopeMatchPathSourceResourceStatement. resourceTypes List of resource types. resources List of resource ARNs.
const
NetworkInsightsAccessScopeMatchPathSourceResourceStatement.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resources → Input<List<String>?>?
List of resource ARNs. Cannot be specified together with resourceTypes.
final
resourceTypes → Input<List<String>?>?
List of resource types. Cannot be specified together with resources.
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