Show / Hide Table of Contents

Interface CfnDataSourcePropsMixin.IGlueRunConfigurationInputProperty

The configuration details of the AWS Glue data source.

Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSourcePropsMixin.IGlueRunConfigurationInputProperty
Syntax (vb)
Public Interface CfnDataSourcePropsMixin.IGlueRunConfigurationInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-gluerunconfigurationinput.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins;

             var glueRunConfigurationInputProperty = new GlueRunConfigurationInputProperty {
                 AutoImportDataQualityResult = false,
                 CatalogName = "catalogName",
                 DataAccessRole = "dataAccessRole",
                 RelationalFilterConfigurations = new [] { new RelationalFilterConfigurationProperty {
                     DatabaseName = "databaseName",
                     FilterExpressions = new [] { new FilterExpressionProperty {
                         Expression = "expression",
                         Type = "type"
                     } },
                     SchemaName = "schemaName"
                 } }
             };

Synopsis

Properties

AutoImportDataQualityResult

Specifies whether to automatically import data quality metrics as part of the data source run.

CatalogName

The catalog name in the AWS Glue run configuration.

DataAccessRole

The data access role included in the configuration details of the AWS Glue data source.

RelationalFilterConfigurations

The relational filter configurations included in the configuration details of the AWS Glue data source.

Properties

AutoImportDataQualityResult

Specifies whether to automatically import data quality metrics as part of the data source run.

object? AutoImportDataQualityResult { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-gluerunconfigurationinput.html#cfn-datazone-datasource-gluerunconfigurationinput-autoimportdataqualityresult

Type union: either bool or IResolvable

CatalogName

The catalog name in the AWS Glue run configuration.

string? CatalogName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-gluerunconfigurationinput.html#cfn-datazone-datasource-gluerunconfigurationinput-catalogname

DataAccessRole

The data access role included in the configuration details of the AWS Glue data source.

string? DataAccessRole { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-gluerunconfigurationinput.html#cfn-datazone-datasource-gluerunconfigurationinput-dataaccessrole

RelationalFilterConfigurations

The relational filter configurations included in the configuration details of the AWS Glue data source.

object? RelationalFilterConfigurations { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-gluerunconfigurationinput.html#cfn-datazone-datasource-gluerunconfigurationinput-relationalfilterconfigurations

Type union: either IResolvable or (either IResolvable or CfnDataSourcePropsMixin.IRelationalFilterConfigurationProperty)[]

Back to top Generated by DocFX