Uses of Enum Class
software.amazon.awscdk.services.codepipeline.actions.Ec2InstanceType
Packages that use Ec2InstanceType
-
Uses of Ec2InstanceType in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return Ec2InstanceTypeModifier and TypeMethodDescriptionEc2DeployActionProps.getInstanceType()The type of instances or SSM nodes created in Amazon EC2.final Ec2InstanceTypeEc2DeployActionProps.Jsii$Proxy.getInstanceType()static Ec2InstanceTypeReturns the enum constant of this class with the specified name.static Ec2InstanceType[]Ec2InstanceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type Ec2InstanceTypeModifier and TypeMethodDescriptionEc2DeployAction.Builder.instanceType(Ec2InstanceType instanceType) The type of instances or SSM nodes created in Amazon EC2.Ec2DeployActionProps.Builder.instanceType(Ec2InstanceType instanceType) Sets the value ofEc2DeployActionProps.getInstanceType()