UserAccessLoggingSettingsAssociationState constructor

const UserAccessLoggingSettingsAssociationState({
  1. Input<String?>? portalArn,
  2. Input<String?>? region,
  3. Input<String?>? userAccessLoggingSettingsArn,
})

Creates a new UserAccessLoggingSettingsAssociationState. portalArn ARN of the portal to associate with the user access logging settings. Forces replacement if changed. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. userAccessLoggingSettingsArn ARN of the user access logging settings to associate with the portal. Forces replacement if changed.

Implementation

const UserAccessLoggingSettingsAssociationState({
  this.portalArn,
  this.region,
  this.userAccessLoggingSettingsArn,
});