Skip to content

Commit

Permalink
Doc changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
skinny85 committed Oct 22, 2019
1 parent 51e9fbb commit 4742344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packages/@aws-cdk/aws-ec2/lib/vpc-lookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ export interface VpcLookupOptions {
readonly isDefault?: boolean;

/**
* Optional tag whose value is used as the name of the subnet group
* the subnet with the tag belongs to.
* Optional tag for subnet group name.
* If not provided, we'll look at the aws-cdk:subnet-name tag.
* If the subnet does not have the tag,
* If the subnet does not have the specified tag,
* we'll use its type as the name.
*
* @default aws-cdk:subnet-name
Expand Down
5 changes: 2 additions & 3 deletions packages/@aws-cdk/cx-api/lib/context/asymmetric-vpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ export const ASYMMETRIC_VPC_PROVIDER = 'asymmetric-vpc-provider';
*/
export interface AsymmetricVpcContextQuery extends VpcContextQuery {
/**
* Optional tag whose value is used as the name of the subnet group
* the subnet with the tag belongs to.
* Optional tag for subnet group name.
* If not provided, we'll look at the aws-cdk:subnet-name tag.
* If the subnet does not have the tag,
* If the subnet does not have the specified tag,
* we'll use its type as the name.
*/
readonly subnetGroupNameTag?: string;
Expand Down

0 comments on commit 4742344

Please sign in to comment.