Class: Aws::Types::CreateChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def cluster_arn
  @cluster_arn
end

#encryption_configurationTypes::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_configurationTypes::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_infoTypes::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_configurationTypes::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.

Returns:

  • (::Hash[::String, ::String])


111
112
113
# File 'sig/types.rbs', line 111

def tags
  @tags
end

#topic_configuration_list::Array[Types::TopicConfiguration]

Returns the value of attribute topic_configuration_list.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def topic_configuration_list
  @topic_configuration_list
end