FlowDefinitionOutputConfig

public struct FlowDefinitionOutputConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Key Management Service (KMS) key ID for server-side encryption.

    Declaration

    Swift

    public let kmsKeyId: String?
  • The Amazon S3 path where the object containing human output will be made available.

    Declaration

    Swift

    public let s3OutputPath: String
  • Undocumented

    Declaration

    Swift

    public init(kmsKeyId: String? = nil, s3OutputPath: String)
  • Declaration

    Swift

    public func validate(name: String) throws