Class ConnectionArgs
Inherited Members
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 SourceConnectionArgs()
Declaration
public ConnectionArgs()
Properties
View SourceCatalogId
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> |
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> |
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> |
Description
Description of the connection.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
The name of the connection.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |