GetCodeSigningConfigArgs constructor
Creates a new GetCodeSigningConfigArgs.
arn ARN of the code signing configuration.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const GetCodeSigningConfigArgs({
required this.arn,
this.region,
});