@pulumi/mongodbatlas 3.17.0 → 3.18.0-alpha.1724219519

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.
@@ -114,7 +114,7 @@ export interface GetGlobalClusterConfigResult {
114
114
  * A map of all custom zone mappings defined for the Global Cluster. Atlas automatically maps each location code to the closest geographical zone. Custom zone mappings allow administrators to override these automatic mappings. If your Global Cluster does not have any custom zone mappings, this document is empty.
115
115
  */
116
116
  readonly customZoneMapping: {
117
- [key: string]: any;
117
+ [key: string]: string;
118
118
  };
119
119
  /**
120
120
  * The provider-assigned unique ID for this managed resource.
@@ -102,7 +102,7 @@ export declare class GlobalClusterConfig extends pulumi.CustomResource {
102
102
  * A map of all custom zone mappings defined for the Global Cluster. Atlas automatically maps each location code to the closest geographical zone. Custom zone mappings allow administrators to override these automatic mappings. If your Global Cluster does not have any custom zone mappings, this document is empty.
103
103
  */
104
104
  readonly customZoneMapping: pulumi.Output<{
105
- [key: string]: any;
105
+ [key: string]: string;
106
106
  }>;
107
107
  /**
108
108
  * Each element in the list maps one ISO location code to a zone in your Global Cluster. See Custom Zone Mapping below for more details.
@@ -137,7 +137,7 @@ export interface GlobalClusterConfigState {
137
137
  * A map of all custom zone mappings defined for the Global Cluster. Atlas automatically maps each location code to the closest geographical zone. Custom zone mappings allow administrators to override these automatic mappings. If your Global Cluster does not have any custom zone mappings, this document is empty.
138
138
  */
139
139
  customZoneMapping?: pulumi.Input<{
140
- [key: string]: any;
140
+ [key: string]: pulumi.Input<string>;
141
141
  }>;
142
142
  /**
143
143
  * Each element in the list maps one ISO location code to a zone in your Global Cluster. See Custom Zone Mapping below for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/mongodbatlas",
3
- "version": "3.17.0",
3
+ "version": "3.18.0-alpha.1724219519",
4
4
  "description": "A Pulumi package for creating and managing mongodbatlas cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "mongodbatlas",
26
- "version": "3.17.0"
26
+ "version": "3.18.0-alpha.1724219519"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -843,7 +843,7 @@ export interface CloudProviderAccessAuthorizationAzure {
843
843
  }
844
844
  export interface CloudProviderAccessAuthorizationFeatureUsage {
845
845
  featureId?: pulumi.Input<{
846
- [key: string]: any;
846
+ [key: string]: pulumi.Input<string>;
847
847
  }>;
848
848
  featureType?: pulumi.Input<string>;
849
849
  }
package/types/output.d.ts CHANGED
@@ -842,7 +842,7 @@ export interface CloudProviderAccessAuthorizationAzure {
842
842
  }
843
843
  export interface CloudProviderAccessAuthorizationFeatureUsage {
844
844
  featureId: {
845
- [key: string]: any;
845
+ [key: string]: string;
846
846
  };
847
847
  featureType: string;
848
848
  }
@@ -3371,10 +3371,10 @@ export interface GetClusterBiConnectorConfig {
3371
3371
  }
3372
3372
  export interface GetClusterConnectionString {
3373
3373
  awsPrivateLink: {
3374
- [key: string]: any;
3374
+ [key: string]: string;
3375
3375
  };
3376
3376
  awsPrivateLinkSrv: {
3377
- [key: string]: any;
3377
+ [key: string]: string;
3378
3378
  };
3379
3379
  /**
3380
3380
  * [Network-peering-endpoint-aware](https://docs.atlas.mongodb.com/security-vpc-peering/#vpc-peering) mongodb://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a network peering connection to this cluster.
@@ -3752,10 +3752,10 @@ export interface GetClustersResultBiConnectorConfig {
3752
3752
  }
3753
3753
  export interface GetClustersResultConnectionString {
3754
3754
  awsPrivateLink: {
3755
- [key: string]: any;
3755
+ [key: string]: string;
3756
3756
  };
3757
3757
  awsPrivateLinkSrv: {
3758
- [key: string]: any;
3758
+ [key: string]: string;
3759
3759
  };
3760
3760
  /**
3761
3761
  * [Network-peering-endpoint-aware](https://docs.atlas.mongodb.com/security-vpc-peering/#vpc-peering) mongodb://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a network peering connection to this cluster.