GetCodeSigningConfigResult constructor

const GetCodeSigningConfigResult({
  1. List<GetCodeSigningConfigAllowedPublisher>? allowedPublishers,
  2. String? arn,
  3. String? configId,
  4. String? description,
  5. String? id,
  6. String? lastModified,
  7. List<GetCodeSigningConfigPolicy>? policies,
  8. String? region,
})

Creates a new GetCodeSigningConfigResult. allowedPublishers List of allowed publishers as signing profiles for this code signing configuration. See below. arn Optional. configId Unique identifier for the code signing configuration. description Code signing configuration description. id The provider-assigned unique ID for this managed resource. lastModified Date and time that the code signing configuration was last modified. policies List of code signing policies that control the validation failure action for signature mismatch or expiry. See below. region Optional.

Implementation

const GetCodeSigningConfigResult({
  this.allowedPublishers,
  this.arn,
  this.configId,
  this.description,
  this.id,
  this.lastModified,
  this.policies,
  this.region,
});