GetCodeSigningConfigAllowedPublisher constructor
const
GetCodeSigningConfigAllowedPublisher({})
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,
});