interface SourceProcessingPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins.CfnIntegrationResourcePropertyPropsMixin.SourceProcessingPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsglue/mixins#CfnIntegrationResourcePropertyPropsMixin_SourceProcessingPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.glue.mixins.CfnIntegrationResourcePropertyPropsMixin.SourceProcessingPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_glue.mixins.CfnIntegrationResourcePropertyPropsMixin.SourceProcessingPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_glue » mixins » CfnIntegrationResourcePropertyPropsMixin » SourceProcessingPropertiesProperty |
The structure used to define the resource properties associated with the integration source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as glue_mixins } from '@aws-cdk/mixins-preview/aws-glue';
const sourceProcessingPropertiesProperty: glue_mixins.CfnIntegrationResourcePropertyPropsMixin.SourceProcessingPropertiesProperty = {
roleArn: 'roleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| role | string | The IAM role to access the AWS Glue connection. |
roleArn?
Type:
string
(optional)
The IAM role to access the AWS Glue connection.

.NET
Go
Java
Python
TypeScript