@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:29.431Z") @Stability(value=Experimental) 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()
(experimental) The security groups to associate with the service.
|
TaskDefinition |
getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
getCapacityProviderStrategies, getCircuitBreaker, getCloudMapOptions, getCluster, getDeploymentController, getDesiredCount, getEnableECSManagedTags, getEnableExecuteCommand, getHealthCheckGracePeriod, getMaxHealthyPercent, getMinHealthyPercent, getPropagateTags, getPropagateTaskTagsFrom, getServiceName@Stability(value=Experimental) @NotNull TaskDefinition getTaskDefinition()
[disable-awslint:ref-via-interface]
@Stability(value=Experimental) @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=Experimental) static ExternalServiceProps.Builder builder()
builder in interface BaseServiceOptionsExternalServiceProps.Builder of ExternalServicePropsCopyright © 2022. All rights reserved.