UserAccessLoggingSettingsAssociationState constructor
const
UserAccessLoggingSettingsAssociationState({})
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,
});