Signer

public struct Signer : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include: self, which is the AWS account used to create the distribution. An AWS account number.

    Declaration

    Swift

    public let awsAccountNumber: String?
  • A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

    Declaration

    Swift

    public let keyPairIds: KeyPairIds?
  • Undocumented

    Declaration

    Swift

    public init(awsAccountNumber: String? = nil, keyPairIds: KeyPairIds? = nil)