Skip to content

Commit

Permalink
fix tsdoc @default
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan Jayakar committed Mar 2, 2020
1 parent d6245b6 commit cb7493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigateway/lib/domain-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export interface DomainNameOptions {

/**
* The Transport Layer Security (TLS) version + cipher suite for this domain name.
* @default undefined. This field is optional in AWS::ApiGateway::DomainName SecurityPolicy
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html
* @default SecurityPolicy.TLS_1_0
*/
readonly securityPolicy?: SecurityPolicy
}
Expand Down

0 comments on commit cb7493a

Please sign in to comment.