Skip to content

Commit

Permalink
Address pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
piradeepk committed Nov 7, 2019
1 parent 5451f40 commit 153bc6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-ecs/lib/base/base-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -664,16 +664,16 @@ export interface CloudMapOptions {
readonly name?: string,

/**
* The service discovery namespace created in this cluster
* The service discovery namespace created in this service.
*
* @default - no service discovery namespace created
* @default - the defaultCloudMapNamespace associated to the cluster
*/
readonly cloudMapNamespace?: cloudmap.INamespace;

/**
* The DNS record type that you want AWS Cloud Map to create. The supported record types are A or SRV.
*
* @default: A
* @default DnsRecordType.A
*/
readonly dnsRecordType?: cloudmap.DnsRecordType.A | cloudmap.DnsRecordType.SRV,

Expand Down

0 comments on commit 153bc6b

Please sign in to comment.