Builder
Properties
The configuration for Service Connect access logging. Access logs capture detailed information about requests made to your service, including request patterns, response codes, and timing data. They can be useful for debugging connectivity issues, monitoring service performance, and auditing service-to-service communication for security and compliance purposes.
The log configuration for the container. This parameter maps to LogConfig in the docker container create command and the --log-driver option to docker run.
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace for use with Service Connect. The namespace must be in the same Amazon Web Services Region as the Amazon ECS service and cluster. The type of namespace doesn't affect Service Connect. For more information about Cloud Map, see Working with Services in the Cloud Map Developer Guide.
The list of Service Connect service objects. These are names and aliases (also known as endpoints) that are used by other Amazon ECS services to connect to this service.
Functions
construct an aws.sdk.kotlin.services.ecs.model.ServiceConnectAccessLogConfiguration inside the given block
construct an aws.sdk.kotlin.services.ecs.model.LogConfiguration inside the given block