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
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; }