Struct cfn::aws::glue::table::TableInput [] [src]

pub struct TableInput {
    pub description: Option<Value<String>>,
    pub name: Option<Value<String>>,
    pub owner: Option<Value<String>>,
    pub parameters: Option<Value<Value>>,
    pub partition_keys: Option<ValueList<Column>>,
    pub retention: Option<Value<u32>>,
    pub storage_descriptor: Option<Value<StorageDescriptor>>,
    pub table_type: Option<Value<String>>,
    pub view_expanded_text: Option<Value<String>>,
    pub view_original_text: Option<Value<String>>,
}

The AWS::Glue::Table.TableInput property type.

Fields

Property Description.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Name.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Owner.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Parameters.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property PartitionKeys.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Retention.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property StorageDescriptor.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property TableType.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property ViewExpandedText.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property ViewOriginalText.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for TableInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TableInput
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for TableInput

impl Sync for TableInput