PutSigningProfileRequest

Types

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

Properties

Link copied to clipboard

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

Link copied to clipboard

The ID of the signing platform to be created.

Link copied to clipboard

The name of the signing profile to be created.

Link copied to clipboard

The default validity period override for any signature generated using this signing profile. If unspecified, the default is 135 months.

Link copied to clipboard

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

Link copied to clipboard

Map of key-value pairs for signing. These can include any information that you want to use during signing.

Link copied to clipboard

Tags to be associated with the signing profile that is being created.

Functions

Link copied to clipboard
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