Uses of Interface
software.amazon.awscdk.interfaces.ecs.IClusterRef
Packages that use IClusterRef
Package
Description
Amazon ECS Construct Library
-
Uses of IClusterRef in software.amazon.awscdk.interfaces.ecs
Subinterfaces of IClusterRef in software.amazon.awscdk.interfaces.ecsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClusterRef.Classes in software.amazon.awscdk.interfaces.ecs that implement IClusterRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IClusterRef in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement IClusterRefModifier and TypeClassDescriptionclassTheAWS::ECS::Clusterresource creates an Amazon Elastic Container Service (Amazon ECS) cluster.Methods in software.amazon.awscdk.services.ecs that return IClusterRefModifier and TypeMethodDescriptionstatic IClusterRefCfnCluster.fromClusterArn(software.constructs.Construct scope, String id, String arn) Creates a new IClusterRef from an ARN.static IClusterRefCfnCluster.fromClusterName(software.constructs.Construct scope, String id, String clusterName) Creates a new IClusterRef from a clusterName.