Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-servicediscovery

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-servicediscovery - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0

19

lib/servicediscovery.generated.d.ts

@@ -149,7 +149,2 @@ import cdk = require('@aws-cdk/cdk');

/**
* ``AWS::ServiceDiscovery::Service.DnsConfig``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-dnsconfig
*/
dnsConfig: ServiceResource.DnsConfigProperty | cdk.Token;
/**
* ``AWS::ServiceDiscovery::Service.Description``

@@ -160,2 +155,7 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description

/**
* ``AWS::ServiceDiscovery::Service.DnsConfig``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-dnsconfig
*/
dnsConfig?: ServiceResource.DnsConfigProperty | cdk.Token;
/**
* ``AWS::ServiceDiscovery::Service.HealthCheckConfig``

@@ -175,2 +175,7 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-healthcheckconfig

name?: string | cdk.Token;
/**
* ``AWS::ServiceDiscovery::Service.NamespaceId``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid
*/
namespaceId?: string | cdk.Token;
}

@@ -204,3 +209,3 @@ /**

*/
constructor(parent: cdk.Construct, name: string, properties: ServiceResourceProps);
constructor(parent: cdk.Construct, name: string, properties?: ServiceResourceProps);
readonly propertyOverrides: ServiceResourceProps;

@@ -225,3 +230,3 @@ protected renderProperties(properties: any): {

*/
namespaceId: string | cdk.Token;
namespaceId?: string | cdk.Token;
/**

@@ -228,0 +233,0 @@ * ``ServiceResource.DnsConfigProperty.RoutingPolicy``

{
"name": "@aws-cdk/aws-servicediscovery",
"version": "0.17.0",
"version": "0.18.0",
"description": "The CDK Construct Library for AWS::ServiceDiscovery",

@@ -55,14 +55,14 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.17.0",
"cdk-build-tools": "^0.17.0",
"cfn2ts": "^0.17.0",
"pkglint": "^0.17.0"
"@aws-cdk/assert": "^0.18.0",
"cdk-build-tools": "^0.18.0",
"cfn2ts": "^0.18.0",
"pkglint": "^0.18.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.17.0"
"@aws-cdk/cdk": "^0.18.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
"@aws-cdk/cdk": "^0.18.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc