Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import * as rds from 'aws-cdk-lib/aws-rds';

export const INTEG_TEST_LATEST_AURORA_MYSQL = rds.AuroraMysqlEngineVersion.VER_3_11_1;
export const INTEG_TEST_LATEST_AURORA_POSTGRES = rds.AuroraPostgresEngineVersion.VER_17_6;
export const INTEG_TEST_LATEST_AURORA_POSTGRES_LIMITLESS = rds.AuroraPostgresEngineVersion.VER_16_9_LIMITLESS;
export const INTEG_TEST_LATEST_MYSQL = rds.MysqlEngineVersion.VER_8_4_7;
export const INTEG_TEST_LATEST_POSTGRES = rds.PostgresEngineVersion.VER_18_1;
export const INTEG_TEST_LATEST_MARIADB = rds.MariaDbEngineVersion.VER_11_8_5;
export const INTEG_TEST_LATEST_SQLSERVER = rds.SqlServerEngineVersion.VER_15;
export const INTEG_TEST_LATEST_ORACLE = rds.OracleEngineVersion.VER_19_0_0_0_2020_04_R1;
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import * as cdk from 'aws-cdk-lib';
import type * as constructs from 'constructs';

export class IntegTestBaseStack extends cdk.Stack {
constructor(scope: constructs.Construct, id: string, props?: cdk.StackProps) {
super(scope, id, props);

cdk.Aspects.of(this).add({
visit(node: constructs.IConstruct) {
if (cdk.CfnResource.isCfnResource(node)) {
node.applyRemovalPolicy(cdk.RemovalPolicy.DESTROY);
}
},
});
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"Value": "cluster-applyimmediately-integ/VPC"
}
]
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCPublicSubnet1SubnetB4246D30": {
"Type": "AWS::EC2::Subnet",
Expand Down Expand Up @@ -45,7 +47,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCPublicSubnet1RouteTableFEE4B781": {
"Type": "AWS::EC2::RouteTable",
Expand All @@ -59,7 +63,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCPublicSubnet1RouteTableAssociation0B0896DC": {
"Type": "AWS::EC2::SubnetRouteTableAssociation",
Expand All @@ -70,7 +76,9 @@
"SubnetId": {
"Ref": "VPCPublicSubnet1SubnetB4246D30"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCPublicSubnet1DefaultRoute91CEF279": {
"Type": "AWS::EC2::Route",
Expand All @@ -85,7 +93,9 @@
},
"DependsOn": [
"VPCVPCGW99B986DC"
]
],
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCPublicSubnet2Subnet74179F39": {
"Type": "AWS::EC2::Subnet",
Expand Down Expand Up @@ -117,7 +127,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCPublicSubnet2RouteTable6F1A15F1": {
"Type": "AWS::EC2::RouteTable",
Expand All @@ -131,7 +143,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCPublicSubnet2RouteTableAssociation5A808732": {
"Type": "AWS::EC2::SubnetRouteTableAssociation",
Expand All @@ -142,7 +156,9 @@
"SubnetId": {
"Ref": "VPCPublicSubnet2Subnet74179F39"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCPublicSubnet2DefaultRouteB7481BBA": {
"Type": "AWS::EC2::Route",
Expand All @@ -157,7 +173,9 @@
},
"DependsOn": [
"VPCVPCGW99B986DC"
]
],
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCIsolatedSubnet1SubnetEBD00FC6": {
"Type": "AWS::EC2::Subnet",
Expand Down Expand Up @@ -189,7 +207,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCIsolatedSubnet1RouteTableEB156210": {
"Type": "AWS::EC2::RouteTable",
Expand All @@ -203,7 +223,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCIsolatedSubnet1RouteTableAssociationA2D18F7C": {
"Type": "AWS::EC2::SubnetRouteTableAssociation",
Expand All @@ -214,7 +236,9 @@
"SubnetId": {
"Ref": "VPCIsolatedSubnet1SubnetEBD00FC6"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCIsolatedSubnet2Subnet4B1C8CAA": {
"Type": "AWS::EC2::Subnet",
Expand Down Expand Up @@ -246,7 +270,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCIsolatedSubnet2RouteTable9B4F78DC": {
"Type": "AWS::EC2::RouteTable",
Expand All @@ -260,7 +286,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCIsolatedSubnet2RouteTableAssociation7BF8E0EB": {
"Type": "AWS::EC2::SubnetRouteTableAssociation",
Expand All @@ -271,7 +299,9 @@
"SubnetId": {
"Ref": "VPCIsolatedSubnet2Subnet4B1C8CAA"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCIGWB7E252D3": {
"Type": "AWS::EC2::InternetGateway",
Expand All @@ -282,7 +312,9 @@
"Value": "cluster-applyimmediately-integ/VPC"
}
]
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"VPCVPCGW99B986DC": {
"Type": "AWS::EC2::VPCGatewayAttachment",
Expand All @@ -293,7 +325,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"DatabaseClusterSubnets7FAE1846": {
"Type": "AWS::RDS::DBSubnetGroup",
Expand All @@ -307,7 +341,9 @@
"Ref": "VPCIsolatedSubnet2Subnet4B1C8CAA"
}
]
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"DatabaseClusterSecurityGroupCBE34284": {
"Type": "AWS::EC2::SecurityGroup",
Expand All @@ -323,7 +359,9 @@
"VpcId": {
"Ref": "VPCB9E5F0B4"
}
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"DatabaseCluster68FC2945": {
"Type": "AWS::RDS::DBCluster",
Expand All @@ -334,7 +372,7 @@
"Ref": "DatabaseClusterSubnets7FAE1846"
},
"Engine": "aurora-mysql",
"EngineVersion": "8.0.mysql_aurora.3.07.1",
"EngineVersion": "8.0.mysql_aurora.3.11.1",
"MasterUserPassword": "7959866cacc02c2d243ecfe177464fe6",
"MasterUsername": "admin",
"ServerlessV2ScalingConfiguration": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading