DestinationProperties

public struct DestinationProperties : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the resource to publish to.

    Declaration

    Swift

    public let destinationArn: String?
  • The ARN of the KMS key to use for encryption.

    Declaration

    Swift

    public let kmsKeyArn: String?
  • Undocumented

    Declaration

    Swift

    public init(destinationArn: String? = nil, kmsKeyArn: String? = nil)