Interface ISourceApiAssociation.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,ISourceApiAssociation,ISourceApiAssociationRef,ISourceApiAssociationRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ISourceApiAssociation.Jsii$Proxy
- Enclosing interface:
ISourceApiAssociation
@Internal
public static interface ISourceApiAssociation.Jsii$Default
extends ISourceApiAssociation, IResource.Jsii$Default, ISourceApiAssociationRef.Jsii$Default
Internal default implementation for
ISourceApiAssociation.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.ISourceApiAssociation
ISourceApiAssociation.Jsii$Default, ISourceApiAssociation.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.appsync.ISourceApiAssociationRef
ISourceApiAssociationRef.Jsii$Default, ISourceApiAssociationRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe association arn.default StringThe association id.default IGraphqlApiThe merged api in the association.default IGraphqlApiThe source api in the association.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.appsync.ISourceApiAssociationRef.Jsii$Default
getSourceApiAssociationRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssociationArn
The association arn.- Specified by:
getAssociationArnin interfaceISourceApiAssociation
-
getAssociationId
The association id.- Specified by:
getAssociationIdin interfaceISourceApiAssociation
-
getMergedApi
The merged api in the association.- Specified by:
getMergedApiin interfaceISourceApiAssociation
-
getSourceApi
The source api in the association.- Specified by:
getSourceApiin interfaceISourceApiAssociation
-