Uses of Enum
software.amazon.awscdk.services.ecs.VersionConsistency
Packages that use VersionConsistency
-
Uses of VersionConsistency in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return VersionConsistencyModifier and TypeMethodDescriptiondefault VersionConsistencyContainerDefinitionOptions.getVersionConsistency()Specifies whether Amazon ECS will resolve the container image tag provided in the container definition to an image digest.final VersionConsistencyContainerDefinitionOptions.Jsii$Proxy.getVersionConsistency()final VersionConsistencyContainerDefinitionProps.Jsii$Proxy.getVersionConsistency()final VersionConsistencyFirelensLogRouterDefinitionOptions.Jsii$Proxy.getVersionConsistency()final VersionConsistencyFirelensLogRouterProps.Jsii$Proxy.getVersionConsistency()static VersionConsistencyReturns the enum constant of this type with the specified name.static VersionConsistency[]VersionConsistency.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type VersionConsistencyModifier and TypeMethodDescriptionContainerDefinition.Builder.versionConsistency(VersionConsistency versionConsistency) Specifies whether Amazon ECS will resolve the container image tag provided in the container definition to an image digest.ContainerDefinitionOptions.Builder.versionConsistency(VersionConsistency versionConsistency) Sets the value ofContainerDefinitionOptions.getVersionConsistency()ContainerDefinitionProps.Builder.versionConsistency(VersionConsistency versionConsistency) Sets the value ofContainerDefinitionOptions.getVersionConsistency()FirelensLogRouter.Builder.versionConsistency(VersionConsistency versionConsistency) Specifies whether Amazon ECS will resolve the container image tag provided in the container definition to an image digest.FirelensLogRouterDefinitionOptions.Builder.versionConsistency(VersionConsistency versionConsistency) Sets the value ofContainerDefinitionOptions.getVersionConsistency()FirelensLogRouterProps.Builder.versionConsistency(VersionConsistency versionConsistency) Sets the value ofContainerDefinitionOptions.getVersionConsistency()