SigningProfile
Contains information about the ACM certificates and signing configuration parameters that can be used by a given code signing user.
Contents
- arn
-
The Amazon Resource Name (ARN) for the signing profile.
Type: String
Required: No
- platformDisplayName
-
The name of the signing platform.
Type: String
Required: No
- platformId
-
The ID of a platform that is available for use by a signing profile.
Type: String
Required: No
- profileName
-
The name of the signing profile.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_]{2,}
Required: No
- profileVersion
-
The version of a signing profile.
Type: String
Length Constraints: Fixed length of 10.
Pattern:
^[a-zA-Z0-9]{10}$
Required: No
- profileVersionArn
-
The ARN of a signing profile, including the profile version.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Required: No
- signatureValidityPeriod
-
The validity period for a signing job created using this signing profile.
Type: SignatureValidityPeriod object
Required: No
- signingMaterial
-
The ACM certificate that is available for use by a signing profile.
Type: SigningMaterial object
Required: No
- signingParameters
-
The parameters that are available for use by a Signer user.
Type: String to string map
Required: No
- status
-
The status of a signing profile.
Type: String
Valid Values:
Active | Canceled | Revoked
Required: No
-
A list of tags associated with the signing profile.
Type: String to string map
Map Entries: Maximum number of 200 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[a-zA-Z+-=._:/]+$
Value Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: