pub struct StorageDescriptor {Show 13 fields
pub bucket_columns: Option<ValueList<String>>,
pub columns: Option<ValueList<Column>>,
pub compressed: Option<Value<bool>>,
pub input_format: Option<Value<String>>,
pub location: Option<Value<String>>,
pub number_of_buckets: Option<Value<u32>>,
pub output_format: Option<Value<String>>,
pub parameters: Option<Value<Value>>,
pub schema_reference: Option<Value<SchemaReference>>,
pub serde_info: Option<Value<SerdeInfo>>,
pub skewed_info: Option<Value<SkewedInfo>>,
pub sort_columns: Option<ValueList<Order>>,
pub stored_as_sub_directories: Option<Value<bool>>,
}Expand description
The AWS::Glue::Table.StorageDescriptor property type.
Fields§
§bucket_columns: Option<ValueList<String>>Property BucketColumns.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
columns: Option<ValueList<Column>>Property Columns.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
compressed: Option<Value<bool>>Property Compressed.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
input_format: Option<Value<String>>Property InputFormat.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
location: Option<Value<String>>Property Location.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
number_of_buckets: Option<Value<u32>>Property NumberOfBuckets.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
output_format: Option<Value<String>>Property OutputFormat.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
parameters: Option<Value<Value>>Property Parameters.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
schema_reference: Option<Value<SchemaReference>>Property SchemaReference.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
serde_info: Option<Value<SerdeInfo>>Property SerdeInfo.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
skewed_info: Option<Value<SkewedInfo>>Property SkewedInfo.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
sort_columns: Option<ValueList<Order>>Property SortColumns.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
stored_as_sub_directories: Option<Value<bool>>Property StoredAsSubDirectories.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.