DataProtectionSettingsAssociationState constructor
const
DataProtectionSettingsAssociationState({})
Creates a new DataProtectionSettingsAssociationState.
dataProtectionSettingsArn ARN of the data protection settings to associate with the portal. Forces replacement if changed.
portalArn ARN of the portal to associate with the data protection settings. Forces replacement if changed.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const DataProtectionSettingsAssociationState({
this.dataProtectionSettingsArn,
this.portalArn,
this.region,
});