Uses of Class
software.amazon.awscdk.services.ecs.ManagedInstancesCapacityProvider.Builder
Packages that use ManagedInstancesCapacityProvider.Builder
-
Uses of ManagedInstancesCapacityProvider.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ManagedInstancesCapacityProvider.BuilderModifier and TypeMethodDescriptionManagedInstancesCapacityProvider.Builder.capacityProviderName(String capacityProviderName) The name of the capacity provider.ManagedInstancesCapacityProvider.Builder.ec2InstanceProfile(IInstanceProfile ec2InstanceProfile) The EC2 instance profile that will be attached to instances launched by this capacity provider.ManagedInstancesCapacityProvider.Builder.infrastructureRole(IRole infrastructureRole) The IAM role that ECS uses to manage the infrastructure for the capacity provider.ManagedInstancesCapacityProvider.Builder.instanceRequirements(InstanceRequirementsConfig instanceRequirements) The instance requirements configuration for EC2 instance selection.ManagedInstancesCapacityProvider.Builder.monitoring(InstanceMonitoring monitoring) The CloudWatch monitoring configuration for the EC2 instances.ManagedInstancesCapacityProvider.Builder.propagateTags(PropagateManagedInstancesTags propagateTags) Specifies whether to propagate tags from the capacity provider to the launched instances.ManagedInstancesCapacityProvider.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to associate with the launched EC2 instances.The VPC subnets where EC2 instances will be launched.ManagedInstancesCapacityProvider.Builder.taskVolumeStorage(Size taskVolumeStorage) The size of the task volume storage attached to each instance.