Uses of Enum
software.amazon.awscdk.services.amplify.alpha.BuildComputeType
Packages that use BuildComputeType
-
Uses of BuildComputeType in software.amazon.awscdk.services.amplify.alpha
Methods in software.amazon.awscdk.services.amplify.alpha that return BuildComputeTypeModifier and TypeMethodDescriptiondefault BuildComputeTypeAppProps.getBuildComputeType()(experimental) Specifies the size of the build instance.final BuildComputeTypeAppProps.Jsii$Proxy.getBuildComputeType()static BuildComputeTypeReturns the enum constant of this type with the specified name.static BuildComputeType[]BuildComputeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.amplify.alpha with parameters of type BuildComputeTypeModifier and TypeMethodDescriptionApp.Builder.buildComputeType(BuildComputeType buildComputeType) (experimental) Specifies the size of the build instance.AppProps.Builder.buildComputeType(BuildComputeType buildComputeType) Sets the value ofAppProps.getBuildComputeType()