TrustStoreState constructor

const TrustStoreState({
  1. Input<List<String>?>? associatedPortalArns,
  2. Input<List<TrustStoreCertificate>?>? certificates,
  3. Input<String?>? region,
  4. Input<Map<String, String>?>? tags,
  5. Input<Map<String, String>?>? tagsAll,
  6. Input<String?>? trustStoreArn,
})

Creates a new TrustStoreState. associatedPortalArns List of ARNs of the web portals associated with the trust store. certificates Set of certificates to include in the trust store. See Certificate below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Map of tags to assign 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. trustStoreArn ARN of the trust store.

Implementation

const TrustStoreState({
  this.associatedPortalArns,
  this.certificates,
  this.region,
  this.tags,
  this.tagsAll,
  this.trustStoreArn,
});