SigningProfile

class SigningProfile : KotlinCustomResource

A signing profile is a signing template that can be used to carry out a pre-defined signing job.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the specified signing profile.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The ID of the target signing platform.

Link copied to clipboard
val profileName: Output<String>

A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.

Link copied to clipboard
val profileVersion: Output<String>

A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.

Link copied to clipboard

The Amazon Resource Name (ARN) of the specified signing profile version.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Signature validity period of the profile.

Link copied to clipboard
val tags: Output<List<SigningProfileTag>>?

A list of tags associated with the signing profile.

Link copied to clipboard
val urn: Output<String>