Uses of Enum
software.amazon.awscdk.services.codedeploy.ComputePlatform
Packages that use ComputePlatform
-
Uses of ComputePlatform in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return ComputePlatformModifier and TypeMethodDescriptiondefault ComputePlatformBaseDeploymentConfigProps.getComputePlatform()The destination compute platform for the deployment.final ComputePlatformBaseDeploymentConfigProps.Jsii$Proxy.getComputePlatform()static ComputePlatformReturns the enum constant of this type with the specified name.static ComputePlatform[]ComputePlatform.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.codedeploy with parameters of type ComputePlatformModifier and TypeMethodDescriptionBaseDeploymentConfigProps.Builder.computePlatform(ComputePlatform computePlatform) Sets the value ofBaseDeploymentConfigProps.getComputePlatform()