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

@aws-cdk/aws-elasticloadbalancingv2

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-elasticloadbalancingv2 - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

55

lib/elasticloadbalancingv2.generated.d.ts

@@ -46,3 +46,3 @@ import cdk = require('@aws-cdk/cdk');

static readonly resourceTypeName: string;
readonly ref: ListenerArn;
readonly listenerArn: string;
/**

@@ -90,5 +90,2 @@ * Creates a new ``AWS::ElasticLoadBalancingV2::Listener``.

}
export declare class ListenerArn extends cdk.Arn {
private readonly thisIsAListenerArn;
}
export declare namespace cloudformation {

@@ -118,3 +115,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: ListenerCertificateArn;
readonly listenerCertificateArn: string;
/**

@@ -145,5 +142,2 @@ * Creates a new ``AWS::ElasticLoadBalancingV2::ListenerCertificate``.

}
export declare class ListenerCertificateArn extends cdk.Arn {
private readonly thisIsAListenerCertificateArn;
}
export declare namespace cloudformation {

@@ -183,3 +177,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: ListenerRuleArn;
readonly listenerRuleArn: string;
/**

@@ -232,5 +226,2 @@ * Creates a new ``AWS::ElasticLoadBalancingV2::ListenerRule``.

}
export declare class ListenerRuleArn extends cdk.Arn {
private readonly thisIsAListenerRuleArn;
}
export declare namespace cloudformation {

@@ -298,15 +289,15 @@ /**

*/
readonly loadBalancerCanonicalHostedZoneId: LoadBalancerCanonicalHostedZoneId;
readonly loadBalancerCanonicalHostedZoneId: string;
/**
* @cloudformation_attribute DNSName
*/
readonly loadBalancerDnsName: LoadBalancerDnsName;
readonly loadBalancerDnsName: string;
/**
* @cloudformation_attribute LoadBalancerFullName
*/
readonly loadBalancerFullName: LoadBalancerFullName;
readonly loadBalancerFullName: string;
/**
* @cloudformation_attribute LoadBalancerName
*/
readonly loadBalancerName: LoadBalancerName;
readonly loadBalancerName: string;
/**

@@ -316,3 +307,3 @@ * @cloudformation_attribute SecurityGroups

readonly loadBalancerSecurityGroups: LoadBalancerSecurityGroups;
readonly ref: LoadBalancerArn;
readonly loadBalancerArn: string;
/**

@@ -365,20 +356,5 @@ * Creates a new ``AWS::ElasticLoadBalancingV2::LoadBalancer``.

}
export declare class LoadBalancerCanonicalHostedZoneId extends cdk.CloudFormationToken {
private readonly thisIsALoadBalancerCanonicalHostedZoneId;
}
export declare class LoadBalancerDnsName extends cdk.CloudFormationToken {
private readonly thisIsALoadBalancerDnsName;
}
export declare class LoadBalancerFullName extends cdk.CloudFormationToken {
private readonly thisIsALoadBalancerFullName;
}
export declare class LoadBalancerName extends cdk.CloudFormationToken {
private readonly thisIsALoadBalancerName;
}
export declare class LoadBalancerSecurityGroups extends cdk.CloudFormationToken {
private readonly thisIsALoadBalancerSecurityGroups;
}
export declare class LoadBalancerArn extends cdk.Arn {
private readonly thisIsALoadBalancerArn;
}
export declare namespace cloudformation {

@@ -485,8 +461,8 @@ /**

*/
readonly targetGroupFullName: TargetGroupFullName;
readonly targetGroupFullName: string;
/**
* @cloudformation_attribute TargetGroupName
*/
readonly targetGroupName: TargetGroupName;
readonly ref: TargetGroupArn;
readonly targetGroupName: string;
readonly targetGroupArn: string;
/**

@@ -559,10 +535,1 @@ * Creates a new ``AWS::ElasticLoadBalancingV2::TargetGroup``.

}
export declare class TargetGroupFullName extends cdk.CloudFormationToken {
private readonly thisIsATargetGroupFullName;
}
export declare class TargetGroupName extends cdk.CloudFormationToken {
private readonly thisIsATargetGroupName;
}
export declare class TargetGroupArn extends cdk.Arn {
private readonly thisIsATargetGroupArn;
}

12

package.json
{
"name": "@aws-cdk/aws-elasticloadbalancingv2",
"version": "0.9.1",
"version": "0.9.2",
"description": "The CDK Construct Library for AWS::ElasticLoadBalancingV2",

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

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

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