interface SourceProcessingPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnIntegrationResourceProperty_SourceProcessingPropertiesProperty |
Java | software.amazon.awscdk.services.glue.CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty |
Python | aws_cdk.aws_glue.CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty |
TypeScript | aws-cdk-lib » aws_glue » CfnIntegrationResourceProperty » SourceProcessingPropertiesProperty |
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 { aws_glue as glue } from 'aws-cdk-lib';
const sourceProcessingPropertiesProperty: glue.CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty = {
roleArn: 'roleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| role | string | The IAM role to access the Glue connection. |
roleArn
Type:
string
The IAM role to access the Glue connection.

.NET
Go
Java
Python
TypeScript