Method: Aws::DynamoDB::Types::TableCreationParameters#sse_specification
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
#sse_specification ⇒ Types::SSESpecification
Represents the settings used to enable server-side encryption.
8848 8849 8850 8851 8852 8853 8854 8855 8856 8857 8858 8859 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 8848 class TableCreationParameters < Struct.new( :table_name, :attribute_definitions, :key_schema, :billing_mode, :provisioned_throughput, :on_demand_throughput, :sse_specification, :global_secondary_indexes) SENSITIVE = [] include Aws::Structure end |