KinesisStreamConfig

public struct KinesisStreamConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream. For more information the IAM role, see Real-time log configuration IAM role in the Amazon CloudFront Developer Guide.

    Declaration

    Swift

    public let roleARN: String
  • The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.

    Declaration

    Swift

    public let streamARN: String
  • Undocumented

    Declaration

    Swift

    public init(roleARN: String, streamARN: String)