Class: Aws::Types::CreateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#iceberg_destination_configuration ⇒ Types::IcebergDestinationConfiguration
Returns the value of attribute iceberg_destination_configuration.
-
#logging_info ⇒ Types::ChannelLoggingInfo
Returns the value of attribute logging_info.
-
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_destination_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#topic_configuration_list ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configuration_list.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
112 113 114 |
# File 'sig/types.rbs', line 112 def channel_name @channel_name end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
113 114 115 |
# File 'sig/types.rbs', line 113 def cluster_arn @cluster_arn end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
114 115 116 |
# File 'sig/types.rbs', line 114 def encryption_configuration @encryption_configuration end |
#iceberg_destination_configuration ⇒ Types::IcebergDestinationConfiguration
Returns the value of attribute iceberg_destination_configuration.
115 116 117 |
# File 'sig/types.rbs', line 115 def iceberg_destination_configuration @iceberg_destination_configuration end |
#logging_info ⇒ Types::ChannelLoggingInfo
Returns the value of attribute logging_info.
116 117 118 |
# File 'sig/types.rbs', line 116 def logging_info @logging_info end |
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_destination_configuration.
117 118 119 |
# File 'sig/types.rbs', line 117 def s3_destination_configuration @s3_destination_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
118 119 120 |
# File 'sig/types.rbs', line 118 def @tags end |
#topic_configuration_list ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configuration_list.
119 120 121 |
# File 'sig/types.rbs', line 119 def topic_configuration_list @topic_configuration_list end |