Show / Hide Table of Contents

Interface CfnIntegrationResourcePropertyPropsMixin.ISourceProcessingPropertiesProperty

The structure used to define the resource properties associated with the integration source.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnIntegrationResourcePropertyPropsMixin.ISourceProcessingPropertiesProperty
Syntax (vb)
Public Interface CfnIntegrationResourcePropertyPropsMixin.ISourceProcessingPropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-integrationresourceproperty-sourceprocessingproperties.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.Glue.Mixins;

             var sourceProcessingPropertiesProperty = new SourceProcessingPropertiesProperty {
                 RoleArn = "roleArn"
             };

Synopsis

Properties

RoleArn

The IAM role to access the AWS Glue connection.

Properties

RoleArn

The IAM role to access the AWS Glue connection.

string? RoleArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-integrationresourceproperty-sourceprocessingproperties.html#cfn-glue-integrationresourceproperty-sourceprocessingproperties-rolearn

Back to top Generated by DocFX