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.mixins.preview.services.ecs.events
Methods in software.amazon.awscdk.mixins.preview.services.ecs.events with parameters of type IClusterRefModifier and TypeMethodDescriptionstatic ClusterEventsClusterEvents.fromCluster(IClusterRef clusterRef) (experimental) Create ClusterEvents from a Cluster reference. -
Uses of IClusterRef in software.amazon.awscdk.services.ecs
Subinterfaces of IClusterRef in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptioninterfaceA regional grouping of one or more container instances on which you can run tasks and services.static interfaceInternal default implementation forICluster.Classes in software.amazon.awscdk.services.ecs that implement IClusterRefModifier and TypeClassDescriptionclassTheAWS::ECS::Clusterresource creates an Amazon Elastic Container Service (Amazon ECS) cluster.classA regional grouping of one or more container instances on which you can run tasks and services.static final classA proxy class which represents a concrete javascript instance of this type.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.protected IClusterRefClusterGrants.getResource()Methods in software.amazon.awscdk.services.ecs with parameters of type IClusterRefModifier and TypeMethodDescriptionstatic StringCfnCluster.arnForCluster(IClusterRef resource) CfnClusterCapacityProviderAssociations.Builder.cluster(IClusterRef cluster) The cluster the capacity provider association is the target of.CfnClusterCapacityProviderAssociationsProps.Builder.cluster(IClusterRef cluster) Sets the value ofCfnClusterCapacityProviderAssociationsProps.getCluster()CfnService.Builder.cluster(IClusterRef cluster) The short name or full Amazon Resource Name (ARN) of the cluster that you run your service on.CfnServiceProps.Builder.cluster(IClusterRef cluster) Sets the value ofCfnServiceProps.getCluster()static ClusterGrantsClusterGrants.fromCluster(IClusterRef resource) Creates grants for ClusterGrants.