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.
105 106 107 |
# File 'sig/types.rbs', line 105 def channel_name @channel_name end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
106 107 108 |
# File 'sig/types.rbs', line 106 def cluster_arn @cluster_arn end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
107 108 109 |
# File 'sig/types.rbs', line 107 def encryption_configuration @encryption_configuration end |
#iceberg_destination_configuration ⇒ Types::IcebergDestinationConfiguration
Returns the value of attribute iceberg_destination_configuration.
108 109 110 |
# File 'sig/types.rbs', line 108 def iceberg_destination_configuration @iceberg_destination_configuration end |
#logging_info ⇒ Types::ChannelLoggingInfo
Returns the value of attribute logging_info.
109 110 111 |
# File 'sig/types.rbs', line 109 def logging_info @logging_info end |
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_destination_configuration.
110 111 112 |
# File 'sig/types.rbs', line 110 def s3_destination_configuration @s3_destination_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
111 112 113 |
# File 'sig/types.rbs', line 111 def @tags end |
#topic_configuration_list ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configuration_list.
112 113 114 |
# File 'sig/types.rbs', line 112 def topic_configuration_list @topic_configuration_list end |