Uses of Class
software.amazon.awscdk.services.lambda.CapacityProvider.Builder
Packages that use CapacityProvider.Builder
-
Uses of CapacityProvider.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CapacityProvider.BuilderModifier and TypeMethodDescriptionCapacityProvider.Builder.architectures(List<? extends Architecture> architectures) The instruction set architecture required for compute instances.CapacityProvider.Builder.capacityProviderName(String capacityProviderName) The name of the capacity provider.static CapacityProvider.BuilderCapacityProvider.Builder.instanceTypeFilter(InstanceTypeFilter instanceTypeFilter) Configuration for filtering instance types that the capacity provider can use.The AWS Key Management Service (KMS) key used to encrypt data associated with the capacity provider.CapacityProvider.Builder.maxVCpuCount(Number maxVCpuCount) The maximum number of vCPUs that the capacity provider can scale up to.CapacityProvider.Builder.operatorRole(IRole operatorRole) The IAM role that the Lambda service assumes to manage the capacity provider.CapacityProvider.Builder.scalingOptions(ScalingOptions scalingOptions) The options for scaling a capacity provider, including scaling policies.CapacityProvider.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) A list of security group IDs to associate with EC2 instances launched by the capacity provider.A list of subnets where the capacity provider can launch EC2 instances.