@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.700Z") @Stability(value=Stable) public interface ExternalServiceProps extends software.amazon.jsii.JsiiSerializable, BaseServiceOptions
Example:
Cluster cluster;
TaskDefinition taskDefinition;
ExternalService service = ExternalService.Builder.create(this, "Service")
.cluster(cluster)
.taskDefinition(taskDefinition)
.desiredCount(5)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExternalServiceProps.Builder
A builder for
ExternalServiceProps |
static class |
ExternalServiceProps.Jsii$Proxy
An implementation for
ExternalServiceProps |
| Modifier and Type | Method and Description |
|---|---|
static ExternalServiceProps.Builder |
builder() |
default List<ISecurityGroup> |
getSecurityGroups()
The security groups to associate with the service.
|
TaskDefinition |
getTaskDefinition()
The task definition to use for tasks in the service.
|
getCapacityProviderStrategies, getCircuitBreaker, getCloudMapOptions, getCluster, getDeploymentController, getDesiredCount, getEnableECSManagedTags, getEnableExecuteCommand, getHealthCheckGracePeriod, getMaxHealthyPercent, getMinHealthyPercent, getPropagateTags, getServiceName@Stability(value=Stable) @NotNull TaskDefinition getTaskDefinition()
[disable-awslint:ref-via-interface]
@Stability(value=Stable) @Nullable default List<ISecurityGroup> getSecurityGroups()
If you do not specify a security group, a new security group is created.
Default: - A new security group is created.
@Stability(value=Stable) static ExternalServiceProps.Builder builder()
builder in interface BaseServiceOptionsExternalServiceProps.Builder of ExternalServicePropsCopyright © 2022. All rights reserved.