GetSigningProfileResult

data class GetSigningProfileResult(val arn: String? = null, val profileName: String? = null, val profileVersion: String? = null, val profileVersionArn: String? = null, val tags: List<SigningProfileTag>? = null)

Constructors

Link copied to clipboard
fun GetSigningProfileResult(arn: String? = null, profileName: String? = null, profileVersion: String? = null, profileVersionArn: String? = null, tags: List<SigningProfileTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val profileName: String? = null

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: String? = null

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

A list of tags associated with the signing profile.