Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEcsServiceServiceRegistriesDetails

import type { AwsEcsServiceServiceRegistriesDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about a service discovery registry to assign to the service.

interface AwsEcsServiceServiceRegistriesDetails {
ContainerName?: string | null;
ContainerPort?: number | null;
Port?: number | null;
RegistryArn?: string | null;
}

§Properties

§
ContainerName?: string | null
[src]

The container name value to use for the service discovery service.

If the task definition uses the bridge or host network mode, you must specify ContainerName and ContainerPort.

If the task definition uses the awsvpc network mode and a type SRV DNS record, you must specify either ContainerName and ContainerPort, or Port , but not both.

§
ContainerPort?: number | null
[src]

The port value to use for the service discovery service.

If the task definition uses the bridge or host network mode, you must specify ContainerName and ContainerPort.

If the task definition uses the awsvpc network mode and a type SRV DNS record, you must specify either ContainerName and ContainerPort, or Port , but not both.

§
Port?: number | null
[src]

The port value to use for a service discovery service that specifies an SRV record. This field can be used if both the awsvpcawsvpc network mode and SRV records are used.

§
RegistryArn?: string | null
[src]

The ARN of the service registry.