Show / Hide Table of Contents

Class ConnectionState

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ConnectionState : ResourceArgs

Constructors

View Source

ConnectionState()

Declaration
public ConnectionState()

Properties

View Source

Arn

The ARN of the Glue Connection.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CatalogId

The ID of the Data Catalog in which to create the connection. If none is supplied, the AWS account ID is used by default.

Declaration
public Input<string> CatalogId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ConnectionProperties

A map of key-value pairs used as parameters for this connection.

Declaration
public InputMap<object> ConnectionProperties { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ConnectionType

The type of the connection. Supported are: JDBC, MONGODB, KAFKA. Defaults to JBDC.

Declaration
public Input<string> ConnectionType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Description of the connection.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MatchCriterias

A list of criteria that can be used in selecting this connection.

Declaration
public InputList<string> MatchCriterias { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

The name of the connection.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PhysicalConnectionRequirements

A map of physical connection requirements, such as VPC and SecurityGroup. Defined below.

Declaration
public Input<ConnectionPhysicalConnectionRequirementsGetArgs> PhysicalConnectionRequirements { get; set; }
Property Value
Type Description
Input<ConnectionPhysicalConnectionRequirementsGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.