EventBusPolicyState class

Input properties used for looking up and filtering EventBusPolicy resources.

Constructors

EventBusPolicyState({Input<String?>? eventBusName, Input<String?>? policy, Input<String?>? region})
Creates a new EventBusPolicyState. eventBusName The name of the event bus to set the permissions on. policy The text of the policy. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
const
EventBusPolicyState.fromMap(Map<String, dynamic> map)
factory

Properties

eventBusName → Input<String?>?
The name of the event bus to set the permissions on. If you omit this, the permissions are set on the default event bus.
final
hashCode int
The hash code for this object.
no setterinherited
policy → Input<String?>?
The text of the policy.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
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