| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsServiceDetails |
AwsEcsServiceDetails.clone() |
AwsEcsServiceDetails |
ResourceDetails.getAwsEcsService()
Details about a service within an ECS cluster.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withCapacityProviderStrategy(AwsEcsServiceCapacityProviderStrategyDetails... capacityProviderStrategy)
The capacity provider strategy that the service uses.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withCapacityProviderStrategy(Collection<AwsEcsServiceCapacityProviderStrategyDetails> capacityProviderStrategy)
The capacity provider strategy that the service uses.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withCluster(String cluster)
The ARN of the cluster that hosts the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withDeploymentConfiguration(AwsEcsServiceDeploymentConfigurationDetails deploymentConfiguration)
Deployment parameters for the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withDeploymentController(AwsEcsServiceDeploymentControllerDetails deploymentController)
Contains the deployment controller type that the service uses.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withDesiredCount(Integer desiredCount)
The number of instantiations of the task definition to run on the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withEnableEcsManagedTags(Boolean enableEcsManagedTags)
Whether to enable Amazon ECS managed tags for the tasks in the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withEnableExecuteCommand(Boolean enableExecuteCommand)
Whether the execute command functionality is enabled for the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withHealthCheckGracePeriodSeconds(Integer healthCheckGracePeriodSeconds)
After a task starts, the amount of time in seconds that the Amazon ECS service scheduler ignores unhealthy
Elastic Load Balancing target health checks.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withLaunchType(String launchType)
The launch type that the service uses.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withLoadBalancers(AwsEcsServiceLoadBalancersDetails... loadBalancers)
Information about the load balancers that the service uses.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withLoadBalancers(Collection<AwsEcsServiceLoadBalancersDetails> loadBalancers)
Information about the load balancers that the service uses.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withName(String name)
The name of the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withNetworkConfiguration(AwsEcsServiceNetworkConfigurationDetails networkConfiguration)
For tasks that use the
awsvpc networking mode, the VPC subnet and security group configuration. |
AwsEcsServiceDetails |
AwsEcsServiceDetails.withPlacementConstraints(AwsEcsServicePlacementConstraintsDetails... placementConstraints)
The placement constraints for the tasks in the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withPlacementConstraints(Collection<AwsEcsServicePlacementConstraintsDetails> placementConstraints)
The placement constraints for the tasks in the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withPlacementStrategies(AwsEcsServicePlacementStrategiesDetails... placementStrategies)
Information about how tasks for the service are placed.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withPlacementStrategies(Collection<AwsEcsServicePlacementStrategiesDetails> placementStrategies)
Information about how tasks for the service are placed.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withPlatformVersion(String platformVersion)
The platform version on which to run the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withPropagateTags(String propagateTags)
Indicates whether to propagate the tags from the task definition to the task or from the service to the task.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withRole(String role)
The ARN of the IAM role that is associated with the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withSchedulingStrategy(String schedulingStrategy)
The scheduling strategy to use for the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withServiceArn(String serviceArn)
The ARN of the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withServiceName(String serviceName)
The name of the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withServiceRegistries(AwsEcsServiceServiceRegistriesDetails... serviceRegistries)
Information about the service discovery registries to assign to the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withServiceRegistries(Collection<AwsEcsServiceServiceRegistriesDetails> serviceRegistries)
Information about the service discovery registries to assign to the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withTaskDefinition(String taskDefinition)
The task definition to use for tasks in the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEcsService(AwsEcsServiceDetails awsEcsService)
Details about a service within an ECS cluster.
|
ResourceDetails |
ResourceDetails.withAwsEcsService(AwsEcsServiceDetails awsEcsService)
Details about a service within an ECS cluster.
|
Copyright © 2023. All rights reserved.