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

@aws-cdk/aws-dax

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

Comparing version 0.21.0 to 0.22.0

253

lib/dax.generated.d.ts

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

*/
iamRoleArn: string | cdk.Token;
iamRoleArn: string;
/**

@@ -16,3 +16,3 @@ * ``AWS::DAX::Cluster.NodeType``

*/
nodeType: string | cdk.Token;
nodeType: string;
/**

@@ -32,3 +32,3 @@ * ``AWS::DAX::Cluster.ReplicationFactor``

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

@@ -38,3 +38,3 @@ * ``AWS::DAX::Cluster.Description``

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

@@ -44,3 +44,3 @@ * ``AWS::DAX::Cluster.NotificationTopicARN``

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

@@ -50,3 +50,3 @@ * ``AWS::DAX::Cluster.ParameterGroupName``

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

@@ -56,3 +56,3 @@ * ``AWS::DAX::Cluster.PreferredMaintenanceWindow``

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

@@ -72,3 +72,3 @@ * ``AWS::DAX::Cluster.SecurityGroupIds``

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

@@ -100,7 +100,7 @@ * ``AWS::DAX::Cluster.Tags``

*
* @param parent the ``cdk.Construct`` this ``CfnCluster`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``CfnCluster``
* @param scope scope in which this resource is defined
* @param id scoped id of the resource
* @param props resource properties
*/
constructor(parent: cdk.Construct, name: string, properties: CfnClusterProps);
constructor(scope: cdk.Construct, id: string, props: CfnClusterProps);
readonly propertyOverrides: CfnClusterProps;

@@ -123,117 +123,2 @@ protected renderProperties(properties: any): {

}
export declare namespace cloudformation {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html
*/
interface ClusterResourceProps {
/**
* ``AWS::DAX::Cluster.IAMRoleARN``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn
*/
iamRoleArn: string | cdk.Token;
/**
* ``AWS::DAX::Cluster.NodeType``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype
*/
nodeType: string | cdk.Token;
/**
* ``AWS::DAX::Cluster.ReplicationFactor``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor
*/
replicationFactor: number | cdk.Token;
/**
* ``AWS::DAX::Cluster.AvailabilityZones``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-availabilityzones
*/
availabilityZones?: Array<string | cdk.Token> | cdk.Token;
/**
* ``AWS::DAX::Cluster.ClusterName``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clustername
*/
clusterName?: string | cdk.Token;
/**
* ``AWS::DAX::Cluster.Description``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-description
*/
description?: string | cdk.Token;
/**
* ``AWS::DAX::Cluster.NotificationTopicARN``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-notificationtopicarn
*/
notificationTopicArn?: string | cdk.Token;
/**
* ``AWS::DAX::Cluster.ParameterGroupName``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-parametergroupname
*/
parameterGroupName?: string | cdk.Token;
/**
* ``AWS::DAX::Cluster.PreferredMaintenanceWindow``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-preferredmaintenancewindow
*/
preferredMaintenanceWindow?: string | cdk.Token;
/**
* ``AWS::DAX::Cluster.SecurityGroupIds``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-securitygroupids
*/
securityGroupIds?: Array<string | cdk.Token> | cdk.Token;
/**
* ``AWS::DAX::Cluster.SSESpecification``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-ssespecification
*/
sseSpecification?: ClusterResource.SSESpecificationProperty | cdk.Token;
/**
* ``AWS::DAX::Cluster.SubnetGroupName``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-subnetgroupname
*/
subnetGroupName?: string | cdk.Token;
/**
* ``AWS::DAX::Cluster.Tags``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-tags
*/
tags?: object | cdk.Token;
}
/**
* @deprecated "cloudformation.ClusterResource" will be deprecated in a future release in favor of "CfnCluster" (see https://github.com/awslabs/aws-cdk/issues/878)
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html
*/
class ClusterResource extends cdk.Resource {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly resourceTypeName = "AWS::DAX::Cluster";
/**
* @cloudformation_attribute Arn
*/
readonly clusterArn: string;
/**
* @cloudformation_attribute ClusterDiscoveryEndpoint
*/
readonly clusterDiscoveryEndpoint: string;
readonly clusterName: string;
/**
* Creates a new ``AWS::DAX::Cluster``.
*
* @param parent the ``cdk.Construct`` this ``ClusterResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``ClusterResource``
*/
constructor(parent: cdk.Construct, name: string, properties: ClusterResourceProps);
readonly propertyOverrides: ClusterResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;
};
}
namespace ClusterResource {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dax-cluster-ssespecification.html
*/
interface SSESpecificationProperty {
/**
* ``ClusterResource.SSESpecificationProperty.SSEEnabled``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dax-cluster-ssespecification.html#cfn-dax-cluster-ssespecification-sseenabled
*/
sseEnabled?: boolean | cdk.Token;
}
}
}
/**

@@ -247,3 +132,3 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html

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

@@ -253,3 +138,3 @@ * ``AWS::DAX::ParameterGroup.ParameterGroupName``

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

@@ -273,7 +158,7 @@ * ``AWS::DAX::ParameterGroup.ParameterNameValues``

*
* @param parent the ``cdk.Construct`` this ``CfnParameterGroup`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``CfnParameterGroup``
* @param scope scope in which this resource is defined
* @param id scoped id of the resource
* @param props resource properties
*/
constructor(parent: cdk.Construct, name: string, properties?: CfnParameterGroupProps);
constructor(scope: cdk.Construct, id: string, props?: CfnParameterGroupProps);
readonly propertyOverrides: CfnParameterGroupProps;

@@ -284,47 +169,2 @@ protected renderProperties(properties: any): {

}
export declare namespace cloudformation {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html
*/
interface ParameterGroupResourceProps {
/**
* ``AWS::DAX::ParameterGroup.Description``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-description
*/
description?: string | cdk.Token;
/**
* ``AWS::DAX::ParameterGroup.ParameterGroupName``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parametergroupname
*/
parameterGroupName?: string | cdk.Token;
/**
* ``AWS::DAX::ParameterGroup.ParameterNameValues``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parameternamevalues
*/
parameterNameValues?: object | cdk.Token;
}
/**
* @deprecated "cloudformation.ParameterGroupResource" will be deprecated in a future release in favor of "CfnParameterGroup" (see https://github.com/awslabs/aws-cdk/issues/878)
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html
*/
class ParameterGroupResource extends cdk.Resource {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly resourceTypeName = "AWS::DAX::ParameterGroup";
readonly parameterGroupArn: string;
/**
* Creates a new ``AWS::DAX::ParameterGroup``.
*
* @param parent the ``cdk.Construct`` this ``ParameterGroupResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``ParameterGroupResource``
*/
constructor(parent: cdk.Construct, name: string, properties?: ParameterGroupResourceProps);
readonly propertyOverrides: ParameterGroupResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;
};
}
}
/**

@@ -343,3 +183,3 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html

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

@@ -349,3 +189,3 @@ * ``AWS::DAX::SubnetGroup.SubnetGroupName``

*/
subnetGroupName?: string | cdk.Token;
subnetGroupName?: string;
}

@@ -364,7 +204,7 @@ /**

*
* @param parent the ``cdk.Construct`` this ``CfnSubnetGroup`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``CfnSubnetGroup``
* @param scope scope in which this resource is defined
* @param id scoped id of the resource
* @param props resource properties
*/
constructor(parent: cdk.Construct, name: string, properties: CfnSubnetGroupProps);
constructor(scope: cdk.Construct, id: string, props: CfnSubnetGroupProps);
readonly propertyOverrides: CfnSubnetGroupProps;

@@ -375,46 +215,1 @@ protected renderProperties(properties: any): {

}
export declare namespace cloudformation {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html
*/
interface SubnetGroupResourceProps {
/**
* ``AWS::DAX::SubnetGroup.SubnetIds``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetids
*/
subnetIds: Array<string | cdk.Token> | cdk.Token;
/**
* ``AWS::DAX::SubnetGroup.Description``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-description
*/
description?: string | cdk.Token;
/**
* ``AWS::DAX::SubnetGroup.SubnetGroupName``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetgroupname
*/
subnetGroupName?: string | cdk.Token;
}
/**
* @deprecated "cloudformation.SubnetGroupResource" will be deprecated in a future release in favor of "CfnSubnetGroup" (see https://github.com/awslabs/aws-cdk/issues/878)
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html
*/
class SubnetGroupResource extends cdk.Resource {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly resourceTypeName = "AWS::DAX::SubnetGroup";
readonly subnetGroupArn: string;
/**
* Creates a new ``AWS::DAX::SubnetGroup``.
*
* @param parent the ``cdk.Construct`` this ``SubnetGroupResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``SubnetGroupResource``
*/
constructor(parent: cdk.Construct, name: string, properties: SubnetGroupResourceProps);
readonly propertyOverrides: SubnetGroupResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;
};
}
}

18

package.json
{
"name": "@aws-cdk/aws-dax",
"version": "0.21.0",
"version": "0.22.0",
"description": "The CDK Construct Library for AWS::DAX",

@@ -37,3 +37,5 @@ "main": "lib/index.js",

"pkglint": "pkglint -f",
"package": "cdk-package"
"package": "cdk-package",
"awslint": "cdk-awslint",
"cfn2ts": "cfn2ts"
},

@@ -56,13 +58,13 @@ "cdk-build": {

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

@@ -69,0 +71,0 @@ "engines": {

@@ -25,5 +25,20 @@ {

"strictNullChecks": true,
"target": "ES2018"
"target": "ES2018",
"composite": true
},
"include": [
"**/*.ts"
],
"exclude": [
"node_modules"
],
"references": [
{
"path": "../cdk"
},
{
"path": "../assert"
}
],
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore"
}

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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