Class: Aws::Types::CreateDeliveryStreamInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_open_search_serverless_destination_configurationTypes::AmazonOpenSearchServerlessDestinationConfiguration

Returns the value of attribute amazon_open_search_serverless_destination_configuration.



176
177
178
# File 'sig/types.rbs', line 176

def amazon_open_search_serverless_destination_configuration
  @amazon_open_search_serverless_destination_configuration
end

#amazonopensearchservice_destination_configurationTypes::AmazonopensearchserviceDestinationConfiguration

Returns the value of attribute amazonopensearchservice_destination_configuration.



172
173
174
# File 'sig/types.rbs', line 172

def amazonopensearchservice_destination_configuration
  @amazonopensearchservice_destination_configuration
end

#database_source_configurationTypes::DatabaseSourceConfiguration

Returns the value of attribute database_source_configuration.



180
181
182
# File 'sig/types.rbs', line 180

def database_source_configuration
  @database_source_configuration
end

#delivery_stream_encryption_configuration_inputTypes::DeliveryStreamEncryptionConfigurationInput

Returns the value of attribute delivery_stream_encryption_configuration_input.



167
168
169
# File 'sig/types.rbs', line 167

def delivery_stream_encryption_configuration_input
  @delivery_stream_encryption_configuration_input
end

#delivery_stream_name::String

Returns the value of attribute delivery_stream_name.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def delivery_stream_name
  @delivery_stream_name
end

#delivery_stream_type"DirectPut", ...

Returns the value of attribute delivery_stream_type.

Returns:

  • ("DirectPut", "KinesisStreamAsSource", "MSKAsSource", "DatabaseAsSource")


164
165
166
# File 'sig/types.rbs', line 164

def delivery_stream_type
  @delivery_stream_type
end

#direct_put_source_configurationTypes::DirectPutSourceConfiguration

Returns the value of attribute direct_put_source_configuration.



165
166
167
# File 'sig/types.rbs', line 165

def direct_put_source_configuration
  @direct_put_source_configuration
end

#elasticsearch_destination_configurationTypes::ElasticsearchDestinationConfiguration

Returns the value of attribute elasticsearch_destination_configuration.



171
172
173
# File 'sig/types.rbs', line 171

def elasticsearch_destination_configuration
  @elasticsearch_destination_configuration
end

#extended_s3_destination_configurationTypes::ExtendedS3DestinationConfiguration

Returns the value of attribute extended_s3_destination_configuration.



169
170
171
# File 'sig/types.rbs', line 169

def extended_s3_destination_configuration
  @extended_s3_destination_configuration
end

#http_endpoint_destination_configurationTypes::HttpEndpointDestinationConfiguration

Returns the value of attribute http_endpoint_destination_configuration.



174
175
176
# File 'sig/types.rbs', line 174

def http_endpoint_destination_configuration
  @http_endpoint_destination_configuration
end

#iceberg_destination_configurationTypes::IcebergDestinationConfiguration

Returns the value of attribute iceberg_destination_configuration.



179
180
181
# File 'sig/types.rbs', line 179

def iceberg_destination_configuration
  @iceberg_destination_configuration
end

#kinesis_stream_source_configurationTypes::KinesisStreamSourceConfiguration

Returns the value of attribute kinesis_stream_source_configuration.



166
167
168
# File 'sig/types.rbs', line 166

def kinesis_stream_source_configuration
  @kinesis_stream_source_configuration
end

#msk_source_configurationTypes::MSKSourceConfiguration

Returns the value of attribute msk_source_configuration.



177
178
179
# File 'sig/types.rbs', line 177

def msk_source_configuration
  @msk_source_configuration
end

#redshift_destination_configurationTypes::RedshiftDestinationConfiguration

Returns the value of attribute redshift_destination_configuration.



170
171
172
# File 'sig/types.rbs', line 170

def redshift_destination_configuration
  @redshift_destination_configuration
end

#s3_destination_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_destination_configuration.



168
169
170
# File 'sig/types.rbs', line 168

def s3_destination_configuration
  @s3_destination_configuration
end

#snowflake_destination_configurationTypes::SnowflakeDestinationConfiguration

Returns the value of attribute snowflake_destination_configuration.



178
179
180
# File 'sig/types.rbs', line 178

def snowflake_destination_configuration
  @snowflake_destination_configuration
end

#splunk_destination_configurationTypes::SplunkDestinationConfiguration

Returns the value of attribute splunk_destination_configuration.



173
174
175
# File 'sig/types.rbs', line 173

def splunk_destination_configuration
  @splunk_destination_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def tags
  @tags
end