EventBusPolicyState constructor

const EventBusPolicyState({
  1. Input<String?>? eventBusName,
  2. Input<String?>? policy,
  3. 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.

Implementation

const EventBusPolicyState({
  this.eventBusName,
  this.policy,
  this.region,
});