EventBusPolicyState constructor
const
EventBusPolicyState({})
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.
Implementation
const EventBusPolicyState({
this.eventBusName,
this.policy,
this.region,
});