Interface IntegrationResourcePropertyReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationResourcePropertyReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:20.279Z")
@Stability(Stable)
public interface IntegrationResourcePropertyReference
extends software.amazon.jsii.JsiiSerializable
A reference to a IntegrationResourceProperty resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.glue.*;
IntegrationResourcePropertyReference integrationResourcePropertyReference = IntegrationResourcePropertyReference.builder()
.resourceArn("resourceArn")
.resourcePropertyArn("resourcePropertyArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forIntegrationResourcePropertyReferencestatic final classAn implementation forIntegrationResourcePropertyReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ResourceArn of the IntegrationResourceProperty resource.The ResourcePropertyArn of the IntegrationResourceProperty resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceArn
The ResourceArn of the IntegrationResourceProperty resource. -
getResourcePropertyArn
The ResourcePropertyArn of the IntegrationResourceProperty resource. -
builder
-