public static interface ServiceConnectServiceResource.Builder extends SdkPojo, CopyableBuilder<ServiceConnectServiceResource.Builder,ServiceConnectServiceResource>
| Modifier and Type | Method and Description |
|---|---|
ServiceConnectServiceResource.Builder |
discoveryArn(String discoveryArn)
The Amazon Resource Name (ARN) for the namespace in Cloud Map that matches the discovery name for this
Service Connect resource.
|
ServiceConnectServiceResource.Builder |
discoveryName(String discoveryName)
The discovery name of this Service Connect resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceConnectServiceResource.Builder discoveryName(String discoveryName)
The discovery name of this Service Connect resource.
The discoveryName is the name of the new Cloud Map service that Amazon ECS creates for this
Amazon ECS service. This must be unique within the Cloud Map namespace. The name can contain up to 64
characters. The name can include lowercase letters, numbers, underscores (_), and hyphens (-). The name can't
start with a hyphen.
If the discoveryName isn't specified, the port mapping name from the task definition is used in
portName.namespace.
discoveryName - The discovery name of this Service Connect resource.
The discoveryName is the name of the new Cloud Map service that Amazon ECS creates for
this Amazon ECS service. This must be unique within the Cloud Map namespace. The name can contain up
to 64 characters. The name can include lowercase letters, numbers, underscores (_), and hyphens (-).
The name can't start with a hyphen.
If the discoveryName isn't specified, the port mapping name from the task definition is
used in portName.namespace.
ServiceConnectServiceResource.Builder discoveryArn(String discoveryArn)
The Amazon Resource Name (ARN) for the namespace in Cloud Map that matches the discovery name for this Service Connect resource. You can use this ARN in other integrations with Cloud Map. However, Service Connect can't ensure connectivity outside of Amazon ECS.
discoveryArn - The Amazon Resource Name (ARN) for the namespace in Cloud Map that matches the discovery name for this
Service Connect resource. You can use this ARN in other integrations with Cloud Map. However, Service
Connect can't ensure connectivity outside of Amazon ECS.Copyright © 2023. All rights reserved.