@pulumi/aws 7.16.0-alpha.1767399337 → 7.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alb/listener.d.ts +3 -3
- package/alb/targetGroup.d.ts +3 -3
- package/alb/targetGroupAttachment.d.ts +32 -0
- package/alb/targetGroupAttachment.js +22 -0
- package/alb/targetGroupAttachment.js.map +1 -1
- package/apigateway/domainName.d.ts +32 -3
- package/apigateway/domainName.js +19 -0
- package/apigateway/domainName.js.map +1 -1
- package/apigateway/getDomainName.d.ts +4 -0
- package/apigateway/getDomainName.js.map +1 -1
- package/apigateway/integration.d.ts +25 -4
- package/apigateway/integration.js +25 -4
- package/apigateway/integration.js.map +1 -1
- package/backup/globalSettings.d.ts +7 -3
- package/backup/globalSettings.js +4 -0
- package/backup/globalSettings.js.map +1 -1
- package/bedrock/agentcoreMemoryStrategy.d.ts +6 -0
- package/bedrock/agentcoreMemoryStrategy.js.map +1 -1
- package/cleanrooms/collaboration.d.ts +13 -3
- package/cleanrooms/collaboration.js +13 -3
- package/cleanrooms/collaboration.js.map +1 -1
- package/cloudfront/connectionFunction.d.ts +243 -0
- package/cloudfront/connectionFunction.js +159 -0
- package/cloudfront/connectionFunction.js.map +1 -0
- package/cloudfront/connectionGroup.d.ts +196 -0
- package/cloudfront/connectionGroup.js +101 -0
- package/cloudfront/connectionGroup.js.map +1 -0
- package/cloudfront/distribution.d.ts +49 -0
- package/cloudfront/distribution.js +29 -0
- package/cloudfront/distribution.js.map +1 -1
- package/cloudfront/distributionTenant.d.ts +275 -0
- package/cloudfront/distributionTenant.js +152 -0
- package/cloudfront/distributionTenant.js.map +1 -0
- package/cloudfront/getConnectionGroup.d.ts +103 -0
- package/cloudfront/getConnectionGroup.js +54 -0
- package/cloudfront/getConnectionGroup.js.map +1 -0
- package/cloudfront/getDistributionTenant.d.ts +113 -0
- package/cloudfront/getDistributionTenant.js +58 -0
- package/cloudfront/getDistributionTenant.js.map +1 -0
- package/cloudfront/index.d.ts +18 -0
- package/cloudfront/index.js +27 -1
- package/cloudfront/index.js.map +1 -1
- package/cloudfront/multitenantDistribution.d.ts +347 -0
- package/cloudfront/multitenantDistribution.js +147 -0
- package/cloudfront/multitenantDistribution.js.map +1 -0
- package/cloudwatch/logSubscriptionFilter.d.ts +42 -18
- package/cloudwatch/logSubscriptionFilter.js +4 -0
- package/cloudwatch/logSubscriptionFilter.js.map +1 -1
- package/directconnect/gateway.d.ts +30 -0
- package/directconnect/gateway.js +4 -0
- package/directconnect/gateway.js.map +1 -1
- package/directconnect/getGateway.d.ts +18 -0
- package/directconnect/getGateway.js +2 -0
- package/directconnect/getGateway.js.map +1 -1
- package/dynamodb/globalSecondaryIndex.d.ts +202 -0
- package/dynamodb/globalSecondaryIndex.js +94 -0
- package/dynamodb/globalSecondaryIndex.js.map +1 -0
- package/dynamodb/index.d.ts +3 -0
- package/dynamodb/index.js +6 -1
- package/dynamodb/index.js.map +1 -1
- package/dynamodb/table.d.ts +5 -1
- package/dynamodb/table.js +4 -0
- package/dynamodb/table.js.map +1 -1
- package/ec2/getVpcEndpoint.d.ts +17 -3
- package/ec2/getVpcEndpoint.js +4 -0
- package/ec2/getVpcEndpoint.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +1 -1
- package/ecr/index.d.ts +3 -0
- package/ecr/index.js +6 -1
- package/ecr/index.js.map +1 -1
- package/ecr/lifecyclePolicy.d.ts +77 -32
- package/ecr/lifecyclePolicy.js +77 -32
- package/ecr/lifecyclePolicy.js.map +1 -1
- package/ecr/pullTimeUpdateExclusion.d.ts +145 -0
- package/ecr/pullTimeUpdateExclusion.js +133 -0
- package/ecr/pullTimeUpdateExclusion.js.map +1 -0
- package/ecr/repositoryCreationTemplate.d.ts +3 -3
- package/ecs/taskDefinition.d.ts +12 -12
- package/elasticache/replicationGroup.d.ts +3 -3
- package/fsx/ontapFileSystem.d.ts +6 -0
- package/fsx/ontapFileSystem.js.map +1 -1
- package/glue/resourcePolicy.d.ts +2 -2
- package/glue/resourcePolicy.js +2 -2
- package/iam/getSamlProvider.d.ts +4 -0
- package/iam/getSamlProvider.js.map +1 -1
- package/iam/outboundWebIdentityFederation.d.ts +0 -2
- package/iam/outboundWebIdentityFederation.js +0 -2
- package/iam/outboundWebIdentityFederation.js.map +1 -1
- package/iam/policy.d.ts +12 -0
- package/iam/policy.js +2 -0
- package/iam/policy.js.map +1 -1
- package/iam/samlProvider.d.ts +8 -0
- package/iam/samlProvider.js +2 -0
- package/iam/samlProvider.js.map +1 -1
- package/iam/virtualMfaDevice.d.ts +26 -18
- package/iam/virtualMfaDevice.js +2 -0
- package/iam/virtualMfaDevice.js.map +1 -1
- package/imagebuilder/image.d.ts +12 -0
- package/imagebuilder/image.js +2 -0
- package/imagebuilder/image.js.map +1 -1
- package/imagebuilder/imagePipeline.d.ts +12 -0
- package/imagebuilder/imagePipeline.js +2 -0
- package/imagebuilder/imagePipeline.js.map +1 -1
- package/kms/grant.d.ts +8 -8
- package/lambda/eventSourceMapping.d.ts +1 -0
- package/lambda/eventSourceMapping.js +1 -0
- package/lambda/eventSourceMapping.js.map +1 -1
- package/lambda/function.d.ts +8 -0
- package/lambda/function.js +2 -0
- package/lambda/function.js.map +1 -1
- package/lambda/functionUrl.d.ts +2 -0
- package/lambda/functionUrl.js +2 -0
- package/lambda/functionUrl.js.map +1 -1
- package/lambda/getFunction.d.ts +4 -0
- package/lambda/getFunction.js.map +1 -1
- package/lambda/permission.d.ts +12 -0
- package/lambda/permission.js +2 -0
- package/lambda/permission.js.map +1 -1
- package/lb/listener.d.ts +3 -3
- package/lb/targetGroup.d.ts +3 -3
- package/lb/targetGroupAttachment.d.ts +32 -0
- package/lb/targetGroupAttachment.js +22 -0
- package/lb/targetGroupAttachment.js.map +1 -1
- package/networkfirewall/vpcEndpointAssociation.d.ts +1 -1
- package/networkfirewall/vpcEndpointAssociation.js +1 -1
- package/networkmanager/vpcAttachment.d.ts +3 -3
- package/opensearchingest/pipeline.d.ts +12 -0
- package/opensearchingest/pipeline.js +2 -0
- package/opensearchingest/pipeline.js.map +1 -1
- package/organizations/index.d.ts +3 -0
- package/organizations/index.js +6 -1
- package/organizations/index.js.map +1 -1
- package/organizations/tag.d.ts +99 -0
- package/organizations/tag.js +89 -0
- package/organizations/tag.js.map +1 -0
- package/package.json +2 -2
- package/rds/cluster.d.ts +9 -9
- package/rds/getProxy.d.ts +8 -0
- package/rds/getProxy.js.map +1 -1
- package/rds/proxy.d.ts +24 -0
- package/rds/proxy.js +4 -0
- package/rds/proxy.js.map +1 -1
- package/rds/proxyDefaultTargetGroup.d.ts +0 -40
- package/rds/proxyDefaultTargetGroup.js +0 -40
- package/rds/proxyDefaultTargetGroup.js.map +1 -1
- package/rds/proxyTarget.d.ts +0 -43
- package/rds/proxyTarget.js +0 -43
- package/rds/proxyTarget.js.map +1 -1
- package/redshift/idcApplication.d.ts +203 -0
- package/redshift/idcApplication.js +111 -0
- package/redshift/idcApplication.js.map +1 -0
- package/redshift/index.d.ts +3 -0
- package/redshift/index.js +6 -1
- package/redshift/index.js.map +1 -1
- package/route53/getResolverFirewallRules.d.ts +9 -0
- package/route53/getResolverFirewallRules.js.map +1 -1
- package/route53/getResolverRule.d.ts +5 -0
- package/route53/getResolverRule.js.map +1 -1
- package/route53/resolverFirewallRule.d.ts +66 -9
- package/route53/resolverFirewallRule.js +32 -4
- package/route53/resolverFirewallRule.js.map +1 -1
- package/secretsmanager/index.d.ts +3 -0
- package/secretsmanager/index.js +6 -1
- package/secretsmanager/index.js.map +1 -1
- package/secretsmanager/tag.d.ts +107 -0
- package/secretsmanager/tag.js +87 -0
- package/secretsmanager/tag.js.map +1 -0
- package/sesv2/index.d.ts +3 -0
- package/sesv2/index.js +6 -1
- package/sesv2/index.js.map +1 -1
- package/sesv2/tenant.d.ts +147 -0
- package/sesv2/tenant.js +91 -0
- package/sesv2/tenant.js.map +1 -0
- package/sfn/activity.d.ts +0 -2
- package/sfn/activity.js +0 -2
- package/sfn/activity.js.map +1 -1
- package/sfn/alias.d.ts +0 -2
- package/sfn/alias.js +0 -2
- package/sfn/alias.js.map +1 -1
- package/transfer/webApp.d.ts +15 -3
- package/transfer/webApp.js +2 -0
- package/transfer/webApp.js.map +1 -1
- package/types/input.d.ts +890 -19
- package/types/input.js.map +1 -1
- package/types/output.d.ts +966 -12
- package/types/output.js.map +1 -1
- package/vpclattice/serviceNetworkResourceAssociation.d.ts +12 -0
- package/vpclattice/serviceNetworkResourceAssociation.js +2 -0
- package/vpclattice/serviceNetworkResourceAssociation.js.map +1 -1
package/rds/cluster.d.ts
CHANGED
|
@@ -353,7 +353,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
353
353
|
*/
|
|
354
354
|
readonly enableHttpEndpoint: pulumi.Output<boolean | undefined>;
|
|
355
355
|
/**
|
|
356
|
-
* Whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances
|
|
356
|
+
* Whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. See the [User Guide for Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-write-forwarding.html) for more information. **NOTE:** Local write forwarding requires Aurora MySQL version 3.04 or higher.
|
|
357
357
|
*/
|
|
358
358
|
readonly enableLocalWriteForwarding: pulumi.Output<boolean | undefined>;
|
|
359
359
|
/**
|
|
@@ -377,7 +377,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
377
377
|
*/
|
|
378
378
|
readonly engineMode: pulumi.Output<string | undefined>;
|
|
379
379
|
/**
|
|
380
|
-
* Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`,
|
|
380
|
+
* Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`, see Attribute Reference below.
|
|
381
381
|
*/
|
|
382
382
|
readonly engineVersion: pulumi.Output<string>;
|
|
383
383
|
/**
|
|
@@ -442,7 +442,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
442
442
|
*/
|
|
443
443
|
readonly masterUsername: pulumi.Output<string>;
|
|
444
444
|
/**
|
|
445
|
-
* Interval, in seconds,
|
|
445
|
+
* Interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60.
|
|
446
446
|
*/
|
|
447
447
|
readonly monitoringInterval: pulumi.Output<number>;
|
|
448
448
|
/**
|
|
@@ -681,7 +681,7 @@ export interface ClusterState {
|
|
|
681
681
|
*/
|
|
682
682
|
enableHttpEndpoint?: pulumi.Input<boolean>;
|
|
683
683
|
/**
|
|
684
|
-
* Whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances
|
|
684
|
+
* Whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. See the [User Guide for Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-write-forwarding.html) for more information. **NOTE:** Local write forwarding requires Aurora MySQL version 3.04 or higher.
|
|
685
685
|
*/
|
|
686
686
|
enableLocalWriteForwarding?: pulumi.Input<boolean>;
|
|
687
687
|
/**
|
|
@@ -705,7 +705,7 @@ export interface ClusterState {
|
|
|
705
705
|
*/
|
|
706
706
|
engineMode?: pulumi.Input<string | enums.rds.EngineMode>;
|
|
707
707
|
/**
|
|
708
|
-
* Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`,
|
|
708
|
+
* Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`, see Attribute Reference below.
|
|
709
709
|
*/
|
|
710
710
|
engineVersion?: pulumi.Input<string>;
|
|
711
711
|
/**
|
|
@@ -770,7 +770,7 @@ export interface ClusterState {
|
|
|
770
770
|
*/
|
|
771
771
|
masterUsername?: pulumi.Input<string>;
|
|
772
772
|
/**
|
|
773
|
-
* Interval, in seconds,
|
|
773
|
+
* Interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60.
|
|
774
774
|
*/
|
|
775
775
|
monitoringInterval?: pulumi.Input<number>;
|
|
776
776
|
/**
|
|
@@ -989,7 +989,7 @@ export interface ClusterArgs {
|
|
|
989
989
|
*/
|
|
990
990
|
enableHttpEndpoint?: pulumi.Input<boolean>;
|
|
991
991
|
/**
|
|
992
|
-
* Whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances
|
|
992
|
+
* Whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. See the [User Guide for Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-write-forwarding.html) for more information. **NOTE:** Local write forwarding requires Aurora MySQL version 3.04 or higher.
|
|
993
993
|
*/
|
|
994
994
|
enableLocalWriteForwarding?: pulumi.Input<boolean>;
|
|
995
995
|
/**
|
|
@@ -1009,7 +1009,7 @@ export interface ClusterArgs {
|
|
|
1009
1009
|
*/
|
|
1010
1010
|
engineMode?: pulumi.Input<string | enums.rds.EngineMode>;
|
|
1011
1011
|
/**
|
|
1012
|
-
* Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`,
|
|
1012
|
+
* Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`, see Attribute Reference below.
|
|
1013
1013
|
*/
|
|
1014
1014
|
engineVersion?: pulumi.Input<string>;
|
|
1015
1015
|
/**
|
|
@@ -1062,7 +1062,7 @@ export interface ClusterArgs {
|
|
|
1062
1062
|
*/
|
|
1063
1063
|
masterUsername?: pulumi.Input<string>;
|
|
1064
1064
|
/**
|
|
1065
|
-
* Interval, in seconds,
|
|
1065
|
+
* Interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60.
|
|
1066
1066
|
*/
|
|
1067
1067
|
monitoringInterval?: pulumi.Input<number>;
|
|
1068
1068
|
/**
|
package/rds/getProxy.d.ts
CHANGED
|
@@ -52,6 +52,10 @@ export interface GetProxyResult {
|
|
|
52
52
|
* Endpoint that you can use to connect to the DB proxy.
|
|
53
53
|
*/
|
|
54
54
|
readonly endpoint: string;
|
|
55
|
+
/**
|
|
56
|
+
* Network type of the DB proxy endpoint.
|
|
57
|
+
*/
|
|
58
|
+
readonly endpointNetworkType: string;
|
|
55
59
|
/**
|
|
56
60
|
* Kinds of databases that the proxy can connect to.
|
|
57
61
|
*/
|
|
@@ -74,6 +78,10 @@ export interface GetProxyResult {
|
|
|
74
78
|
* ARN for the IAM role that the proxy uses to access Amazon Secrets Manager.
|
|
75
79
|
*/
|
|
76
80
|
readonly roleArn: string;
|
|
81
|
+
/**
|
|
82
|
+
* Network type that the proxy uses to connect to the target database.
|
|
83
|
+
*/
|
|
84
|
+
readonly targetConnectionNetworkType: string;
|
|
77
85
|
/**
|
|
78
86
|
* Provides the VPC ID of the DB proxy.
|
|
79
87
|
*/
|
package/rds/getProxy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProxy.js","sourceRoot":"","sources":["../../rds/getProxy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;
|
|
1
|
+
{"version":3,"file":"getProxy.js","sourceRoot":"","sources":["../../rds/getProxy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAmFD;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2BAA2B,EAAE;QAC5D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
|
package/rds/proxy.d.ts
CHANGED
|
@@ -46,6 +46,10 @@ export declare class Proxy extends pulumi.CustomResource {
|
|
|
46
46
|
* The endpoint that you can use to connect to the proxy. You include the endpoint value in the connection string for a database client application.
|
|
47
47
|
*/
|
|
48
48
|
readonly endpoint: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Network type of the DB proxy endpoint. Valid values are `IPV4`, `IPV6` and `DUAL`. Defaults to `IPV4`. If `IPV6` is specified, the subnets associated with the proxy must be IPv6-only, and `targetConnectionNetworkType` must be `IPV6`.
|
|
51
|
+
*/
|
|
52
|
+
readonly endpointNetworkType: pulumi.Output<string>;
|
|
49
53
|
/**
|
|
50
54
|
* The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify `MYSQL`. For Aurora PostgreSQL and RDS for PostgreSQL databases, specify `POSTGRESQL`. For RDS for Microsoft SQL Server, specify `SQLSERVER`. Valid values are `MYSQL`, `POSTGRESQL`, and `SQLSERVER`.
|
|
51
55
|
*/
|
|
@@ -82,6 +86,10 @@ export declare class Proxy extends pulumi.CustomResource {
|
|
|
82
86
|
readonly tagsAll: pulumi.Output<{
|
|
83
87
|
[key: string]: string;
|
|
84
88
|
}>;
|
|
89
|
+
/**
|
|
90
|
+
* Network type that the proxy uses to connect to the target database. Valid values are `IPV4` and `IPV6`. Defaults to `IPV4`.
|
|
91
|
+
*/
|
|
92
|
+
readonly targetConnectionNetworkType: pulumi.Output<string>;
|
|
85
93
|
/**
|
|
86
94
|
* One or more VPC security group IDs to associate with the new proxy.
|
|
87
95
|
*/
|
|
@@ -123,6 +131,10 @@ export interface ProxyState {
|
|
|
123
131
|
* The endpoint that you can use to connect to the proxy. You include the endpoint value in the connection string for a database client application.
|
|
124
132
|
*/
|
|
125
133
|
endpoint?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Network type of the DB proxy endpoint. Valid values are `IPV4`, `IPV6` and `DUAL`. Defaults to `IPV4`. If `IPV6` is specified, the subnets associated with the proxy must be IPv6-only, and `targetConnectionNetworkType` must be `IPV6`.
|
|
136
|
+
*/
|
|
137
|
+
endpointNetworkType?: pulumi.Input<string>;
|
|
126
138
|
/**
|
|
127
139
|
* The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify `MYSQL`. For Aurora PostgreSQL and RDS for PostgreSQL databases, specify `POSTGRESQL`. For RDS for Microsoft SQL Server, specify `SQLSERVER`. Valid values are `MYSQL`, `POSTGRESQL`, and `SQLSERVER`.
|
|
128
140
|
*/
|
|
@@ -159,6 +171,10 @@ export interface ProxyState {
|
|
|
159
171
|
tagsAll?: pulumi.Input<{
|
|
160
172
|
[key: string]: pulumi.Input<string>;
|
|
161
173
|
}>;
|
|
174
|
+
/**
|
|
175
|
+
* Network type that the proxy uses to connect to the target database. Valid values are `IPV4` and `IPV6`. Defaults to `IPV4`.
|
|
176
|
+
*/
|
|
177
|
+
targetConnectionNetworkType?: pulumi.Input<string>;
|
|
162
178
|
/**
|
|
163
179
|
* One or more VPC security group IDs to associate with the new proxy.
|
|
164
180
|
*/
|
|
@@ -184,6 +200,10 @@ export interface ProxyArgs {
|
|
|
184
200
|
* Default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database. Valid values are `NONE` and `IAM_AUTH`. Defaults to `NONE`.
|
|
185
201
|
*/
|
|
186
202
|
defaultAuthScheme?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* Network type of the DB proxy endpoint. Valid values are `IPV4`, `IPV6` and `DUAL`. Defaults to `IPV4`. If `IPV6` is specified, the subnets associated with the proxy must be IPv6-only, and `targetConnectionNetworkType` must be `IPV6`.
|
|
205
|
+
*/
|
|
206
|
+
endpointNetworkType?: pulumi.Input<string>;
|
|
187
207
|
/**
|
|
188
208
|
* The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify `MYSQL`. For Aurora PostgreSQL and RDS for PostgreSQL databases, specify `POSTGRESQL`. For RDS for Microsoft SQL Server, specify `SQLSERVER`. Valid values are `MYSQL`, `POSTGRESQL`, and `SQLSERVER`.
|
|
189
209
|
*/
|
|
@@ -214,6 +234,10 @@ export interface ProxyArgs {
|
|
|
214
234
|
tags?: pulumi.Input<{
|
|
215
235
|
[key: string]: pulumi.Input<string>;
|
|
216
236
|
}>;
|
|
237
|
+
/**
|
|
238
|
+
* Network type that the proxy uses to connect to the target database. Valid values are `IPV4` and `IPV6`. Defaults to `IPV4`.
|
|
239
|
+
*/
|
|
240
|
+
targetConnectionNetworkType?: pulumi.Input<string>;
|
|
217
241
|
/**
|
|
218
242
|
* One or more VPC security group IDs to associate with the new proxy.
|
|
219
243
|
*/
|
package/rds/proxy.js
CHANGED
|
@@ -47,6 +47,7 @@ class Proxy extends pulumi.CustomResource {
|
|
|
47
47
|
resourceInputs["debugLogging"] = state?.debugLogging;
|
|
48
48
|
resourceInputs["defaultAuthScheme"] = state?.defaultAuthScheme;
|
|
49
49
|
resourceInputs["endpoint"] = state?.endpoint;
|
|
50
|
+
resourceInputs["endpointNetworkType"] = state?.endpointNetworkType;
|
|
50
51
|
resourceInputs["engineFamily"] = state?.engineFamily;
|
|
51
52
|
resourceInputs["idleClientTimeout"] = state?.idleClientTimeout;
|
|
52
53
|
resourceInputs["name"] = state?.name;
|
|
@@ -55,6 +56,7 @@ class Proxy extends pulumi.CustomResource {
|
|
|
55
56
|
resourceInputs["roleArn"] = state?.roleArn;
|
|
56
57
|
resourceInputs["tags"] = state?.tags;
|
|
57
58
|
resourceInputs["tagsAll"] = state?.tagsAll;
|
|
59
|
+
resourceInputs["targetConnectionNetworkType"] = state?.targetConnectionNetworkType;
|
|
58
60
|
resourceInputs["vpcSecurityGroupIds"] = state?.vpcSecurityGroupIds;
|
|
59
61
|
resourceInputs["vpcSubnetIds"] = state?.vpcSubnetIds;
|
|
60
62
|
}
|
|
@@ -72,6 +74,7 @@ class Proxy extends pulumi.CustomResource {
|
|
|
72
74
|
resourceInputs["auths"] = args?.auths;
|
|
73
75
|
resourceInputs["debugLogging"] = args?.debugLogging;
|
|
74
76
|
resourceInputs["defaultAuthScheme"] = args?.defaultAuthScheme;
|
|
77
|
+
resourceInputs["endpointNetworkType"] = args?.endpointNetworkType;
|
|
75
78
|
resourceInputs["engineFamily"] = args?.engineFamily;
|
|
76
79
|
resourceInputs["idleClientTimeout"] = args?.idleClientTimeout;
|
|
77
80
|
resourceInputs["name"] = args?.name;
|
|
@@ -79,6 +82,7 @@ class Proxy extends pulumi.CustomResource {
|
|
|
79
82
|
resourceInputs["requireTls"] = args?.requireTls;
|
|
80
83
|
resourceInputs["roleArn"] = args?.roleArn;
|
|
81
84
|
resourceInputs["tags"] = args?.tags;
|
|
85
|
+
resourceInputs["targetConnectionNetworkType"] = args?.targetConnectionNetworkType;
|
|
82
86
|
resourceInputs["vpcSecurityGroupIds"] = args?.vpcSecurityGroupIds;
|
|
83
87
|
resourceInputs["vpcSubnetIds"] = args?.vpcSubnetIds;
|
|
84
88
|
resourceInputs["arn"] = undefined /*out*/;
|
package/rds/proxy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxy.js","sourceRoot":"","sources":["../../rds/proxy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;
|
|
1
|
+
{"version":3,"file":"proxy.js","sourceRoot":"","sources":["../../rds/proxy.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,48 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Provides a resource to manage an RDS DB proxy default target group resource.
|
|
6
|
-
*
|
|
7
|
-
* The `aws.rds.ProxyDefaultTargetGroup` behaves differently from normal resources, in that the provider does not _create_ or _destroy_ this resource, since it implicitly exists as part of an RDS DB Proxy. On the provider resource creation it is automatically imported and on resource destruction, the provider performs no actions in RDS.
|
|
8
|
-
*
|
|
9
5
|
* ## Example Usage
|
|
10
6
|
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as aws from "@pulumi/aws";
|
|
14
|
-
*
|
|
15
|
-
* const example = new aws.rds.Proxy("example", {
|
|
16
|
-
* name: "example",
|
|
17
|
-
* debugLogging: false,
|
|
18
|
-
* engineFamily: "MYSQL",
|
|
19
|
-
* idleClientTimeout: 1800,
|
|
20
|
-
* requireTls: true,
|
|
21
|
-
* roleArn: exampleAwsIamRole.arn,
|
|
22
|
-
* vpcSecurityGroupIds: [exampleAwsSecurityGroup.id],
|
|
23
|
-
* vpcSubnetIds: [exampleAwsSubnet.id],
|
|
24
|
-
* auths: [{
|
|
25
|
-
* authScheme: "SECRETS",
|
|
26
|
-
* description: "example",
|
|
27
|
-
* iamAuth: "DISABLED",
|
|
28
|
-
* secretArn: exampleAwsSecretsmanagerSecret.arn,
|
|
29
|
-
* }],
|
|
30
|
-
* tags: {
|
|
31
|
-
* Name: "example",
|
|
32
|
-
* Key: "value",
|
|
33
|
-
* },
|
|
34
|
-
* });
|
|
35
|
-
* const exampleProxyDefaultTargetGroup = new aws.rds.ProxyDefaultTargetGroup("example", {
|
|
36
|
-
* dbProxyName: example.name,
|
|
37
|
-
* connectionPoolConfig: {
|
|
38
|
-
* connectionBorrowTimeout: 120,
|
|
39
|
-
* initQuery: "SET x=1, y=2",
|
|
40
|
-
* maxConnectionsPercent: 100,
|
|
41
|
-
* maxIdleConnectionsPercent: 50,
|
|
42
|
-
* sessionPinningFilters: ["EXCLUDE_VARIABLE_SETS"],
|
|
43
|
-
* },
|
|
44
|
-
* });
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
7
|
* ## Import
|
|
48
8
|
*
|
|
49
9
|
* Using `pulumi import`, import DB proxy default target groups using the `db_proxy_name`. For example:
|
|
@@ -6,48 +6,8 @@ exports.ProxyDefaultTargetGroup = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a resource to manage an RDS DB proxy default target group resource.
|
|
10
|
-
*
|
|
11
|
-
* The `aws.rds.ProxyDefaultTargetGroup` behaves differently from normal resources, in that the provider does not _create_ or _destroy_ this resource, since it implicitly exists as part of an RDS DB Proxy. On the provider resource creation it is automatically imported and on resource destruction, the provider performs no actions in RDS.
|
|
12
|
-
*
|
|
13
9
|
* ## Example Usage
|
|
14
10
|
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as aws from "@pulumi/aws";
|
|
18
|
-
*
|
|
19
|
-
* const example = new aws.rds.Proxy("example", {
|
|
20
|
-
* name: "example",
|
|
21
|
-
* debugLogging: false,
|
|
22
|
-
* engineFamily: "MYSQL",
|
|
23
|
-
* idleClientTimeout: 1800,
|
|
24
|
-
* requireTls: true,
|
|
25
|
-
* roleArn: exampleAwsIamRole.arn,
|
|
26
|
-
* vpcSecurityGroupIds: [exampleAwsSecurityGroup.id],
|
|
27
|
-
* vpcSubnetIds: [exampleAwsSubnet.id],
|
|
28
|
-
* auths: [{
|
|
29
|
-
* authScheme: "SECRETS",
|
|
30
|
-
* description: "example",
|
|
31
|
-
* iamAuth: "DISABLED",
|
|
32
|
-
* secretArn: exampleAwsSecretsmanagerSecret.arn,
|
|
33
|
-
* }],
|
|
34
|
-
* tags: {
|
|
35
|
-
* Name: "example",
|
|
36
|
-
* Key: "value",
|
|
37
|
-
* },
|
|
38
|
-
* });
|
|
39
|
-
* const exampleProxyDefaultTargetGroup = new aws.rds.ProxyDefaultTargetGroup("example", {
|
|
40
|
-
* dbProxyName: example.name,
|
|
41
|
-
* connectionPoolConfig: {
|
|
42
|
-
* connectionBorrowTimeout: 120,
|
|
43
|
-
* initQuery: "SET x=1, y=2",
|
|
44
|
-
* maxConnectionsPercent: 100,
|
|
45
|
-
* maxIdleConnectionsPercent: 50,
|
|
46
|
-
* sessionPinningFilters: ["EXCLUDE_VARIABLE_SETS"],
|
|
47
|
-
* },
|
|
48
|
-
* });
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
11
|
* ## Import
|
|
52
12
|
*
|
|
53
13
|
* Using `pulumi import`, import DB proxy default target groups using the `db_proxy_name`. For example:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxyDefaultTargetGroup.js","sourceRoot":"","sources":["../../rds/proxyDefaultTargetGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"proxyDefaultTargetGroup.js","sourceRoot":"","sources":["../../rds/proxyDefaultTargetGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,EAAE,oBAAoB,CAAC;YACrE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAhFL,0DAiFC;AAnEG,gBAAgB;AACO,oCAAY,GAAG,yDAAyD,CAAC"}
|
package/rds/proxyTarget.d.ts
CHANGED
|
@@ -1,50 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Provides an RDS DB proxy target resource.
|
|
4
|
-
*
|
|
5
3
|
* ## Example Usage
|
|
6
4
|
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as aws from "@pulumi/aws";
|
|
10
|
-
*
|
|
11
|
-
* const example = new aws.rds.Proxy("example", {
|
|
12
|
-
* name: "example",
|
|
13
|
-
* debugLogging: false,
|
|
14
|
-
* engineFamily: "MYSQL",
|
|
15
|
-
* idleClientTimeout: 1800,
|
|
16
|
-
* requireTls: true,
|
|
17
|
-
* roleArn: exampleAwsIamRole.arn,
|
|
18
|
-
* vpcSecurityGroupIds: [exampleAwsSecurityGroup.id],
|
|
19
|
-
* vpcSubnetIds: [exampleAwsSubnet.id],
|
|
20
|
-
* auths: [{
|
|
21
|
-
* authScheme: "SECRETS",
|
|
22
|
-
* description: "example",
|
|
23
|
-
* iamAuth: "DISABLED",
|
|
24
|
-
* secretArn: exampleAwsSecretsmanagerSecret.arn,
|
|
25
|
-
* }],
|
|
26
|
-
* tags: {
|
|
27
|
-
* Name: "example",
|
|
28
|
-
* Key: "value",
|
|
29
|
-
* },
|
|
30
|
-
* });
|
|
31
|
-
* const exampleProxyDefaultTargetGroup = new aws.rds.ProxyDefaultTargetGroup("example", {
|
|
32
|
-
* dbProxyName: example.name,
|
|
33
|
-
* connectionPoolConfig: {
|
|
34
|
-
* connectionBorrowTimeout: 120,
|
|
35
|
-
* initQuery: "SET x=1, y=2",
|
|
36
|
-
* maxConnectionsPercent: 100,
|
|
37
|
-
* maxIdleConnectionsPercent: 50,
|
|
38
|
-
* sessionPinningFilters: ["EXCLUDE_VARIABLE_SETS"],
|
|
39
|
-
* },
|
|
40
|
-
* });
|
|
41
|
-
* const exampleProxyTarget = new aws.rds.ProxyTarget("example", {
|
|
42
|
-
* dbInstanceIdentifier: exampleAwsDbInstance.identifier,
|
|
43
|
-
* dbProxyName: example.name,
|
|
44
|
-
* targetGroupName: exampleProxyDefaultTargetGroup.name,
|
|
45
|
-
* });
|
|
46
|
-
* ```
|
|
47
|
-
*
|
|
48
5
|
* ## Import
|
|
49
6
|
*
|
|
50
7
|
* Provisioned Clusters:
|
package/rds/proxyTarget.js
CHANGED
|
@@ -6,51 +6,8 @@ exports.ProxyTarget = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides an RDS DB proxy target resource.
|
|
10
|
-
*
|
|
11
9
|
* ## Example Usage
|
|
12
10
|
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as aws from "@pulumi/aws";
|
|
16
|
-
*
|
|
17
|
-
* const example = new aws.rds.Proxy("example", {
|
|
18
|
-
* name: "example",
|
|
19
|
-
* debugLogging: false,
|
|
20
|
-
* engineFamily: "MYSQL",
|
|
21
|
-
* idleClientTimeout: 1800,
|
|
22
|
-
* requireTls: true,
|
|
23
|
-
* roleArn: exampleAwsIamRole.arn,
|
|
24
|
-
* vpcSecurityGroupIds: [exampleAwsSecurityGroup.id],
|
|
25
|
-
* vpcSubnetIds: [exampleAwsSubnet.id],
|
|
26
|
-
* auths: [{
|
|
27
|
-
* authScheme: "SECRETS",
|
|
28
|
-
* description: "example",
|
|
29
|
-
* iamAuth: "DISABLED",
|
|
30
|
-
* secretArn: exampleAwsSecretsmanagerSecret.arn,
|
|
31
|
-
* }],
|
|
32
|
-
* tags: {
|
|
33
|
-
* Name: "example",
|
|
34
|
-
* Key: "value",
|
|
35
|
-
* },
|
|
36
|
-
* });
|
|
37
|
-
* const exampleProxyDefaultTargetGroup = new aws.rds.ProxyDefaultTargetGroup("example", {
|
|
38
|
-
* dbProxyName: example.name,
|
|
39
|
-
* connectionPoolConfig: {
|
|
40
|
-
* connectionBorrowTimeout: 120,
|
|
41
|
-
* initQuery: "SET x=1, y=2",
|
|
42
|
-
* maxConnectionsPercent: 100,
|
|
43
|
-
* maxIdleConnectionsPercent: 50,
|
|
44
|
-
* sessionPinningFilters: ["EXCLUDE_VARIABLE_SETS"],
|
|
45
|
-
* },
|
|
46
|
-
* });
|
|
47
|
-
* const exampleProxyTarget = new aws.rds.ProxyTarget("example", {
|
|
48
|
-
* dbInstanceIdentifier: exampleAwsDbInstance.identifier,
|
|
49
|
-
* dbProxyName: example.name,
|
|
50
|
-
* targetGroupName: exampleProxyDefaultTargetGroup.name,
|
|
51
|
-
* });
|
|
52
|
-
* ```
|
|
53
|
-
*
|
|
54
11
|
* ## Import
|
|
55
12
|
*
|
|
56
13
|
* Provisioned Clusters:
|
package/rds/proxyTarget.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxyTarget.js","sourceRoot":"","sources":["../../rds/proxyTarget.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"proxyTarget.js","sourceRoot":"","sources":["../../rds/proxyTarget.ts"],"names":[],"mappings":"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"}
|