Uses of Interface
software.amazon.awscdk.interfaces.emrserverless.IApplicationRef
Packages that use IApplicationRef
Package
Description
AWS::EMRServerless Construct Library
-
Uses of IApplicationRef in software.amazon.awscdk.interfaces.emrserverless
Subinterfaces of IApplicationRef in software.amazon.awscdk.interfaces.emrserverlessModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplicationRef.Classes in software.amazon.awscdk.interfaces.emrserverless that implement IApplicationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IApplicationRef in software.amazon.awscdk.services.emrserverless
Classes in software.amazon.awscdk.services.emrserverless that implement IApplicationRefModifier and TypeClassDescriptionclassTheAWS::EMRServerless::Applicationresource specifies an EMR Serverless application.Methods in software.amazon.awscdk.services.emrserverless that return IApplicationRefModifier and TypeMethodDescriptionstatic IApplicationRefCfnApplication.fromApplicationArn(software.constructs.Construct scope, String id, String arn) Creates a new IApplicationRef from an ARN.static IApplicationRefCfnApplication.fromApplicationId(software.constructs.Construct scope, String id, String applicationId) Creates a new IApplicationRef from a applicationId.