Interface SourceApiAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SourceApiAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.396Z")
@Stability(Stable)
public interface SourceApiAssociationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a SourceApiAssociation 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.appsync.*;
SourceApiAssociationReference sourceApiAssociationReference = SourceApiAssociationReference.builder()
.associationArn("associationArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forSourceApiAssociationReferencestatic final classAn implementation forSourceApiAssociationReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The AssociationArn of the SourceApiAssociation resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssociationArn
The AssociationArn of the SourceApiAssociation resource. -
builder
-