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

pub struct ConnectionProperties {
    pub catalog_id: Value<String>,
    pub connection_input: Value<ConnectionInput>,
}

Properties for the Connection resource.

Fields

Property CatalogId.

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

Property ConnectionInput.

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

Trait Implementations

impl Debug for ConnectionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ConnectionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ConnectionProperties> for Connection
[src]

[src]

Performs the conversion.

Auto Trait Implementations