GetCodeSigningConfigAllowedPublisher constructor

const GetCodeSigningConfigAllowedPublisher({
  1. required Input<List<String>> signingProfileVersionArns,
})

Creates a new GetCodeSigningConfigAllowedPublisher. signingProfileVersionArns Set of ARNs for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.

Implementation

const GetCodeSigningConfigAllowedPublisher({
  required this.signingProfileVersionArns,
});