pub struct ConnectionInput {
pub connection_properties: Option<Value<Value>>,
pub connection_type: Value<String>,
pub description: Option<Value<String>>,
pub match_criteria: Option<ValueList<String>>,
pub name: Option<Value<String>>,
pub physical_connection_requirements: Option<Value<PhysicalConnectionRequirements>>,
}Expand description
The AWS::Glue::Connection.ConnectionInput property type.
Fields§
§connection_properties: Option<Value<Value>>Property ConnectionProperties.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
connection_type: Value<String>Property ConnectionType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
description: Option<Value<String>>Property Description.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
match_criteria: Option<ValueList<String>>Property MatchCriteria.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
name: Option<Value<String>>Property Name.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
physical_connection_requirements: Option<Value<PhysicalConnectionRequirements>>Property PhysicalConnectionRequirements.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.