@aws-cdk/aws-dax
Advanced tools
Comparing version 1.149.0 to 1.150.0
{ | ||
"version": "2", | ||
"toolVersion": "1.54.0", | ||
"toolVersion": "1.55.1", | ||
"snippets": { | ||
@@ -19,2 +19,6 @@ "e9dcf97ae8aa00c9e2a44ee63d6cbccab87d4d28b5e96ff97c6333636abc105c": { | ||
}, | ||
"go": { | ||
"source": "import dax \"github.com/aws-samples/dummy/awscdkawsdax\"", | ||
"version": "1" | ||
}, | ||
"$": { | ||
@@ -62,2 +66,6 @@ "source": "import * as dax from '@aws-cdk/aws-dax';", | ||
}, | ||
"go": { | ||
"source": "import dax \"github.com/aws-samples/dummy/awscdkawsdax\"\n\nvar tags interface{}\ncfnCluster := dax.NewCfnCluster(this, jsii.String(\"MyCfnCluster\"), &cfnClusterProps{\n\tiamRoleArn: jsii.String(\"iamRoleArn\"),\n\tnodeType: jsii.String(\"nodeType\"),\n\treplicationFactor: jsii.Number(123),\n\n\t// the properties below are optional\n\tavailabilityZones: []*string{\n\t\tjsii.String(\"availabilityZones\"),\n\t},\n\tclusterEndpointEncryptionType: jsii.String(\"clusterEndpointEncryptionType\"),\n\tclusterName: jsii.String(\"clusterName\"),\n\tdescription: jsii.String(\"description\"),\n\tnotificationTopicArn: jsii.String(\"notificationTopicArn\"),\n\tparameterGroupName: jsii.String(\"parameterGroupName\"),\n\tpreferredMaintenanceWindow: jsii.String(\"preferredMaintenanceWindow\"),\n\tsecurityGroupIds: []*string{\n\t\tjsii.String(\"securityGroupIds\"),\n\t},\n\tsseSpecification: &sSESpecificationProperty{\n\t\tsseEnabled: jsii.Boolean(false),\n\t},\n\tsubnetGroupName: jsii.String(\"subnetGroupName\"),\n\ttags: tags,\n})", | ||
"version": "1" | ||
}, | ||
"$": { | ||
@@ -121,2 +129,6 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as dax from '@aws-cdk/aws-dax';\n\ndeclare const tags: any;\nconst cfnCluster = new dax.CfnCluster(this, 'MyCfnCluster', {\n iamRoleArn: 'iamRoleArn',\n nodeType: 'nodeType',\n replicationFactor: 123,\n\n // the properties below are optional\n availabilityZones: ['availabilityZones'],\n clusterEndpointEncryptionType: 'clusterEndpointEncryptionType',\n clusterName: 'clusterName',\n description: 'description',\n notificationTopicArn: 'notificationTopicArn',\n parameterGroupName: 'parameterGroupName',\n preferredMaintenanceWindow: 'preferredMaintenanceWindow',\n securityGroupIds: ['securityGroupIds'],\n sseSpecification: {\n sseEnabled: false,\n },\n subnetGroupName: 'subnetGroupName',\n tags: tags,\n});", | ||
}, | ||
"go": { | ||
"source": "import dax \"github.com/aws-samples/dummy/awscdkawsdax\"\nsSESpecificationProperty := &sSESpecificationProperty{\n\tsseEnabled: jsii.Boolean(false),\n}", | ||
"version": "1" | ||
}, | ||
"$": { | ||
@@ -173,2 +185,6 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as dax from '@aws-cdk/aws-dax';\nconst sSESpecificationProperty: dax.CfnCluster.SSESpecificationProperty = {\n sseEnabled: false,\n};", | ||
}, | ||
"go": { | ||
"source": "import dax \"github.com/aws-samples/dummy/awscdkawsdax\"\n\nvar tags interface{}\ncfnClusterProps := &cfnClusterProps{\n\tiamRoleArn: jsii.String(\"iamRoleArn\"),\n\tnodeType: jsii.String(\"nodeType\"),\n\treplicationFactor: jsii.Number(123),\n\n\t// the properties below are optional\n\tavailabilityZones: []*string{\n\t\tjsii.String(\"availabilityZones\"),\n\t},\n\tclusterEndpointEncryptionType: jsii.String(\"clusterEndpointEncryptionType\"),\n\tclusterName: jsii.String(\"clusterName\"),\n\tdescription: jsii.String(\"description\"),\n\tnotificationTopicArn: jsii.String(\"notificationTopicArn\"),\n\tparameterGroupName: jsii.String(\"parameterGroupName\"),\n\tpreferredMaintenanceWindow: jsii.String(\"preferredMaintenanceWindow\"),\n\tsecurityGroupIds: []*string{\n\t\tjsii.String(\"securityGroupIds\"),\n\t},\n\tsseSpecification: &sSESpecificationProperty{\n\t\tsseEnabled: jsii.Boolean(false),\n\t},\n\tsubnetGroupName: jsii.String(\"subnetGroupName\"),\n\ttags: tags,\n}", | ||
"version": "1" | ||
}, | ||
"$": { | ||
@@ -229,2 +245,6 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as dax from '@aws-cdk/aws-dax';\n\ndeclare const tags: any;\nconst cfnClusterProps: dax.CfnClusterProps = {\n iamRoleArn: 'iamRoleArn',\n nodeType: 'nodeType',\n replicationFactor: 123,\n\n // the properties below are optional\n availabilityZones: ['availabilityZones'],\n clusterEndpointEncryptionType: 'clusterEndpointEncryptionType',\n clusterName: 'clusterName',\n description: 'description',\n notificationTopicArn: 'notificationTopicArn',\n parameterGroupName: 'parameterGroupName',\n preferredMaintenanceWindow: 'preferredMaintenanceWindow',\n securityGroupIds: ['securityGroupIds'],\n sseSpecification: {\n sseEnabled: false,\n },\n subnetGroupName: 'subnetGroupName',\n tags: tags,\n};", | ||
}, | ||
"go": { | ||
"source": "import dax \"github.com/aws-samples/dummy/awscdkawsdax\"\n\nvar parameterNameValues interface{}\ncfnParameterGroup := dax.NewCfnParameterGroup(this, jsii.String(\"MyCfnParameterGroup\"), &cfnParameterGroupProps{\n\tdescription: jsii.String(\"description\"),\n\tparameterGroupName: jsii.String(\"parameterGroupName\"),\n\tparameterNameValues: parameterNameValues,\n})", | ||
"version": "1" | ||
}, | ||
"$": { | ||
@@ -285,2 +305,6 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as dax from '@aws-cdk/aws-dax';\n\ndeclare const parameterNameValues: any;\nconst cfnParameterGroup = new dax.CfnParameterGroup(this, 'MyCfnParameterGroup', /* all optional props */ {\n description: 'description',\n parameterGroupName: 'parameterGroupName',\n parameterNameValues: parameterNameValues,\n});", | ||
}, | ||
"go": { | ||
"source": "import dax \"github.com/aws-samples/dummy/awscdkawsdax\"\n\nvar parameterNameValues interface{}\ncfnParameterGroupProps := &cfnParameterGroupProps{\n\tdescription: jsii.String(\"description\"),\n\tparameterGroupName: jsii.String(\"parameterGroupName\"),\n\tparameterNameValues: parameterNameValues,\n}", | ||
"version": "1" | ||
}, | ||
"$": { | ||
@@ -338,2 +362,6 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as dax from '@aws-cdk/aws-dax';\n\ndeclare const parameterNameValues: any;\nconst cfnParameterGroupProps: dax.CfnParameterGroupProps = {\n description: 'description',\n parameterGroupName: 'parameterGroupName',\n parameterNameValues: parameterNameValues,\n};", | ||
}, | ||
"go": { | ||
"source": "import dax \"github.com/aws-samples/dummy/awscdkawsdax\"\ncfnSubnetGroup := dax.NewCfnSubnetGroup(this, jsii.String(\"MyCfnSubnetGroup\"), &cfnSubnetGroupProps{\n\tsubnetIds: []*string{\n\t\tjsii.String(\"subnetIds\"),\n\t},\n\n\t// the properties below are optional\n\tdescription: jsii.String(\"description\"),\n\tsubnetGroupName: jsii.String(\"subnetGroupName\"),\n})", | ||
"version": "1" | ||
}, | ||
"$": { | ||
@@ -393,2 +421,6 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as dax from '@aws-cdk/aws-dax';\nconst cfnSubnetGroup = new dax.CfnSubnetGroup(this, 'MyCfnSubnetGroup', {\n subnetIds: ['subnetIds'],\n\n // the properties below are optional\n description: 'description',\n subnetGroupName: 'subnetGroupName',\n});", | ||
}, | ||
"go": { | ||
"source": "import dax \"github.com/aws-samples/dummy/awscdkawsdax\"\ncfnSubnetGroupProps := &cfnSubnetGroupProps{\n\tsubnetIds: []*string{\n\t\tjsii.String(\"subnetIds\"),\n\t},\n\n\t// the properties below are optional\n\tdescription: jsii.String(\"description\"),\n\tsubnetGroupName: jsii.String(\"subnetGroupName\"),\n}", | ||
"version": "1" | ||
}, | ||
"$": { | ||
@@ -395,0 +427,0 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as dax from '@aws-cdk/aws-dax';\nconst cfnSubnetGroupProps: dax.CfnSubnetGroupProps = {\n subnetIds: ['subnetIds'],\n\n // the properties below are optional\n description: 'description',\n subnetGroupName: 'subnetGroupName',\n};", |
{ | ||
"name": "@aws-cdk/aws-dax", | ||
"version": "1.149.0", | ||
"version": "1.150.0", | ||
"description": "The CDK Construct Library for AWS::DAX", | ||
@@ -82,10 +82,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assertions": "1.149.0", | ||
"@aws-cdk/cdk-build-tools": "1.149.0", | ||
"@aws-cdk/cfn2ts": "1.149.0", | ||
"@aws-cdk/pkglint": "1.149.0", | ||
"@aws-cdk/assertions": "1.150.0", | ||
"@aws-cdk/cdk-build-tools": "1.150.0", | ||
"@aws-cdk/cfn2ts": "1.150.0", | ||
"@aws-cdk/pkglint": "1.150.0", | ||
"@types/jest": "^27.4.1" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/core": "1.149.0", | ||
"@aws-cdk/core": "1.150.0", | ||
"constructs": "^3.3.69" | ||
@@ -95,3 +95,3 @@ }, | ||
"peerDependencies": { | ||
"@aws-cdk/core": "1.149.0", | ||
"@aws-cdk/core": "1.150.0", | ||
"constructs": "^3.3.69" | ||
@@ -98,0 +98,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
258168
1766
+ Added@aws-cdk/cloud-assembly-schema@1.150.0(transitive)
+ Added@aws-cdk/core@1.150.0(transitive)
+ Added@aws-cdk/cx-api@1.150.0(transitive)
+ Added@aws-cdk/region-info@1.150.0(transitive)
- Removed@aws-cdk/cloud-assembly-schema@1.149.0(transitive)
- Removed@aws-cdk/core@1.149.0(transitive)
- Removed@aws-cdk/cx-api@1.149.0(transitive)
- Removed@aws-cdk/region-info@1.149.0(transitive)
Updated@aws-cdk/core@1.150.0