Show / Hide Table of Contents

Class ConnectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectionArgs
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 ConnectionArgs : ResourceArgs

Constructors

View Source

ConnectionArgs()

Declaration
public ConnectionArgs()

Properties

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<ConnectionPhysicalConnectionRequirementsArgs> PhysicalConnectionRequirements { get; set; }
Property Value
Type Description
Input<ConnectionPhysicalConnectionRequirementsArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.