Uses of Interface
software.amazon.awscdk.interfaces.mwaa.IEnvironmentRef
Packages that use IEnvironmentRef
Package
Description
AWS::MWAA Construct Library
-
Uses of IEnvironmentRef in software.amazon.awscdk.interfaces.mwaa
Subinterfaces of IEnvironmentRef in software.amazon.awscdk.interfaces.mwaaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEnvironmentRef.Classes in software.amazon.awscdk.interfaces.mwaa that implement IEnvironmentRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IEnvironmentRef in software.amazon.awscdk.services.mwaa
Classes in software.amazon.awscdk.services.mwaa that implement IEnvironmentRefModifier and TypeClassDescriptionclassTheAWS::MWAA::Environmentresource creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.Methods in software.amazon.awscdk.services.mwaa that return IEnvironmentRefModifier and TypeMethodDescriptionstatic IEnvironmentRefCfnEnvironment.fromEnvironmentArn(software.constructs.Construct scope, String id, String arn) Creates a new IEnvironmentRef from an ARN.static IEnvironmentRefCfnEnvironment.fromEnvironmentName(software.constructs.Construct scope, String id, String environmentName) Creates a new IEnvironmentRef from a environmentName.