DestinationDescription
public struct DestinationDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the destination.
Declaration
Swift
public let destinationId: String -
The destination in Amazon ES.
Declaration
Swift
public let elasticsearchDestinationDescription: ElasticsearchDestinationDescription? -
The destination in Amazon S3.
Declaration
Swift
public let extendedS3DestinationDescription: ExtendedS3DestinationDescription? -
Describes the specified HTTP endpoint destination.
Declaration
Swift
public let httpEndpointDestinationDescription: HttpEndpointDestinationDescription? -
The destination in Amazon Redshift.
Declaration
Swift
public let redshiftDestinationDescription: RedshiftDestinationDescription? -
[Deprecated] The destination in Amazon S3.
Declaration
Swift
public let s3DestinationDescription: S3DestinationDescription? -
The destination in Splunk.
Declaration
Swift
public let splunkDestinationDescription: SplunkDestinationDescription? -
init(destinationId:elasticsearchDestinationDescription:extendedS3DestinationDescription:httpEndpointDestinationDescription:redshiftDestinationDescription:s3DestinationDescription:splunkDestinationDescription:)Undocumented
Declaration
Swift
public init(destinationId: String, elasticsearchDestinationDescription: ElasticsearchDestinationDescription? = nil, extendedS3DestinationDescription: ExtendedS3DestinationDescription? = nil, httpEndpointDestinationDescription: HttpEndpointDestinationDescription? = nil, redshiftDestinationDescription: RedshiftDestinationDescription? = nil, s3DestinationDescription: S3DestinationDescription? = nil, splunkDestinationDescription: SplunkDestinationDescription? = nil)
View on GitHub
DestinationDescription Structure Reference