@pulumi/oci 3.6.0-alpha.1756509375 → 3.6.0-alpha.1757045455
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/aivision/getModel.d.ts +4 -4
- package/aivision/getModel.js +2 -2
- package/aivision/getModels.d.ts +11 -11
- package/aivision/getModels.js +2 -2
- package/aivision/getProject.d.ts +15 -15
- package/aivision/getProject.js +2 -2
- package/aivision/getProjects.d.ts +10 -10
- package/aivision/getProjects.js +2 -2
- package/aivision/getStreamGroup.d.ts +114 -0
- package/aivision/getStreamGroup.js +54 -0
- package/aivision/getStreamGroup.js.map +1 -0
- package/aivision/getStreamGroups.d.ts +99 -0
- package/aivision/getStreamGroups.js +66 -0
- package/aivision/getStreamGroups.js.map +1 -0
- package/aivision/getStreamJob.d.ts +122 -0
- package/aivision/getStreamJob.js +54 -0
- package/aivision/getStreamJob.js.map +1 -0
- package/aivision/getStreamJobs.d.ts +113 -0
- package/aivision/getStreamJobs.js +70 -0
- package/aivision/getStreamJobs.js.map +1 -0
- package/aivision/getStreamSource.d.ts +106 -0
- package/aivision/getStreamSource.js +54 -0
- package/aivision/getStreamSource.js.map +1 -0
- package/aivision/getStreamSources.d.ts +113 -0
- package/aivision/getStreamSources.js +70 -0
- package/aivision/getStreamSources.js.map +1 -0
- package/aivision/getVisionPrivateEndpoint.d.ts +113 -0
- package/aivision/getVisionPrivateEndpoint.js +54 -0
- package/aivision/getVisionPrivateEndpoint.js.map +1 -0
- package/aivision/getVisionPrivateEndpoints.d.ts +113 -0
- package/aivision/getVisionPrivateEndpoints.js +70 -0
- package/aivision/getVisionPrivateEndpoints.js.map +1 -0
- package/aivision/index.d.ts +36 -0
- package/aivision/index.js +45 -1
- package/aivision/index.js.map +1 -1
- package/aivision/model.d.ts +68 -72
- package/aivision/model.js +3 -7
- package/aivision/model.js.map +1 -1
- package/aivision/project.d.ts +28 -32
- package/aivision/project.js +3 -7
- package/aivision/project.js.map +1 -1
- package/aivision/streamGroup.d.ts +214 -0
- package/aivision/streamGroup.js +104 -0
- package/aivision/streamGroup.js.map +1 -0
- package/aivision/streamJob.d.ts +251 -0
- package/aivision/streamJob.js +134 -0
- package/aivision/streamJob.js.map +1 -0
- package/aivision/streamSource.d.ts +182 -0
- package/aivision/streamSource.js +107 -0
- package/aivision/streamSource.js.map +1 -0
- package/aivision/visionPrivateEndpoint.d.ts +205 -0
- package/aivision/visionPrivateEndpoint.js +104 -0
- package/aivision/visionPrivateEndpoint.js.map +1 -0
- package/cloudguard/getManagedList.d.ts +4 -0
- package/cloudguard/getManagedList.js.map +1 -1
- package/cloudguard/managedList.d.ts +12 -0
- package/cloudguard/managedList.js +2 -0
- package/cloudguard/managedList.js.map +1 -1
- package/database/exascaleDbStorageVault.d.ts +26 -0
- package/database/exascaleDbStorageVault.js +6 -0
- package/database/exascaleDbStorageVault.js.map +1 -1
- package/database/getExascaleDbStorageVault.d.ts +8 -0
- package/database/getExascaleDbStorageVault.js.map +1 -1
- package/mysql/getMysqlBackup.d.ts +6 -0
- package/mysql/getMysqlBackup.js.map +1 -1
- package/mysql/getMysqlBackups.d.ts +2 -2
- package/mysql/getMysqlBackups.js +2 -2
- package/mysql/mysqlBackup.d.ts +26 -0
- package/mysql/mysqlBackup.js +6 -0
- package/mysql/mysqlBackup.js.map +1 -1
- package/oci/dbmulticloudMultiCloudResourceDiscovery.d.ts +44 -25
- package/oci/dbmulticloudMultiCloudResourceDiscovery.js +4 -1
- package/oci/dbmulticloudMultiCloudResourceDiscovery.js.map +1 -1
- package/oci/dbmulticloudOracleDbAzureBlobContainer.d.ts +20 -20
- package/oci/dbmulticloudOracleDbAzureBlobContainer.js +1 -1
- package/oci/dbmulticloudOracleDbAzureBlobMount.d.ts +19 -20
- package/oci/dbmulticloudOracleDbAzureBlobMount.js +1 -2
- package/oci/dbmulticloudOracleDbAzureBlobMount.js.map +1 -1
- package/oci/dbmulticloudOracleDbAzureConnector.d.ts +40 -32
- package/oci/dbmulticloudOracleDbAzureConnector.js +4 -2
- package/oci/dbmulticloudOracleDbAzureConnector.js.map +1 -1
- package/oci/dbmulticloudOracleDbAzureVault.d.ts +33 -33
- package/oci/dbmulticloudOracleDbAzureVault.js +1 -1
- package/oci/dbmulticloudOracleDbAzureVaultAssociation.d.ts +23 -23
- package/oci/dbmulticloudOracleDbAzureVaultAssociation.js +1 -1
- package/oci/dbmulticloudOracleDbGcpIdentityConnector.d.ts +292 -0
- package/oci/dbmulticloudOracleDbGcpIdentityConnector.js +148 -0
- package/oci/dbmulticloudOracleDbGcpIdentityConnector.js.map +1 -0
- package/oci/dbmulticloudOracleDbGcpKeyRing.d.ts +254 -0
- package/oci/dbmulticloudOracleDbGcpKeyRing.js +120 -0
- package/oci/dbmulticloudOracleDbGcpKeyRing.js.map +1 -0
- package/oci/getDbmulticloudMultiCloudResourceDiscoveries.d.ts +28 -14
- package/oci/getDbmulticloudMultiCloudResourceDiscoveries.js +6 -2
- package/oci/getDbmulticloudMultiCloudResourceDiscoveries.js.map +1 -1
- package/oci/getDbmulticloudMultiCloudResourceDiscovery.d.ts +17 -11
- package/oci/getDbmulticloudMultiCloudResourceDiscovery.js +2 -2
- package/oci/getDbmulticloudMultiCloudResourceDiscovery.js.map +1 -1
- package/oci/getDbmulticloudOracleDbAzureBlobContainer.d.ts +12 -12
- package/oci/getDbmulticloudOracleDbAzureBlobContainer.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureBlobContainers.d.ts +15 -15
- package/oci/getDbmulticloudOracleDbAzureBlobContainers.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureBlobMount.d.ts +12 -12
- package/oci/getDbmulticloudOracleDbAzureBlobMount.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureBlobMounts.d.ts +15 -15
- package/oci/getDbmulticloudOracleDbAzureBlobMounts.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureConnector.d.ts +19 -15
- package/oci/getDbmulticloudOracleDbAzureConnector.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureConnector.js.map +1 -1
- package/oci/getDbmulticloudOracleDbAzureConnectors.d.ts +11 -11
- package/oci/getDbmulticloudOracleDbAzureConnectors.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureKey.d.ts +22 -12
- package/oci/getDbmulticloudOracleDbAzureKey.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureKey.js.map +1 -1
- package/oci/getDbmulticloudOracleDbAzureKeys.d.ts +12 -12
- package/oci/getDbmulticloudOracleDbAzureKeys.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVault.d.ts +17 -17
- package/oci/getDbmulticloudOracleDbAzureVault.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVaultAssociation.d.ts +14 -14
- package/oci/getDbmulticloudOracleDbAzureVaultAssociation.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVaultAssociations.d.ts +15 -15
- package/oci/getDbmulticloudOracleDbAzureVaultAssociations.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVaults.d.ts +14 -14
- package/oci/getDbmulticloudOracleDbAzureVaults.js +2 -2
- package/oci/getDbmulticloudOracleDbGcpIdentityConnector.d.ts +142 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnector.js +54 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnector.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.d.ts +117 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.js +68 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKey.d.ts +123 -0
- package/oci/getDbmulticloudOracleDbGcpKey.js +54 -0
- package/oci/getDbmulticloudOracleDbGcpKey.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRing.d.ts +127 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRing.js +54 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRing.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRings.d.ts +125 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRings.js +72 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRings.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKeys.d.ts +128 -0
- package/oci/getDbmulticloudOracleDbGcpKeys.js +72 -0
- package/oci/getDbmulticloudOracleDbGcpKeys.js.map +1 -0
- package/oci/index.d.ts +24 -0
- package/oci/index.js +31 -3
- package/oci/index.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +484 -26
- package/types/output.d.ts +1822 -479
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* This resource provides the Oracle Db Azure Vault Association resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
|
4
4
|
*
|
|
5
|
-
*
|
|
5
|
+
* Creates Oracle DB Azure Vault Association resource.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -49,7 +49,7 @@ export declare class DbmulticloudOracleDbAzureVaultAssociation extends pulumi.Cu
|
|
|
49
49
|
*/
|
|
50
50
|
static isInstance(obj: any): obj is DbmulticloudOracleDbAzureVaultAssociation;
|
|
51
51
|
/**
|
|
52
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
|
52
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
|
53
53
|
*/
|
|
54
54
|
readonly compartmentId: pulumi.Output<string>;
|
|
55
55
|
/**
|
|
@@ -59,7 +59,7 @@ export declare class DbmulticloudOracleDbAzureVaultAssociation extends pulumi.Cu
|
|
|
59
59
|
[key: string]: string;
|
|
60
60
|
}>;
|
|
61
61
|
/**
|
|
62
|
-
* (Updatable)
|
|
62
|
+
* (Updatable) Oracle DB Azure Vault Association resource name.
|
|
63
63
|
*/
|
|
64
64
|
readonly displayName: pulumi.Output<string>;
|
|
65
65
|
/**
|
|
@@ -69,11 +69,11 @@ export declare class DbmulticloudOracleDbAzureVaultAssociation extends pulumi.Cu
|
|
|
69
69
|
[key: string]: string;
|
|
70
70
|
}>;
|
|
71
71
|
/**
|
|
72
|
-
* The Associated
|
|
72
|
+
* The Associated resource is accessible or not.
|
|
73
73
|
*/
|
|
74
74
|
readonly isResourceAccessible: pulumi.Output<boolean>;
|
|
75
75
|
/**
|
|
76
|
-
* Description of the latest modification of the Oracle DB Azure Vault Association
|
|
76
|
+
* Description of the latest modification of the Oracle DB Azure Vault Association resource.
|
|
77
77
|
*/
|
|
78
78
|
readonly lastModification: pulumi.Output<string>;
|
|
79
79
|
/**
|
|
@@ -81,11 +81,11 @@ export declare class DbmulticloudOracleDbAzureVaultAssociation extends pulumi.Cu
|
|
|
81
81
|
*/
|
|
82
82
|
readonly lifecycleStateDetails: pulumi.Output<string>;
|
|
83
83
|
/**
|
|
84
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
|
84
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
|
85
85
|
*/
|
|
86
86
|
readonly oracleDbAzureConnectorId: pulumi.Output<string>;
|
|
87
87
|
/**
|
|
88
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
|
88
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
|
89
89
|
*
|
|
90
90
|
*
|
|
91
91
|
* ** IMPORTANT **
|
|
@@ -93,7 +93,7 @@ export declare class DbmulticloudOracleDbAzureVaultAssociation extends pulumi.Cu
|
|
|
93
93
|
*/
|
|
94
94
|
readonly oracleDbAzureVaultId: pulumi.Output<string>;
|
|
95
95
|
/**
|
|
96
|
-
* The current lifecycle state of the Oracle DB Azure Vault Association
|
|
96
|
+
* The current lifecycle state of the Oracle DB Azure Vault Association resource.
|
|
97
97
|
*/
|
|
98
98
|
readonly state: pulumi.Output<string>;
|
|
99
99
|
/**
|
|
@@ -103,11 +103,11 @@ export declare class DbmulticloudOracleDbAzureVaultAssociation extends pulumi.Cu
|
|
|
103
103
|
[key: string]: string;
|
|
104
104
|
}>;
|
|
105
105
|
/**
|
|
106
|
-
* Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
106
|
+
* Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
107
107
|
*/
|
|
108
108
|
readonly timeCreated: pulumi.Output<string>;
|
|
109
109
|
/**
|
|
110
|
-
* Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
110
|
+
* Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
111
111
|
*/
|
|
112
112
|
readonly timeUpdated: pulumi.Output<string>;
|
|
113
113
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class DbmulticloudOracleDbAzureVaultAssociation extends pulumi.Cu
|
|
|
124
124
|
*/
|
|
125
125
|
export interface DbmulticloudOracleDbAzureVaultAssociationState {
|
|
126
126
|
/**
|
|
127
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
|
127
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
|
128
128
|
*/
|
|
129
129
|
compartmentId?: pulumi.Input<string>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export interface DbmulticloudOracleDbAzureVaultAssociationState {
|
|
|
134
134
|
[key: string]: pulumi.Input<string>;
|
|
135
135
|
}>;
|
|
136
136
|
/**
|
|
137
|
-
* (Updatable)
|
|
137
|
+
* (Updatable) Oracle DB Azure Vault Association resource name.
|
|
138
138
|
*/
|
|
139
139
|
displayName?: pulumi.Input<string>;
|
|
140
140
|
/**
|
|
@@ -144,11 +144,11 @@ export interface DbmulticloudOracleDbAzureVaultAssociationState {
|
|
|
144
144
|
[key: string]: pulumi.Input<string>;
|
|
145
145
|
}>;
|
|
146
146
|
/**
|
|
147
|
-
* The Associated
|
|
147
|
+
* The Associated resource is accessible or not.
|
|
148
148
|
*/
|
|
149
149
|
isResourceAccessible?: pulumi.Input<boolean>;
|
|
150
150
|
/**
|
|
151
|
-
* Description of the latest modification of the Oracle DB Azure Vault Association
|
|
151
|
+
* Description of the latest modification of the Oracle DB Azure Vault Association resource.
|
|
152
152
|
*/
|
|
153
153
|
lastModification?: pulumi.Input<string>;
|
|
154
154
|
/**
|
|
@@ -156,11 +156,11 @@ export interface DbmulticloudOracleDbAzureVaultAssociationState {
|
|
|
156
156
|
*/
|
|
157
157
|
lifecycleStateDetails?: pulumi.Input<string>;
|
|
158
158
|
/**
|
|
159
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
|
159
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
|
160
160
|
*/
|
|
161
161
|
oracleDbAzureConnectorId?: pulumi.Input<string>;
|
|
162
162
|
/**
|
|
163
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
|
163
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
|
164
164
|
*
|
|
165
165
|
*
|
|
166
166
|
* ** IMPORTANT **
|
|
@@ -168,7 +168,7 @@ export interface DbmulticloudOracleDbAzureVaultAssociationState {
|
|
|
168
168
|
*/
|
|
169
169
|
oracleDbAzureVaultId?: pulumi.Input<string>;
|
|
170
170
|
/**
|
|
171
|
-
* The current lifecycle state of the Oracle DB Azure Vault Association
|
|
171
|
+
* The current lifecycle state of the Oracle DB Azure Vault Association resource.
|
|
172
172
|
*/
|
|
173
173
|
state?: pulumi.Input<string>;
|
|
174
174
|
/**
|
|
@@ -178,11 +178,11 @@ export interface DbmulticloudOracleDbAzureVaultAssociationState {
|
|
|
178
178
|
[key: string]: pulumi.Input<string>;
|
|
179
179
|
}>;
|
|
180
180
|
/**
|
|
181
|
-
* Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
181
|
+
* Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
182
182
|
*/
|
|
183
183
|
timeCreated?: pulumi.Input<string>;
|
|
184
184
|
/**
|
|
185
|
-
* Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
185
|
+
* Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
186
186
|
*/
|
|
187
187
|
timeUpdated?: pulumi.Input<string>;
|
|
188
188
|
}
|
|
@@ -191,7 +191,7 @@ export interface DbmulticloudOracleDbAzureVaultAssociationState {
|
|
|
191
191
|
*/
|
|
192
192
|
export interface DbmulticloudOracleDbAzureVaultAssociationArgs {
|
|
193
193
|
/**
|
|
194
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
|
194
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
|
195
195
|
*/
|
|
196
196
|
compartmentId: pulumi.Input<string>;
|
|
197
197
|
/**
|
|
@@ -201,7 +201,7 @@ export interface DbmulticloudOracleDbAzureVaultAssociationArgs {
|
|
|
201
201
|
[key: string]: pulumi.Input<string>;
|
|
202
202
|
}>;
|
|
203
203
|
/**
|
|
204
|
-
* (Updatable)
|
|
204
|
+
* (Updatable) Oracle DB Azure Vault Association resource name.
|
|
205
205
|
*/
|
|
206
206
|
displayName: pulumi.Input<string>;
|
|
207
207
|
/**
|
|
@@ -211,11 +211,11 @@ export interface DbmulticloudOracleDbAzureVaultAssociationArgs {
|
|
|
211
211
|
[key: string]: pulumi.Input<string>;
|
|
212
212
|
}>;
|
|
213
213
|
/**
|
|
214
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
|
214
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
|
215
215
|
*/
|
|
216
216
|
oracleDbAzureConnectorId: pulumi.Input<string>;
|
|
217
217
|
/**
|
|
218
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
|
218
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
|
219
219
|
*
|
|
220
220
|
*
|
|
221
221
|
* ** IMPORTANT **
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This resource provides the Oracle Db Azure Vault Association resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* Creates Oracle DB Azure Vault Association resource.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource provides the Oracle Db Gcp Identity Connector resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
|
6
|
+
*
|
|
7
|
+
* Creates Oracle DB GCP Identity Connector resource.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testOracleDbGcpIdentityConnector = new oci.oci.DbmulticloudOracleDbGcpIdentityConnector("test_oracle_db_gcp_identity_connector", {
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* displayName: oracleDbGcpIdentityConnectorDisplayName,
|
|
18
|
+
* gcpLocation: oracleDbGcpIdentityConnectorGcpLocation,
|
|
19
|
+
* gcpResourceServiceAgentId: testAgent.id,
|
|
20
|
+
* gcpWorkloadIdentityPoolId: testPool.id,
|
|
21
|
+
* gcpWorkloadIdentityProviderId: testIdentityProvider.id,
|
|
22
|
+
* issuerUrl: oracleDbGcpIdentityConnectorIssuerUrl,
|
|
23
|
+
* projectId: testProject.id,
|
|
24
|
+
* resourceId: testResource.id,
|
|
25
|
+
* definedTags: {
|
|
26
|
+
* "Operations.CostCenter": "42",
|
|
27
|
+
* },
|
|
28
|
+
* freeformTags: {
|
|
29
|
+
* Department: "Finance",
|
|
30
|
+
* },
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* ## Import
|
|
35
|
+
*
|
|
36
|
+
* OracleDbGcpIdentityConnectors can be imported using the `id`, e.g.
|
|
37
|
+
*
|
|
38
|
+
* ```sh
|
|
39
|
+
* $ pulumi import oci:oci/dbmulticloudOracleDbGcpIdentityConnector:DbmulticloudOracleDbGcpIdentityConnector test_oracle_db_gcp_identity_connector "id"
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
export declare class DbmulticloudOracleDbGcpIdentityConnector extends pulumi.CustomResource {
|
|
43
|
+
/**
|
|
44
|
+
* Get an existing DbmulticloudOracleDbGcpIdentityConnector resource's state with the given name, ID, and optional extra
|
|
45
|
+
* properties used to qualify the lookup.
|
|
46
|
+
*
|
|
47
|
+
* @param name The _unique_ name of the resulting resource.
|
|
48
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
49
|
+
* @param state Any extra arguments used during the lookup.
|
|
50
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
51
|
+
*/
|
|
52
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DbmulticloudOracleDbGcpIdentityConnectorState, opts?: pulumi.CustomResourceOptions): DbmulticloudOracleDbGcpIdentityConnector;
|
|
53
|
+
/**
|
|
54
|
+
* Returns true if the given object is an instance of DbmulticloudOracleDbGcpIdentityConnector. This is designed to work even
|
|
55
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
56
|
+
*/
|
|
57
|
+
static isInstance(obj: any): obj is DbmulticloudOracleDbGcpIdentityConnector;
|
|
58
|
+
/**
|
|
59
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Oracle DB GCP Identity Connector resource.
|
|
60
|
+
*/
|
|
61
|
+
readonly compartmentId: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
64
|
+
*/
|
|
65
|
+
readonly definedTags: pulumi.Output<{
|
|
66
|
+
[key: string]: string;
|
|
67
|
+
}>;
|
|
68
|
+
/**
|
|
69
|
+
* (Updatable) Oracle DB Google GCP Identity Connector resource name.
|
|
70
|
+
*/
|
|
71
|
+
readonly displayName: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
74
|
+
*/
|
|
75
|
+
readonly freeformTags: pulumi.Output<{
|
|
76
|
+
[key: string]: string;
|
|
77
|
+
}>;
|
|
78
|
+
/**
|
|
79
|
+
* The current Connectivity status of GCP Identity Connector resource.
|
|
80
|
+
*/
|
|
81
|
+
readonly gcpIdentityConnectivityStatus: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* (Updatable) GCP Location.
|
|
84
|
+
*/
|
|
85
|
+
readonly gcpLocation: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* List of All VMs where GCP Identity Connector is configured for this VMCluster.
|
|
88
|
+
*/
|
|
89
|
+
readonly gcpNodes: pulumi.Output<outputs.oci.DbmulticloudOracleDbGcpIdentityConnectorGcpNode[]>;
|
|
90
|
+
/**
|
|
91
|
+
* (Updatable) The ID of the GCP resource service agent.
|
|
92
|
+
*/
|
|
93
|
+
readonly gcpResourceServiceAgentId: pulumi.Output<string>;
|
|
94
|
+
/**
|
|
95
|
+
* (Updatable) The ID of the cloud GCP Workload Identity Pool.
|
|
96
|
+
*/
|
|
97
|
+
readonly gcpWorkloadIdentityPoolId: pulumi.Output<string>;
|
|
98
|
+
/**
|
|
99
|
+
* (Updatable) The ID of the GCP Workload Identity Provider.
|
|
100
|
+
*/
|
|
101
|
+
readonly gcpWorkloadIdentityProviderId: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* (Updatable) OIDC token issuer Url
|
|
104
|
+
*/
|
|
105
|
+
readonly issuerUrl: pulumi.Output<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Description of the current lifecycle state in more detail.
|
|
108
|
+
*/
|
|
109
|
+
readonly lifecycleStateDetails: pulumi.Output<string>;
|
|
110
|
+
/**
|
|
111
|
+
* (Updatable) Project id of the customer project.
|
|
112
|
+
*/
|
|
113
|
+
readonly projectId: pulumi.Output<string>;
|
|
114
|
+
/**
|
|
115
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GCP VM Cluster resource.
|
|
116
|
+
*
|
|
117
|
+
*
|
|
118
|
+
* ** IMPORTANT **
|
|
119
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
120
|
+
*/
|
|
121
|
+
readonly resourceId: pulumi.Output<string>;
|
|
122
|
+
/**
|
|
123
|
+
* The current lifecycle state of the GCP Identity Connector resource.
|
|
124
|
+
*/
|
|
125
|
+
readonly state: pulumi.Output<string>;
|
|
126
|
+
/**
|
|
127
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
128
|
+
*/
|
|
129
|
+
readonly systemTags: pulumi.Output<{
|
|
130
|
+
[key: string]: string;
|
|
131
|
+
}>;
|
|
132
|
+
/**
|
|
133
|
+
* Time when the Oracle DB GCP Identity Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
134
|
+
*/
|
|
135
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Time when the Oracle DB GCP Identity Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
138
|
+
*/
|
|
139
|
+
readonly timeUpdated: pulumi.Output<string>;
|
|
140
|
+
/**
|
|
141
|
+
* Create a DbmulticloudOracleDbGcpIdentityConnector resource with the given unique name, arguments, and options.
|
|
142
|
+
*
|
|
143
|
+
* @param name The _unique_ name of the resource.
|
|
144
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
145
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
146
|
+
*/
|
|
147
|
+
constructor(name: string, args: DbmulticloudOracleDbGcpIdentityConnectorArgs, opts?: pulumi.CustomResourceOptions);
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Input properties used for looking up and filtering DbmulticloudOracleDbGcpIdentityConnector resources.
|
|
151
|
+
*/
|
|
152
|
+
export interface DbmulticloudOracleDbGcpIdentityConnectorState {
|
|
153
|
+
/**
|
|
154
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Oracle DB GCP Identity Connector resource.
|
|
155
|
+
*/
|
|
156
|
+
compartmentId?: pulumi.Input<string>;
|
|
157
|
+
/**
|
|
158
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
159
|
+
*/
|
|
160
|
+
definedTags?: pulumi.Input<{
|
|
161
|
+
[key: string]: pulumi.Input<string>;
|
|
162
|
+
}>;
|
|
163
|
+
/**
|
|
164
|
+
* (Updatable) Oracle DB Google GCP Identity Connector resource name.
|
|
165
|
+
*/
|
|
166
|
+
displayName?: pulumi.Input<string>;
|
|
167
|
+
/**
|
|
168
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
169
|
+
*/
|
|
170
|
+
freeformTags?: pulumi.Input<{
|
|
171
|
+
[key: string]: pulumi.Input<string>;
|
|
172
|
+
}>;
|
|
173
|
+
/**
|
|
174
|
+
* The current Connectivity status of GCP Identity Connector resource.
|
|
175
|
+
*/
|
|
176
|
+
gcpIdentityConnectivityStatus?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* (Updatable) GCP Location.
|
|
179
|
+
*/
|
|
180
|
+
gcpLocation?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* List of All VMs where GCP Identity Connector is configured for this VMCluster.
|
|
183
|
+
*/
|
|
184
|
+
gcpNodes?: pulumi.Input<pulumi.Input<inputs.oci.DbmulticloudOracleDbGcpIdentityConnectorGcpNode>[]>;
|
|
185
|
+
/**
|
|
186
|
+
* (Updatable) The ID of the GCP resource service agent.
|
|
187
|
+
*/
|
|
188
|
+
gcpResourceServiceAgentId?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* (Updatable) The ID of the cloud GCP Workload Identity Pool.
|
|
191
|
+
*/
|
|
192
|
+
gcpWorkloadIdentityPoolId?: pulumi.Input<string>;
|
|
193
|
+
/**
|
|
194
|
+
* (Updatable) The ID of the GCP Workload Identity Provider.
|
|
195
|
+
*/
|
|
196
|
+
gcpWorkloadIdentityProviderId?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* (Updatable) OIDC token issuer Url
|
|
199
|
+
*/
|
|
200
|
+
issuerUrl?: pulumi.Input<string>;
|
|
201
|
+
/**
|
|
202
|
+
* Description of the current lifecycle state in more detail.
|
|
203
|
+
*/
|
|
204
|
+
lifecycleStateDetails?: pulumi.Input<string>;
|
|
205
|
+
/**
|
|
206
|
+
* (Updatable) Project id of the customer project.
|
|
207
|
+
*/
|
|
208
|
+
projectId?: pulumi.Input<string>;
|
|
209
|
+
/**
|
|
210
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GCP VM Cluster resource.
|
|
211
|
+
*
|
|
212
|
+
*
|
|
213
|
+
* ** IMPORTANT **
|
|
214
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
215
|
+
*/
|
|
216
|
+
resourceId?: pulumi.Input<string>;
|
|
217
|
+
/**
|
|
218
|
+
* The current lifecycle state of the GCP Identity Connector resource.
|
|
219
|
+
*/
|
|
220
|
+
state?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
223
|
+
*/
|
|
224
|
+
systemTags?: pulumi.Input<{
|
|
225
|
+
[key: string]: pulumi.Input<string>;
|
|
226
|
+
}>;
|
|
227
|
+
/**
|
|
228
|
+
* Time when the Oracle DB GCP Identity Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
229
|
+
*/
|
|
230
|
+
timeCreated?: pulumi.Input<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Time when the Oracle DB GCP Identity Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
233
|
+
*/
|
|
234
|
+
timeUpdated?: pulumi.Input<string>;
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* The set of arguments for constructing a DbmulticloudOracleDbGcpIdentityConnector resource.
|
|
238
|
+
*/
|
|
239
|
+
export interface DbmulticloudOracleDbGcpIdentityConnectorArgs {
|
|
240
|
+
/**
|
|
241
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Oracle DB GCP Identity Connector resource.
|
|
242
|
+
*/
|
|
243
|
+
compartmentId: pulumi.Input<string>;
|
|
244
|
+
/**
|
|
245
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
246
|
+
*/
|
|
247
|
+
definedTags?: pulumi.Input<{
|
|
248
|
+
[key: string]: pulumi.Input<string>;
|
|
249
|
+
}>;
|
|
250
|
+
/**
|
|
251
|
+
* (Updatable) Oracle DB Google GCP Identity Connector resource name.
|
|
252
|
+
*/
|
|
253
|
+
displayName: pulumi.Input<string>;
|
|
254
|
+
/**
|
|
255
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
256
|
+
*/
|
|
257
|
+
freeformTags?: pulumi.Input<{
|
|
258
|
+
[key: string]: pulumi.Input<string>;
|
|
259
|
+
}>;
|
|
260
|
+
/**
|
|
261
|
+
* (Updatable) GCP Location.
|
|
262
|
+
*/
|
|
263
|
+
gcpLocation: pulumi.Input<string>;
|
|
264
|
+
/**
|
|
265
|
+
* (Updatable) The ID of the GCP resource service agent.
|
|
266
|
+
*/
|
|
267
|
+
gcpResourceServiceAgentId: pulumi.Input<string>;
|
|
268
|
+
/**
|
|
269
|
+
* (Updatable) The ID of the cloud GCP Workload Identity Pool.
|
|
270
|
+
*/
|
|
271
|
+
gcpWorkloadIdentityPoolId: pulumi.Input<string>;
|
|
272
|
+
/**
|
|
273
|
+
* (Updatable) The ID of the GCP Workload Identity Provider.
|
|
274
|
+
*/
|
|
275
|
+
gcpWorkloadIdentityProviderId: pulumi.Input<string>;
|
|
276
|
+
/**
|
|
277
|
+
* (Updatable) OIDC token issuer Url
|
|
278
|
+
*/
|
|
279
|
+
issuerUrl: pulumi.Input<string>;
|
|
280
|
+
/**
|
|
281
|
+
* (Updatable) Project id of the customer project.
|
|
282
|
+
*/
|
|
283
|
+
projectId: pulumi.Input<string>;
|
|
284
|
+
/**
|
|
285
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GCP VM Cluster resource.
|
|
286
|
+
*
|
|
287
|
+
*
|
|
288
|
+
* ** IMPORTANT **
|
|
289
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
290
|
+
*/
|
|
291
|
+
resourceId: pulumi.Input<string>;
|
|
292
|
+
}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DbmulticloudOracleDbGcpIdentityConnector = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Oracle Db Gcp Identity Connector resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
|
10
|
+
*
|
|
11
|
+
* Creates Oracle DB GCP Identity Connector resource.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testOracleDbGcpIdentityConnector = new oci.oci.DbmulticloudOracleDbGcpIdentityConnector("test_oracle_db_gcp_identity_connector", {
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* displayName: oracleDbGcpIdentityConnectorDisplayName,
|
|
22
|
+
* gcpLocation: oracleDbGcpIdentityConnectorGcpLocation,
|
|
23
|
+
* gcpResourceServiceAgentId: testAgent.id,
|
|
24
|
+
* gcpWorkloadIdentityPoolId: testPool.id,
|
|
25
|
+
* gcpWorkloadIdentityProviderId: testIdentityProvider.id,
|
|
26
|
+
* issuerUrl: oracleDbGcpIdentityConnectorIssuerUrl,
|
|
27
|
+
* projectId: testProject.id,
|
|
28
|
+
* resourceId: testResource.id,
|
|
29
|
+
* definedTags: {
|
|
30
|
+
* "Operations.CostCenter": "42",
|
|
31
|
+
* },
|
|
32
|
+
* freeformTags: {
|
|
33
|
+
* Department: "Finance",
|
|
34
|
+
* },
|
|
35
|
+
* });
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* ## Import
|
|
39
|
+
*
|
|
40
|
+
* OracleDbGcpIdentityConnectors can be imported using the `id`, e.g.
|
|
41
|
+
*
|
|
42
|
+
* ```sh
|
|
43
|
+
* $ pulumi import oci:oci/dbmulticloudOracleDbGcpIdentityConnector:DbmulticloudOracleDbGcpIdentityConnector test_oracle_db_gcp_identity_connector "id"
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
class DbmulticloudOracleDbGcpIdentityConnector extends pulumi.CustomResource {
|
|
47
|
+
/**
|
|
48
|
+
* Get an existing DbmulticloudOracleDbGcpIdentityConnector resource's state with the given name, ID, and optional extra
|
|
49
|
+
* properties used to qualify the lookup.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resulting resource.
|
|
52
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
53
|
+
* @param state Any extra arguments used during the lookup.
|
|
54
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
55
|
+
*/
|
|
56
|
+
static get(name, id, state, opts) {
|
|
57
|
+
return new DbmulticloudOracleDbGcpIdentityConnector(name, state, { ...opts, id: id });
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of DbmulticloudOracleDbGcpIdentityConnector. This is designed to work even
|
|
61
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
|
+
*/
|
|
63
|
+
static isInstance(obj) {
|
|
64
|
+
if (obj === undefined || obj === null) {
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
return obj['__pulumiType'] === DbmulticloudOracleDbGcpIdentityConnector.__pulumiType;
|
|
68
|
+
}
|
|
69
|
+
constructor(name, argsOrState, opts) {
|
|
70
|
+
let resourceInputs = {};
|
|
71
|
+
opts = opts || {};
|
|
72
|
+
if (opts.id) {
|
|
73
|
+
const state = argsOrState;
|
|
74
|
+
resourceInputs["compartmentId"] = state?.compartmentId;
|
|
75
|
+
resourceInputs["definedTags"] = state?.definedTags;
|
|
76
|
+
resourceInputs["displayName"] = state?.displayName;
|
|
77
|
+
resourceInputs["freeformTags"] = state?.freeformTags;
|
|
78
|
+
resourceInputs["gcpIdentityConnectivityStatus"] = state?.gcpIdentityConnectivityStatus;
|
|
79
|
+
resourceInputs["gcpLocation"] = state?.gcpLocation;
|
|
80
|
+
resourceInputs["gcpNodes"] = state?.gcpNodes;
|
|
81
|
+
resourceInputs["gcpResourceServiceAgentId"] = state?.gcpResourceServiceAgentId;
|
|
82
|
+
resourceInputs["gcpWorkloadIdentityPoolId"] = state?.gcpWorkloadIdentityPoolId;
|
|
83
|
+
resourceInputs["gcpWorkloadIdentityProviderId"] = state?.gcpWorkloadIdentityProviderId;
|
|
84
|
+
resourceInputs["issuerUrl"] = state?.issuerUrl;
|
|
85
|
+
resourceInputs["lifecycleStateDetails"] = state?.lifecycleStateDetails;
|
|
86
|
+
resourceInputs["projectId"] = state?.projectId;
|
|
87
|
+
resourceInputs["resourceId"] = state?.resourceId;
|
|
88
|
+
resourceInputs["state"] = state?.state;
|
|
89
|
+
resourceInputs["systemTags"] = state?.systemTags;
|
|
90
|
+
resourceInputs["timeCreated"] = state?.timeCreated;
|
|
91
|
+
resourceInputs["timeUpdated"] = state?.timeUpdated;
|
|
92
|
+
}
|
|
93
|
+
else {
|
|
94
|
+
const args = argsOrState;
|
|
95
|
+
if (args?.compartmentId === undefined && !opts.urn) {
|
|
96
|
+
throw new Error("Missing required property 'compartmentId'");
|
|
97
|
+
}
|
|
98
|
+
if (args?.displayName === undefined && !opts.urn) {
|
|
99
|
+
throw new Error("Missing required property 'displayName'");
|
|
100
|
+
}
|
|
101
|
+
if (args?.gcpLocation === undefined && !opts.urn) {
|
|
102
|
+
throw new Error("Missing required property 'gcpLocation'");
|
|
103
|
+
}
|
|
104
|
+
if (args?.gcpResourceServiceAgentId === undefined && !opts.urn) {
|
|
105
|
+
throw new Error("Missing required property 'gcpResourceServiceAgentId'");
|
|
106
|
+
}
|
|
107
|
+
if (args?.gcpWorkloadIdentityPoolId === undefined && !opts.urn) {
|
|
108
|
+
throw new Error("Missing required property 'gcpWorkloadIdentityPoolId'");
|
|
109
|
+
}
|
|
110
|
+
if (args?.gcpWorkloadIdentityProviderId === undefined && !opts.urn) {
|
|
111
|
+
throw new Error("Missing required property 'gcpWorkloadIdentityProviderId'");
|
|
112
|
+
}
|
|
113
|
+
if (args?.issuerUrl === undefined && !opts.urn) {
|
|
114
|
+
throw new Error("Missing required property 'issuerUrl'");
|
|
115
|
+
}
|
|
116
|
+
if (args?.projectId === undefined && !opts.urn) {
|
|
117
|
+
throw new Error("Missing required property 'projectId'");
|
|
118
|
+
}
|
|
119
|
+
if (args?.resourceId === undefined && !opts.urn) {
|
|
120
|
+
throw new Error("Missing required property 'resourceId'");
|
|
121
|
+
}
|
|
122
|
+
resourceInputs["compartmentId"] = args?.compartmentId;
|
|
123
|
+
resourceInputs["definedTags"] = args?.definedTags;
|
|
124
|
+
resourceInputs["displayName"] = args?.displayName;
|
|
125
|
+
resourceInputs["freeformTags"] = args?.freeformTags;
|
|
126
|
+
resourceInputs["gcpLocation"] = args?.gcpLocation;
|
|
127
|
+
resourceInputs["gcpResourceServiceAgentId"] = args?.gcpResourceServiceAgentId;
|
|
128
|
+
resourceInputs["gcpWorkloadIdentityPoolId"] = args?.gcpWorkloadIdentityPoolId;
|
|
129
|
+
resourceInputs["gcpWorkloadIdentityProviderId"] = args?.gcpWorkloadIdentityProviderId;
|
|
130
|
+
resourceInputs["issuerUrl"] = args?.issuerUrl;
|
|
131
|
+
resourceInputs["projectId"] = args?.projectId;
|
|
132
|
+
resourceInputs["resourceId"] = args?.resourceId;
|
|
133
|
+
resourceInputs["gcpIdentityConnectivityStatus"] = undefined /*out*/;
|
|
134
|
+
resourceInputs["gcpNodes"] = undefined /*out*/;
|
|
135
|
+
resourceInputs["lifecycleStateDetails"] = undefined /*out*/;
|
|
136
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
137
|
+
resourceInputs["systemTags"] = undefined /*out*/;
|
|
138
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
139
|
+
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
140
|
+
}
|
|
141
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
142
|
+
super(DbmulticloudOracleDbGcpIdentityConnector.__pulumiType, name, resourceInputs, opts);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
exports.DbmulticloudOracleDbGcpIdentityConnector = DbmulticloudOracleDbGcpIdentityConnector;
|
|
146
|
+
/** @internal */
|
|
147
|
+
DbmulticloudOracleDbGcpIdentityConnector.__pulumiType = 'oci:oci/dbmulticloudOracleDbGcpIdentityConnector:DbmulticloudOracleDbGcpIdentityConnector';
|
|
148
|
+
//# sourceMappingURL=dbmulticloudOracleDbGcpIdentityConnector.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dbmulticloudOracleDbGcpIdentityConnector.js","sourceRoot":"","sources":["../../oci/dbmulticloudOracleDbGcpIdentityConnector.ts"],"names":[],"mappings":"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"}
|