Struct cfn::aws::glue::PartitionProperties [] [src]

pub struct PartitionProperties {
    pub catalog_id: Value<String>,
    pub database_name: Value<String>,
    pub partition_input: Value<PartitionInput>,
    pub table_name: Value<String>,
}

Properties for the Partition resource.

Fields

Property CatalogId.

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

Property DatabaseName.

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

Property PartitionInput.

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

Property TableName.

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

Trait Implementations

impl Debug for PartitionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for PartitionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for PartitionProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<PartitionProperties> for Partition
[src]

[src]

Performs the conversion.

Auto Trait Implementations