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)


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.

Returns:

  • (::String)


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

def cluster_arn
  @cluster_arn
end

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

Returns:

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


118
119
120
# File 'sig/types.rbs', line 118

def tags
  @tags
end

#topic_configuration_list::Array[Types::TopicConfiguration]

Returns the value of attribute topic_configuration_list.

Returns:



119
120
121
# File 'sig/types.rbs', line 119

def topic_configuration_list
  @topic_configuration_list
end