interface SourceProcessingPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Glue.CfnIntegrationResourcePropertyPropsMixin.SourceProcessingPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsglue#CfnIntegrationResourcePropertyPropsMixin_SourceProcessingPropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.glue.CfnIntegrationResourcePropertyPropsMixin.SourceProcessingPropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_glue.CfnIntegrationResourcePropertyPropsMixin.SourceProcessingPropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_glue » 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 { aws_glue as glue } from '@aws-cdk/cfn-property-mixins';
const sourceProcessingPropertiesProperty: glue.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