DeviceRegistryEnrichActivity

public struct DeviceRegistryEnrichActivity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the attribute that is added to the message.

    Declaration

    Swift

    public let attribute: String
  • The name of the ‘deviceRegistryEnrich’ activity.

    Declaration

    Swift

    public let name: String
  • The next activity in the pipeline.

    Declaration

    Swift

    public let next: String?
  • The ARN of the role that allows access to the device’s registry information.

    Declaration

    Swift

    public let roleArn: String
  • The name of the IoT device whose registry information is added to the message.

    Declaration

    Swift

    public let thingName: String
  • Undocumented

    Declaration

    Swift

    public init(attribute: String, name: String, next: String? = nil, roleArn: String, thingName: String)
  • Declaration

    Swift

    public func validate(name: String) throws