UserAccessLoggingSettingsState constructor
const
UserAccessLoggingSettingsState({})
Creates a new UserAccessLoggingSettingsState.
associatedPortalArns List of web portal ARNs that this user access logging settings resource is associated with.
kinesisStreamArn ARN of the Kinesis stream.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Map of tags assigned to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
userAccessLoggingSettingsArn ARN of the user access logging settings resource.
Implementation
const UserAccessLoggingSettingsState({
this.associatedPortalArns,
this.kinesisStreamArn,
this.region,
this.tags,
this.tagsAll,
this.userAccessLoggingSettingsArn,
});