SigningProfile

public struct SigningProfile : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

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

    Declaration

    Swift

    public let arn: String?
  • The ID of a platform that is available for use by a signing profile.

    Declaration

    Swift

    public let platformId: String?
  • The name of the signing profile.

    Declaration

    Swift

    public let profileName: String?
  • The ACM certificate that is available for use by a signing profile.

    Declaration

    Swift

    public let signingMaterial: SigningMaterial?
  • The parameters that are available for use by a code signing user.

    Declaration

    Swift

    public let signingParameters: [String : String]?
  • The status of a code signing profile.

    Declaration

    Swift

    public let status: SigningProfileStatus?
  • A list of tags associated with the signing profile.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, platformId: String? = nil, profileName: String? = nil, signingMaterial: SigningMaterial? = nil, signingParameters: [String : String]? = nil, status: SigningProfileStatus? = nil, tags: [String : String]? = nil)