SigningProfile

Contains information about the ACM certificates and signing configuration parameters that can be used by a given code signing user.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the signing profile.

Link copied to clipboard

The name of the signing platform.

Link copied to clipboard

The ID of a platform that is available for use by a signing profile.

Link copied to clipboard

The name of the signing profile.

Link copied to clipboard

The version of a signing profile.

Link copied to clipboard

The ARN of a signing profile, including the profile version.

Link copied to clipboard

The validity period for a signing job created using this signing profile.

Link copied to clipboard

The ACM certificate that is available for use by a signing profile.

Link copied to clipboard

The parameters that are available for use by a Signer user.

Link copied to clipboard

The status of a signing profile.

Link copied to clipboard

A list of tags associated with the signing profile.

Functions

Link copied to clipboard
inline fun copy(block: SigningProfile.Builder.() -> Unit = {}): SigningProfile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String