Class: Aws::KinesisAnalytics::Types::DiscoverInputSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::DiscoverInputSchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_processing_configuration ⇒ Types::InputProcessingConfiguration
The [InputProcessingConfiguration] to use to preprocess the records before discovering the schema of the records.
-
#input_starting_position_configuration ⇒ Types::InputStartingPositionConfiguration
Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the streaming source.
-
#role_arn ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
-
#s3_configuration ⇒ Types::S3Configuration
Specify this parameter to discover a schema from data in an Amazon S3 object.
Instance Attribute Details
#input_processing_configuration ⇒ Types::InputProcessingConfiguration
The [InputProcessingConfiguration] to use to preprocess the records before discovering the schema of the records.
[1]: docs.aws.amazon.com/kinesisanalytics/latest/dev/API_InputProcessingConfiguration.html
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 885 class DiscoverInputSchemaRequest < Struct.new( :resource_arn, :role_arn, :input_starting_position_configuration, :s3_configuration, :input_processing_configuration) SENSITIVE = [] include Aws::Structure end |
#input_starting_position_configuration ⇒ Types::InputStartingPositionConfiguration
Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 885 class DiscoverInputSchemaRequest < Struct.new( :resource_arn, :role_arn, :input_starting_position_configuration, :s3_configuration, :input_processing_configuration) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the streaming source.
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 885 class DiscoverInputSchemaRequest < Struct.new( :resource_arn, :role_arn, :input_starting_position_configuration, :s3_configuration, :input_processing_configuration) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 885 class DiscoverInputSchemaRequest < Struct.new( :resource_arn, :role_arn, :input_starting_position_configuration, :s3_configuration, :input_processing_configuration) SENSITIVE = [] include Aws::Structure end |
#s3_configuration ⇒ Types::S3Configuration
Specify this parameter to discover a schema from data in an Amazon S3 object.
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 885 class DiscoverInputSchemaRequest < Struct.new( :resource_arn, :role_arn, :input_starting_position_configuration, :s3_configuration, :input_processing_configuration) SENSITIVE = [] include Aws::Structure end |