Uses of Enum Class
software.amazon.awscdk.services.ecs.EbsPropagatedTagSource
Packages that use EbsPropagatedTagSource
-
Uses of EbsPropagatedTagSource in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return EbsPropagatedTagSourceModifier and TypeMethodDescriptiondefault EbsPropagatedTagSourceEBSTagSpecification.getPropagateTags()Specifies whether to propagate the tags from the task definition or the service to the task.final EbsPropagatedTagSourceEBSTagSpecification.Jsii$Proxy.getPropagateTags()static EbsPropagatedTagSourceReturns the enum constant of this class with the specified name.static EbsPropagatedTagSource[]EbsPropagatedTagSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type EbsPropagatedTagSourceModifier and TypeMethodDescriptionEBSTagSpecification.Builder.propagateTags(EbsPropagatedTagSource propagateTags) Sets the value ofEBSTagSpecification.getPropagateTags()