IotEventsDestinationConfiguration

public struct IotEventsDestinationConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the AWS IoT Events input to which data set contents are delivered.

    Declaration

    Swift

    public let inputName: String
  • The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

    Declaration

    Swift

    public let roleArn: String
  • Undocumented

    Declaration

    Swift

    public init(inputName: String, roleArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws