Interface CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnIntegrationResourceProperty
@Stability(Stable)
public static interface CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.glue.*;
SourceProcessingPropertiesProperty sourceProcessingPropertiesProperty = SourceProcessingPropertiesProperty.builder()
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIntegrationResourceProperty.SourceProcessingPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRoleArn
The IAM role to access the Glue connection.- See Also:
-
builder
@Stability(Stable) static CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty.Builder builder()
-