AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetPlan operation. Gets code to perform a specified mapping.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Glue.AmazonGlueRequest
      Amazon.Glue.Model.GetPlanRequest

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class GetPlanRequest : AmazonGlueRequest
         IAmazonWebServiceRequest

The GetPlanRequest type exposes the following members

Constructors

NameDescription
Public Method GetPlanRequest()

Properties

NameTypeDescription
Public Property AdditionalPlanOptionsMap System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property AdditionalPlanOptionsMap.

A map to hold additional optional key-value parameters.

Currently, these key-value pairs are supported:

  • inferSchema  —  Specifies whether to set inferSchema to true or false for the default script generated by an Glue job. For example, to set inferSchema to true, pass the following key value pair:

    --additional-plan-options-map '{"inferSchema":"true"}'

Public Property Language Amazon.Glue.Language

Gets and sets the property Language.

The programming language of the code to perform the mapping.

Public Property Location Amazon.Glue.Model.Location

Gets and sets the property Location.

The parameters for the mapping.

Public Property Mapping System.Collections.Generic.List<Amazon.Glue.Model.MappingEntry>

Gets and sets the property Mapping.

The list of mappings from a source table to target tables.

Public Property Sinks System.Collections.Generic.List<Amazon.Glue.Model.CatalogEntry>

Gets and sets the property Sinks.

The target tables.

Public Property Source Amazon.Glue.Model.CatalogEntry

Gets and sets the property Source.

The source table.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5