Certificate
public struct Certificate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the certificate.
Declaration
Swift
public let certificateArn: String? -
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
Declaration
Swift
public let isDefault: Bool? -
Undocumented
Declaration
Swift
public init(certificateArn: String? = nil, isDefault: Bool? = nil)
View on GitHub
Certificate Structure Reference