BrowserSettingsState constructor

const BrowserSettingsState({
  1. Input<Map<String, String>?>? additionalEncryptionContext,
  2. Input<List<String>?>? associatedPortalArns,
  3. Input<String?>? browserPolicy,
  4. Input<String?>? browserSettingsArn,
  5. Input<String?>? customerManagedKey,
  6. Input<String?>? region,
  7. Input<Map<String, String>?>? tags,
  8. Input<Map<String, String>?>? tagsAll,
})

Creates a new BrowserSettingsState. additionalEncryptionContext Additional encryption context for the browser settings. associatedPortalArns List of web portal ARNs to associate with the browser settings. browserPolicy Browser policy for the browser settings. This is a JSON string that defines the browser settings policy. browserSettingsArn ARN of the browser settings resource. customerManagedKey ARN of the customer managed KMS key. 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.

Implementation

const BrowserSettingsState({
  this.additionalEncryptionContext,
  this.associatedPortalArns,
  this.browserPolicy,
  this.browserSettingsArn,
  this.customerManagedKey,
  this.region,
  this.tags,
  this.tagsAll,
});