@pulumi/oci 1.36.0 → 1.37.0-alpha.1716526633
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/ailanguage/model.d.ts +2 -2
- package/apmconfig/config.d.ts +3 -3
- package/apmsynthetics/config.d.ts +3 -3
- package/autoscaling/autoScalingConfiguration.d.ts +12 -3
- package/autoscaling/autoScalingConfiguration.js.map +1 -1
- package/bigdataservice/bdsInstance.d.ts +2 -2
- package/certificatesmanagement/certificate.d.ts +8 -8
- package/certificatesmanagement/certificateAuthority.d.ts +4 -4
- package/cloudguard/adhocQuery.d.ts +214 -0
- package/cloudguard/adhocQuery.js +113 -0
- package/cloudguard/adhocQuery.js.map +1 -0
- package/cloudguard/cloudGuardConfiguration.d.ts +11 -28
- package/cloudguard/cloudGuardConfiguration.js +2 -19
- package/cloudguard/cloudGuardConfiguration.js.map +1 -1
- package/cloudguard/cloudGuardDataSource.d.ts +25 -17
- package/cloudguard/cloudGuardDataSource.js +9 -1
- package/cloudguard/cloudGuardDataSource.js.map +1 -1
- package/cloudguard/dataMaskRule.d.ts +27 -27
- package/cloudguard/dataMaskRule.js +1 -1
- package/cloudguard/detectorRecipe.d.ts +38 -24
- package/cloudguard/detectorRecipe.js +3 -1
- package/cloudguard/detectorRecipe.js.map +1 -1
- package/cloudguard/getAdhocQueries.d.ts +162 -0
- package/cloudguard/getAdhocQueries.js +99 -0
- package/cloudguard/getAdhocQueries.js.map +1 -0
- package/cloudguard/getAdhocQuery.d.ts +114 -0
- package/cloudguard/getAdhocQuery.js +51 -0
- package/cloudguard/getAdhocQuery.js.map +1 -0
- package/cloudguard/getCloudGuardConfiguration.d.ts +9 -7
- package/cloudguard/getCloudGuardConfiguration.js +4 -2
- package/cloudguard/getCloudGuardConfiguration.js.map +1 -1
- package/cloudguard/getDataMaskRule.d.ts +14 -14
- package/cloudguard/getDataMaskRule.js +2 -2
- package/cloudguard/getDataMaskRules.d.ts +17 -17
- package/cloudguard/getDataMaskRules.js +2 -2
- package/cloudguard/getDataSource.d.ts +10 -10
- package/cloudguard/getDataSource.js +2 -2
- package/cloudguard/getDataSourceEvents.d.ts +11 -7
- package/cloudguard/getDataSourceEvents.js +6 -2
- package/cloudguard/getDataSourceEvents.js.map +1 -1
- package/cloudguard/getDataSources.d.ts +24 -20
- package/cloudguard/getDataSources.js +10 -6
- package/cloudguard/getDataSources.js.map +1 -1
- package/cloudguard/getDetectorRecipe.d.ts +18 -14
- package/cloudguard/getDetectorRecipe.js +2 -2
- package/cloudguard/getDetectorRecipe.js.map +1 -1
- package/cloudguard/getDetectorRecipes.d.ts +13 -13
- package/cloudguard/getDetectorRecipes.js +2 -2
- package/cloudguard/getGuardTarget.d.ts +14 -14
- package/cloudguard/getGuardTarget.js +2 -2
- package/cloudguard/getGuardTargets.d.ts +19 -17
- package/cloudguard/getGuardTargets.js +10 -8
- package/cloudguard/getGuardTargets.js.map +1 -1
- package/cloudguard/getManagedList.d.ts +14 -14
- package/cloudguard/getManagedLists.d.ts +16 -16
- package/cloudguard/getManagedLists.js +2 -2
- package/cloudguard/getProblemEntities.d.ts +5 -3
- package/cloudguard/getProblemEntities.js +2 -0
- package/cloudguard/getProblemEntities.js.map +1 -1
- package/cloudguard/getResponderRecipe.d.ts +13 -13
- package/cloudguard/getResponderRecipe.js +2 -2
- package/cloudguard/getResponderRecipes.d.ts +15 -13
- package/cloudguard/getResponderRecipes.js +4 -2
- package/cloudguard/getResponderRecipes.js.map +1 -1
- package/cloudguard/getSavedQueries.d.ts +111 -0
- package/cloudguard/getSavedQueries.js +61 -0
- package/cloudguard/getSavedQueries.js.map +1 -0
- package/cloudguard/getSavedQuery.d.ts +109 -0
- package/cloudguard/getSavedQuery.js +51 -0
- package/cloudguard/getSavedQuery.js.map +1 -0
- package/cloudguard/getSecurityPolicies.d.ts +14 -12
- package/cloudguard/getSecurityPolicies.js +4 -2
- package/cloudguard/getSecurityPolicies.js.map +1 -1
- package/cloudguard/getSecurityPolicy.d.ts +12 -8
- package/cloudguard/getSecurityPolicy.js +6 -2
- package/cloudguard/getSecurityPolicy.js.map +1 -1
- package/cloudguard/getSecurityRecipe.d.ts +9 -9
- package/cloudguard/getSecurityRecipe.js +2 -2
- package/cloudguard/getSecurityRecipes.d.ts +14 -12
- package/cloudguard/getSecurityRecipes.js +4 -2
- package/cloudguard/getSecurityRecipes.js.map +1 -1
- package/cloudguard/getSecurityZone.d.ts +8 -8
- package/cloudguard/getSecurityZone.js +2 -2
- package/cloudguard/getSecurityZones.d.ts +17 -15
- package/cloudguard/getSecurityZones.js +4 -2
- package/cloudguard/getSecurityZones.js.map +1 -1
- package/cloudguard/getWlpAgent.d.ts +114 -0
- package/cloudguard/getWlpAgent.js +51 -0
- package/cloudguard/getWlpAgent.js.map +1 -0
- package/cloudguard/getWlpAgents.d.ts +75 -0
- package/cloudguard/getWlpAgents.js +52 -0
- package/cloudguard/getWlpAgents.js.map +1 -0
- package/cloudguard/index.d.ts +27 -0
- package/cloudguard/index.js +35 -2
- package/cloudguard/index.js.map +1 -1
- package/cloudguard/managedList.d.ts +26 -26
- package/cloudguard/managedList.js +1 -1
- package/cloudguard/responderRecipe.d.ts +19 -18
- package/cloudguard/responderRecipe.js +2 -1
- package/cloudguard/responderRecipe.js.map +1 -1
- package/cloudguard/savedQuery.d.ts +207 -0
- package/cloudguard/savedQuery.js +109 -0
- package/cloudguard/savedQuery.js.map +1 -0
- package/cloudguard/securityRecipe.d.ts +19 -12
- package/cloudguard/securityRecipe.js +2 -1
- package/cloudguard/securityRecipe.js.map +1 -1
- package/cloudguard/securityZone.d.ts +10 -9
- package/cloudguard/securityZone.js +2 -1
- package/cloudguard/securityZone.js.map +1 -1
- package/cloudguard/target.d.ts +24 -24
- package/cloudguard/target.js +2 -2
- package/cloudguard/wlpAgent.d.ts +224 -0
- package/cloudguard/wlpAgent.js +117 -0
- package/cloudguard/wlpAgent.js.map +1 -0
- package/cloudmigrations/targetAsset.d.ts +7 -7
- package/computecloud/atCustomerCccUpgradeSchedule.d.ts +3 -3
- package/containerengine/containerInstance.d.ts +9 -9
- package/containerengine/virtualNodePool.d.ts +3 -15
- package/containerengine/virtualNodePool.js.map +1 -1
- package/core/bootVolume.d.ts +3 -3
- package/core/clusterNetwork.d.ts +10 -10
- package/core/crossConnectGroup.d.ts +2 -10
- package/core/crossConnectGroup.js.map +1 -1
- package/core/drgRouteTableRouteRule.d.ts +3 -0
- package/core/drgRouteTableRouteRule.js.map +1 -1
- package/core/getImage.d.ts +4 -0
- package/core/getImage.js.map +1 -1
- package/core/getInstance.d.ts +4 -0
- package/core/getInstance.js.map +1 -1
- package/core/getPublicIp.d.ts +4 -0
- package/core/getPublicIp.js.map +1 -1
- package/core/getPublicIps.d.ts +8 -0
- package/core/getPublicIps.js.map +1 -1
- package/core/getVtap.d.ts +2 -0
- package/core/getVtap.js.map +1 -1
- package/core/getVtaps.d.ts +2 -0
- package/core/getVtaps.js.map +1 -1
- package/core/image.d.ts +24 -0
- package/core/image.js.map +1 -1
- package/core/instance.d.ts +22 -22
- package/core/instanceConfiguration.d.ts +30 -12
- package/core/instanceConfiguration.js.map +1 -1
- package/core/instancePool.d.ts +3 -3
- package/core/ipsecConnectionTunnelManagement.d.ts +4 -4
- package/core/networkSecurityGroupSecurityRule.d.ts +12 -45
- package/core/networkSecurityGroupSecurityRule.js.map +1 -1
- package/core/publicIp.d.ts +4 -0
- package/core/publicIp.js.map +1 -1
- package/core/vnicAttachment.d.ts +4 -12
- package/core/vnicAttachment.js.map +1 -1
- package/core/volume.d.ts +3 -3
- package/core/volumeGroup.d.ts +3 -3
- package/core/vtap.d.ts +6 -0
- package/core/vtap.js.map +1 -1
- package/database/autonomousDatabase.d.ts +9 -3
- package/database/autonomousDatabase.js.map +1 -1
- package/database/autonomousDatabaseWallet.d.ts +12 -0
- package/database/autonomousDatabaseWallet.js.map +1 -1
- package/database/backupDestination.d.ts +5 -5
- package/database/cloudDatabaseManagement.d.ts +6 -0
- package/database/cloudDatabaseManagement.js.map +1 -1
- package/database/database.d.ts +14 -22
- package/database/database.js.map +1 -1
- package/database/databaseUpgrade.d.ts +2 -2
- package/database/dbHome.d.ts +0 -9
- package/database/dbHome.js.map +1 -1
- package/database/getAutonomousDatabaseWallet.d.ts +8 -0
- package/database/getAutonomousDatabaseWallet.js.map +1 -1
- package/database/vmClusterNetwork.d.ts +2 -2
- package/databasemigration/connection.d.ts +3 -3
- package/databasemigration/migration.d.ts +3 -3
- package/databasetools/databaseToolsConnection.d.ts +2 -2
- package/databasetools/databaseToolsPrivateEndpoint.d.ts +2 -2
- package/dataintegration/workspaceApplication.d.ts +3 -3
- package/dataintegration/workspaceApplicationPatch.d.ts +3 -3
- package/dataintegration/workspaceApplicationSchedule.d.ts +5 -5
- package/dataintegration/workspaceApplicationTaskSchedule.d.ts +13 -13
- package/dataintegration/workspaceFolder.d.ts +3 -3
- package/dataintegration/workspaceProject.d.ts +3 -3
- package/dataintegration/workspaceTask.d.ts +21 -21
- package/datasafe/index.d.ts +6 -0
- package/datasafe/index.js +11 -1
- package/datasafe/index.js.map +1 -1
- package/datasafe/libraryMasingFormat.d.ts +3 -3
- package/datasafe/maskingPoliciesMaskingColumn.d.ts +3 -3
- package/datasafe/maskingPolicy.d.ts +3 -3
- package/datasafe/reportDefinition.d.ts +4 -12
- package/datasafe/reportDefinition.js.map +1 -1
- package/datasafe/setSecurityAssessmentBaselineManagement.d.ts +101 -0
- package/datasafe/setSecurityAssessmentBaselineManagement.js +86 -0
- package/datasafe/setSecurityAssessmentBaselineManagement.js.map +1 -0
- package/datasafe/setUserAssessmentBaselineManagement.d.ts +101 -0
- package/datasafe/setUserAssessmentBaselineManagement.js +86 -0
- package/datasafe/setUserAssessmentBaselineManagement.js.map +1 -0
- package/datasafe/targetDatabase.d.ts +9 -9
- package/datascience/getJobRun.d.ts +1 -0
- package/datascience/getJobRun.js.map +1 -1
- package/datascience/getModelDeployment.d.ts +1 -0
- package/datascience/getModelDeployment.js.map +1 -1
- package/datascience/getPipeline.d.ts +3 -0
- package/datascience/getPipeline.js.map +1 -1
- package/datascience/getPipelineRun.d.ts +4 -0
- package/datascience/getPipelineRun.js.map +1 -1
- package/datascience/jobRun.d.ts +13 -0
- package/datascience/jobRun.js +3 -0
- package/datascience/jobRun.js.map +1 -1
- package/datascience/modelDeployment.d.ts +13 -0
- package/datascience/modelDeployment.js +3 -0
- package/datascience/modelDeployment.js.map +1 -1
- package/datascience/pipeline.d.ts +16 -6
- package/datascience/pipeline.js +10 -0
- package/datascience/pipeline.js.map +1 -1
- package/datascience/pipelineRun.d.ts +21 -0
- package/datascience/pipelineRun.js +11 -0
- package/datascience/pipelineRun.js.map +1 -1
- package/devops/deployStage.d.ts +2 -2
- package/devops/deployment.d.ts +3 -3
- package/disasterrecovery/drPlanExecution.d.ts +2 -2
- package/disasterrecovery/drProtectionGroup.d.ts +2 -2
- package/dns/rrset.d.ts +3 -3
- package/dns/steeringPolicy.d.ts +18 -0
- package/dns/steeringPolicy.js.map +1 -1
- package/events/rule.d.ts +3 -3
- package/identity/domainsApiKey.d.ts +30 -30
- package/identity/domainsApp.d.ts +51 -60
- package/identity/domainsApp.js.map +1 -1
- package/identity/domainsAuthToken.d.ts +9 -9
- package/identity/domainsCloudGate.d.ts +21 -21
- package/identity/domainsCustomerSecretKey.d.ts +9 -9
- package/identity/domainsMyApiKey.d.ts +30 -30
- package/identity/domainsMyAuthToken.d.ts +9 -9
- package/identity/domainsMyCustomerSecretKey.d.ts +9 -9
- package/identity/domainsMyOauth2clientCredential.d.ts +21 -30
- package/identity/domainsMyOauth2clientCredential.js.map +1 -1
- package/identity/domainsMySmtpCredential.d.ts +9 -9
- package/identity/domainsMySupportAccount.d.ts +9 -9
- package/identity/domainsMyUserDbCredential.d.ts +17 -19
- package/identity/domainsMyUserDbCredential.js.map +1 -1
- package/identity/domainsOauth2clientCredential.d.ts +21 -30
- package/identity/domainsOauth2clientCredential.js.map +1 -1
- package/identity/domainsPolicy.d.ts +15 -21
- package/identity/domainsPolicy.js.map +1 -1
- package/identity/domainsRule.d.ts +12 -9
- package/identity/domainsRule.js.map +1 -1
- package/identity/domainsSetting.d.ts +15 -9
- package/identity/domainsSetting.js.map +1 -1
- package/identity/domainsSmtpCredential.d.ts +9 -9
- package/identity/domainsUser.d.ts +81 -75
- package/identity/domainsUser.js.map +1 -1
- package/identity/domainsUserDbCredential.d.ts +17 -19
- package/identity/domainsUserDbCredential.js.map +1 -1
- package/loadbalancer/loadBalancerRoutingPolicy.d.ts +3 -15
- package/loadbalancer/loadBalancerRoutingPolicy.js.map +1 -1
- package/marketplace/publication.d.ts +5 -5
- package/mediaservices/mediaAsset.d.ts +8 -8
- package/mediaservices/mediaWorkflow.d.ts +10 -18
- package/mediaservices/mediaWorkflow.js.map +1 -1
- package/mediaservices/mediaWorkflowConfiguration.d.ts +5 -5
- package/mediaservices/mediaWorkflowJob.d.ts +5 -5
- package/mediaservices/streamCdnConfig.d.ts +2 -2
- package/mediaservices/streamDistributionChannel.d.ts +5 -5
- package/mediaservices/streamPackagingConfig.d.ts +2 -2
- package/meteringcomputation/usageStatementEmailRecipientsGroup.d.ts +2 -2
- package/monitoring/alarm.d.ts +9 -0
- package/monitoring/alarm.js.map +1 -1
- package/monitoring/getAlarm.d.ts +3 -0
- package/monitoring/getAlarm.js.map +1 -1
- package/mysql/replica.d.ts +6 -14
- package/mysql/replica.js.map +1 -1
- package/networkfirewall/getNetworkFirewallPolicyMappedSecret.d.ts +2 -0
- package/networkfirewall/getNetworkFirewallPolicyMappedSecret.js.map +1 -1
- package/networkfirewall/networkFirewallPolicyMappedSecret.d.ts +6 -0
- package/networkfirewall/networkFirewallPolicyMappedSecret.js.map +1 -1
- package/ocvp/getRetrievePassword.d.ts +1 -0
- package/ocvp/getRetrievePassword.js.map +1 -1
- package/ocvp/sddc.d.ts +21 -33
- package/ocvp/sddc.js.map +1 -1
- package/ons/subscription.d.ts +27 -0
- package/ons/subscription.js.map +1 -1
- package/opsi/exadataInsight.d.ts +12 -12
- package/osmanagementhub/event.d.ts +16 -0
- package/osmanagementhub/event.js.map +1 -1
- package/osmanagementhub/getEvent.d.ts +8 -0
- package/osmanagementhub/getEvent.js.map +1 -1
- package/osmanagementhub/getEvents.d.ts +8 -0
- package/osmanagementhub/getEvents.js.map +1 -1
- package/osmanagementhub/lifecycleEnvironment.d.ts +6 -6
- package/osmanagementhub/softwareSource.d.ts +3 -3
- package/ospgateway/subscription.d.ts +40 -40
- package/package.json +2 -2
- package/psql/dbSystem.d.ts +6 -6
- package/queue/getQueue.d.ts +1 -1
- package/queue/queue.d.ts +32 -3
- package/queue/queue.js +4 -2
- package/queue/queue.js.map +1 -1
- package/sch/connector.d.ts +3 -3
- package/servicecatalog/privateApplication.d.ts +2 -2
- package/servicemesh/ingressGatewayRouteTable.d.ts +3 -3
- package/stackmonitoring/metricExtension.d.ts +8 -8
- package/stackmonitoring/monitoredResource.d.ts +3 -3
- package/types/input.d.ts +3965 -4951
- package/types/output.d.ts +5277 -5677
- package/vulnerabilityscanning/containerScanTarget.d.ts +3 -3
- package/waas/policy.d.ts +3 -3
- package/waas/protectionRule.d.ts +3 -3
- package/waf/networkAddressList.d.ts +3 -3
- package/package.json.bak +0 -30
package/ailanguage/model.d.ts
CHANGED
|
@@ -159,7 +159,7 @@ export declare class Model extends pulumi.CustomResource {
|
|
|
159
159
|
*/
|
|
160
160
|
readonly trainingDataset: pulumi.Output<outputs.AiLanguage.ModelTrainingDataset>;
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
* For pre trained models this will identify model type version used for model creation For custom identifying the model by model id is difficult. This param provides ease of use for end customer. <<service>>::<<service-name>>_<<model-type-version>>::<<custom model on which this training has to be done>> ex: ai-lang::NER_V1::CUSTOM-V0
|
|
163
163
|
*/
|
|
164
164
|
readonly version: pulumi.Output<string>;
|
|
165
165
|
/**
|
|
@@ -242,7 +242,7 @@ export interface ModelState {
|
|
|
242
242
|
*/
|
|
243
243
|
trainingDataset?: pulumi.Input<inputs.AiLanguage.ModelTrainingDataset>;
|
|
244
244
|
/**
|
|
245
|
-
*
|
|
245
|
+
* For pre trained models this will identify model type version used for model creation For custom identifying the model by model id is difficult. This param provides ease of use for end customer. <<service>>::<<service-name>>_<<model-type-version>>::<<custom model on which this training has to be done>> ex: ai-lang::NER_V1::CUSTOM-V0
|
|
246
246
|
*/
|
|
247
247
|
version?: pulumi.Input<string>;
|
|
248
248
|
}
|
package/apmconfig/config.d.ts
CHANGED
|
@@ -94,7 +94,7 @@ export declare class Config extends pulumi.CustomResource {
|
|
|
94
94
|
[key: string]: any;
|
|
95
95
|
}>;
|
|
96
96
|
/**
|
|
97
|
-
* (Updatable)
|
|
97
|
+
* (Updatable) An optional string that describes what the options are intended or used for.
|
|
98
98
|
*/
|
|
99
99
|
readonly description: pulumi.Output<string>;
|
|
100
100
|
/**
|
|
@@ -195,7 +195,7 @@ export interface ConfigState {
|
|
|
195
195
|
[key: string]: any;
|
|
196
196
|
}>;
|
|
197
197
|
/**
|
|
198
|
-
* (Updatable)
|
|
198
|
+
* (Updatable) An optional string that describes what the options are intended or used for.
|
|
199
199
|
*/
|
|
200
200
|
description?: pulumi.Input<string>;
|
|
201
201
|
/**
|
|
@@ -284,7 +284,7 @@ export interface ConfigArgs {
|
|
|
284
284
|
[key: string]: any;
|
|
285
285
|
}>;
|
|
286
286
|
/**
|
|
287
|
-
* (Updatable)
|
|
287
|
+
* (Updatable) An optional string that describes what the options are intended or used for.
|
|
288
288
|
*/
|
|
289
289
|
description?: pulumi.Input<string>;
|
|
290
290
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class Config extends pulumi.CustomResource {
|
|
|
158
158
|
[key: string]: any;
|
|
159
159
|
}>;
|
|
160
160
|
/**
|
|
161
|
-
* Unique name that can be edited. The name should not contain any confidential information.
|
|
161
|
+
* (Updatable) Unique name that can be edited. The name should not contain any confidential information.
|
|
162
162
|
*/
|
|
163
163
|
readonly displayName: pulumi.Output<string>;
|
|
164
164
|
/**
|
|
@@ -271,7 +271,7 @@ export interface ConfigState {
|
|
|
271
271
|
[key: string]: any;
|
|
272
272
|
}>;
|
|
273
273
|
/**
|
|
274
|
-
* Unique name that can be edited. The name should not contain any confidential information.
|
|
274
|
+
* (Updatable) Unique name that can be edited. The name should not contain any confidential information.
|
|
275
275
|
*/
|
|
276
276
|
displayName?: pulumi.Input<string>;
|
|
277
277
|
/**
|
|
@@ -376,7 +376,7 @@ export interface ConfigArgs {
|
|
|
376
376
|
[key: string]: any;
|
|
377
377
|
}>;
|
|
378
378
|
/**
|
|
379
|
-
* Unique name that can be edited. The name should not contain any confidential information.
|
|
379
|
+
* (Updatable) Unique name that can be edited. The name should not contain any confidential information.
|
|
380
380
|
*/
|
|
381
381
|
displayName: pulumi.Input<string>;
|
|
382
382
|
/**
|
|
@@ -109,6 +109,9 @@ export declare class AutoScalingConfiguration extends pulumi.CustomResource {
|
|
|
109
109
|
readonly definedTags: pulumi.Output<{
|
|
110
110
|
[key: string]: any;
|
|
111
111
|
}>;
|
|
112
|
+
/**
|
|
113
|
+
* (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
114
|
+
*/
|
|
112
115
|
readonly displayName: pulumi.Output<string>;
|
|
113
116
|
/**
|
|
114
117
|
* (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"}`
|
|
@@ -117,7 +120,7 @@ export declare class AutoScalingConfiguration extends pulumi.CustomResource {
|
|
|
117
120
|
[key: string]: any;
|
|
118
121
|
}>;
|
|
119
122
|
/**
|
|
120
|
-
* Whether the autoscaling
|
|
123
|
+
* (Updatable) Whether the autoscaling configuration is enabled.
|
|
121
124
|
*/
|
|
122
125
|
readonly isEnabled: pulumi.Output<boolean>;
|
|
123
126
|
/**
|
|
@@ -171,6 +174,9 @@ export interface AutoScalingConfigurationState {
|
|
|
171
174
|
definedTags?: pulumi.Input<{
|
|
172
175
|
[key: string]: any;
|
|
173
176
|
}>;
|
|
177
|
+
/**
|
|
178
|
+
* (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
179
|
+
*/
|
|
174
180
|
displayName?: pulumi.Input<string>;
|
|
175
181
|
/**
|
|
176
182
|
* (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"}`
|
|
@@ -179,7 +185,7 @@ export interface AutoScalingConfigurationState {
|
|
|
179
185
|
[key: string]: any;
|
|
180
186
|
}>;
|
|
181
187
|
/**
|
|
182
|
-
* Whether the autoscaling
|
|
188
|
+
* (Updatable) Whether the autoscaling configuration is enabled.
|
|
183
189
|
*/
|
|
184
190
|
isEnabled?: pulumi.Input<boolean>;
|
|
185
191
|
/**
|
|
@@ -225,6 +231,9 @@ export interface AutoScalingConfigurationArgs {
|
|
|
225
231
|
definedTags?: pulumi.Input<{
|
|
226
232
|
[key: string]: any;
|
|
227
233
|
}>;
|
|
234
|
+
/**
|
|
235
|
+
* (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
236
|
+
*/
|
|
228
237
|
displayName?: pulumi.Input<string>;
|
|
229
238
|
/**
|
|
230
239
|
* (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"}`
|
|
@@ -233,7 +242,7 @@ export interface AutoScalingConfigurationArgs {
|
|
|
233
242
|
[key: string]: any;
|
|
234
243
|
}>;
|
|
235
244
|
/**
|
|
236
|
-
* Whether the autoscaling
|
|
245
|
+
* (Updatable) Whether the autoscaling configuration is enabled.
|
|
237
246
|
*/
|
|
238
247
|
isEnabled?: pulumi.Input<boolean>;
|
|
239
248
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autoScalingConfiguration.js","sourceRoot":"","sources":["../../autoscaling/autoScalingConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqEG;AACH,MAAa,wBAAyB,SAAQ,MAAM,CAAC,cAAc;IAC/D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqC,EAAE,IAAmC;QACnI,OAAO,IAAI,wBAAwB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/E,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,wBAAwB,CAAC,YAAY,CAAC;IACzE,CAAC;
|
|
1
|
+
{"version":3,"file":"autoScalingConfiguration.js","sourceRoot":"","sources":["../../autoscaling/autoScalingConfiguration.ts"],"names":[],"mappings":"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"}
|
|
@@ -129,7 +129,7 @@ export declare class BdsInstance extends pulumi.CustomResource {
|
|
|
129
129
|
*/
|
|
130
130
|
readonly nodes: pulumi.Output<outputs.BigDataService.BdsInstanceNode[]>;
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
132
|
+
* Number of nodes that forming the cluster
|
|
133
133
|
*/
|
|
134
134
|
readonly numberOfNodes: pulumi.Output<number>;
|
|
135
135
|
/**
|
|
@@ -269,7 +269,7 @@ export interface BdsInstanceState {
|
|
|
269
269
|
*/
|
|
270
270
|
nodes?: pulumi.Input<pulumi.Input<inputs.BigDataService.BdsInstanceNode>[]>;
|
|
271
271
|
/**
|
|
272
|
-
*
|
|
272
|
+
* Number of nodes that forming the cluster
|
|
273
273
|
*/
|
|
274
274
|
numberOfNodes?: pulumi.Input<number>;
|
|
275
275
|
/**
|
|
@@ -51,7 +51,7 @@ export declare class Certificate extends pulumi.CustomResource {
|
|
|
51
51
|
*/
|
|
52
52
|
readonly compartmentId: pulumi.Output<string>;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* The origin of the certificate.
|
|
55
55
|
*/
|
|
56
56
|
readonly configType: pulumi.Output<string>;
|
|
57
57
|
/**
|
|
@@ -75,11 +75,11 @@ export declare class Certificate extends pulumi.CustomResource {
|
|
|
75
75
|
[key: string]: any;
|
|
76
76
|
}>;
|
|
77
77
|
/**
|
|
78
|
-
* The OCID of the
|
|
78
|
+
* The OCID of the certificate authority (CA) that issued the certificate.
|
|
79
79
|
*/
|
|
80
80
|
readonly issuerCertificateAuthorityId: pulumi.Output<string>;
|
|
81
81
|
/**
|
|
82
|
-
* The algorithm
|
|
82
|
+
* The algorithm used to create key pairs.
|
|
83
83
|
*/
|
|
84
84
|
readonly keyAlgorithm: pulumi.Output<string>;
|
|
85
85
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class Certificate extends pulumi.CustomResource {
|
|
|
95
95
|
*/
|
|
96
96
|
readonly name: pulumi.Output<string>;
|
|
97
97
|
/**
|
|
98
|
-
* The algorithm
|
|
98
|
+
* The algorithm used to sign the public key certificate.
|
|
99
99
|
*/
|
|
100
100
|
readonly signatureAlgorithm: pulumi.Output<string>;
|
|
101
101
|
/**
|
|
@@ -148,7 +148,7 @@ export interface CertificateState {
|
|
|
148
148
|
*/
|
|
149
149
|
compartmentId?: pulumi.Input<string>;
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* The origin of the certificate.
|
|
152
152
|
*/
|
|
153
153
|
configType?: pulumi.Input<string>;
|
|
154
154
|
/**
|
|
@@ -172,11 +172,11 @@ export interface CertificateState {
|
|
|
172
172
|
[key: string]: any;
|
|
173
173
|
}>;
|
|
174
174
|
/**
|
|
175
|
-
* The OCID of the
|
|
175
|
+
* The OCID of the certificate authority (CA) that issued the certificate.
|
|
176
176
|
*/
|
|
177
177
|
issuerCertificateAuthorityId?: pulumi.Input<string>;
|
|
178
178
|
/**
|
|
179
|
-
* The algorithm
|
|
179
|
+
* The algorithm used to create key pairs.
|
|
180
180
|
*/
|
|
181
181
|
keyAlgorithm?: pulumi.Input<string>;
|
|
182
182
|
/**
|
|
@@ -192,7 +192,7 @@ export interface CertificateState {
|
|
|
192
192
|
*/
|
|
193
193
|
name?: pulumi.Input<string>;
|
|
194
194
|
/**
|
|
195
|
-
* The algorithm
|
|
195
|
+
* The algorithm used to sign the public key certificate.
|
|
196
196
|
*/
|
|
197
197
|
signatureAlgorithm?: pulumi.Input<string>;
|
|
198
198
|
/**
|
|
@@ -47,7 +47,7 @@ export declare class CertificateAuthority extends pulumi.CustomResource {
|
|
|
47
47
|
*/
|
|
48
48
|
readonly compartmentId: pulumi.Output<string>;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* The origin of the CA.
|
|
51
51
|
*/
|
|
52
52
|
readonly configType: pulumi.Output<string>;
|
|
53
53
|
/**
|
|
@@ -71,7 +71,7 @@ export declare class CertificateAuthority extends pulumi.CustomResource {
|
|
|
71
71
|
[key: string]: any;
|
|
72
72
|
}>;
|
|
73
73
|
/**
|
|
74
|
-
* The OCID of the
|
|
74
|
+
* The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
|
|
75
75
|
*/
|
|
76
76
|
readonly issuerCertificateAuthorityId: pulumi.Output<string>;
|
|
77
77
|
/**
|
|
@@ -140,7 +140,7 @@ export interface CertificateAuthorityState {
|
|
|
140
140
|
*/
|
|
141
141
|
compartmentId?: pulumi.Input<string>;
|
|
142
142
|
/**
|
|
143
|
-
*
|
|
143
|
+
* The origin of the CA.
|
|
144
144
|
*/
|
|
145
145
|
configType?: pulumi.Input<string>;
|
|
146
146
|
/**
|
|
@@ -164,7 +164,7 @@ export interface CertificateAuthorityState {
|
|
|
164
164
|
[key: string]: any;
|
|
165
165
|
}>;
|
|
166
166
|
/**
|
|
167
|
-
* The OCID of the
|
|
167
|
+
* The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
|
|
168
168
|
*/
|
|
169
169
|
issuerCertificateAuthorityId?: pulumi.Input<string>;
|
|
170
170
|
/**
|
|
@@ -0,0 +1,214 @@
|
|
|
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 Adhoc Query resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
6
|
+
*
|
|
7
|
+
* Creates a AdhocQuery 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 testAdhocQuery = new oci.cloudguard.AdhocQuery("test_adhoc_query", {
|
|
16
|
+
* adhocQueryDetails: {
|
|
17
|
+
* adhocQueryResources: [{
|
|
18
|
+
* region: adhocQueryAdhocQueryDetailsAdhocQueryResourcesRegion,
|
|
19
|
+
* resourceIds: adhocQueryAdhocQueryDetailsAdhocQueryResourcesResourceIds,
|
|
20
|
+
* resourceType: adhocQueryAdhocQueryDetailsAdhocQueryResourcesResourceType,
|
|
21
|
+
* }],
|
|
22
|
+
* query: adhocQueryAdhocQueryDetailsQuery,
|
|
23
|
+
* },
|
|
24
|
+
* compartmentId: compartmentId,
|
|
25
|
+
* definedTags: {
|
|
26
|
+
* "foo-namespace.bar-key": "value",
|
|
27
|
+
* },
|
|
28
|
+
* freeformTags: {
|
|
29
|
+
* "bar-key": "value",
|
|
30
|
+
* },
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* ## Import
|
|
35
|
+
*
|
|
36
|
+
* AdhocQueries can be imported using the `id`, e.g.
|
|
37
|
+
*
|
|
38
|
+
* ```sh
|
|
39
|
+
* $ pulumi import oci:CloudGuard/adhocQuery:AdhocQuery test_adhoc_query "id"
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
export declare class AdhocQuery extends pulumi.CustomResource {
|
|
43
|
+
/**
|
|
44
|
+
* Get an existing AdhocQuery 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?: AdhocQueryState, opts?: pulumi.CustomResourceOptions): AdhocQuery;
|
|
53
|
+
/**
|
|
54
|
+
* Returns true if the given object is an instance of AdhocQuery. 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 AdhocQuery;
|
|
58
|
+
/**
|
|
59
|
+
* Detailed information about the adhoc query.
|
|
60
|
+
*/
|
|
61
|
+
readonly adhocQueryDetails: pulumi.Output<outputs.CloudGuard.AdhocQueryAdhocQueryDetails>;
|
|
62
|
+
/**
|
|
63
|
+
* Instance level status for each region
|
|
64
|
+
*/
|
|
65
|
+
readonly adhocQueryRegionalDetails: pulumi.Output<outputs.CloudGuard.AdhocQueryAdhocQueryRegionalDetail[]>;
|
|
66
|
+
/**
|
|
67
|
+
* Compartment OCID of adhoc query
|
|
68
|
+
*/
|
|
69
|
+
readonly compartmentId: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
72
|
+
*/
|
|
73
|
+
readonly definedTags: pulumi.Output<{
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
}>;
|
|
76
|
+
/**
|
|
77
|
+
* Error message to show on UI in case of failure
|
|
78
|
+
*/
|
|
79
|
+
readonly errorMessage: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
82
|
+
*
|
|
83
|
+
* Avoid entering confidential information.
|
|
84
|
+
*
|
|
85
|
+
*
|
|
86
|
+
* ** IMPORTANT **
|
|
87
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
88
|
+
*/
|
|
89
|
+
readonly freeformTags: pulumi.Output<{
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
}>;
|
|
92
|
+
/**
|
|
93
|
+
* The current lifecycle state of the resource.
|
|
94
|
+
*/
|
|
95
|
+
readonly state: pulumi.Output<string>;
|
|
96
|
+
/**
|
|
97
|
+
* Status of the adhoc query
|
|
98
|
+
*/
|
|
99
|
+
readonly status: pulumi.Output<string>;
|
|
100
|
+
/**
|
|
101
|
+
* System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
102
|
+
*/
|
|
103
|
+
readonly systemTags: pulumi.Output<{
|
|
104
|
+
[key: string]: any;
|
|
105
|
+
}>;
|
|
106
|
+
/**
|
|
107
|
+
* The date and time the adhoc query was created. Format defined by RFC3339.
|
|
108
|
+
*/
|
|
109
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
110
|
+
/**
|
|
111
|
+
* The date and time the adhoc query was updated. Format defined by RFC3339.
|
|
112
|
+
*/
|
|
113
|
+
readonly timeUpdated: pulumi.Output<string>;
|
|
114
|
+
/**
|
|
115
|
+
* Create a AdhocQuery resource with the given unique name, arguments, and options.
|
|
116
|
+
*
|
|
117
|
+
* @param name The _unique_ name of the resource.
|
|
118
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
119
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
120
|
+
*/
|
|
121
|
+
constructor(name: string, args: AdhocQueryArgs, opts?: pulumi.CustomResourceOptions);
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* Input properties used for looking up and filtering AdhocQuery resources.
|
|
125
|
+
*/
|
|
126
|
+
export interface AdhocQueryState {
|
|
127
|
+
/**
|
|
128
|
+
* Detailed information about the adhoc query.
|
|
129
|
+
*/
|
|
130
|
+
adhocQueryDetails?: pulumi.Input<inputs.CloudGuard.AdhocQueryAdhocQueryDetails>;
|
|
131
|
+
/**
|
|
132
|
+
* Instance level status for each region
|
|
133
|
+
*/
|
|
134
|
+
adhocQueryRegionalDetails?: pulumi.Input<pulumi.Input<inputs.CloudGuard.AdhocQueryAdhocQueryRegionalDetail>[]>;
|
|
135
|
+
/**
|
|
136
|
+
* Compartment OCID of adhoc query
|
|
137
|
+
*/
|
|
138
|
+
compartmentId?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
141
|
+
*/
|
|
142
|
+
definedTags?: pulumi.Input<{
|
|
143
|
+
[key: string]: any;
|
|
144
|
+
}>;
|
|
145
|
+
/**
|
|
146
|
+
* Error message to show on UI in case of failure
|
|
147
|
+
*/
|
|
148
|
+
errorMessage?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
151
|
+
*
|
|
152
|
+
* Avoid entering confidential information.
|
|
153
|
+
*
|
|
154
|
+
*
|
|
155
|
+
* ** IMPORTANT **
|
|
156
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
157
|
+
*/
|
|
158
|
+
freeformTags?: pulumi.Input<{
|
|
159
|
+
[key: string]: any;
|
|
160
|
+
}>;
|
|
161
|
+
/**
|
|
162
|
+
* The current lifecycle state of the resource.
|
|
163
|
+
*/
|
|
164
|
+
state?: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* Status of the adhoc query
|
|
167
|
+
*/
|
|
168
|
+
status?: pulumi.Input<string>;
|
|
169
|
+
/**
|
|
170
|
+
* System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
171
|
+
*/
|
|
172
|
+
systemTags?: pulumi.Input<{
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
}>;
|
|
175
|
+
/**
|
|
176
|
+
* The date and time the adhoc query was created. Format defined by RFC3339.
|
|
177
|
+
*/
|
|
178
|
+
timeCreated?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* The date and time the adhoc query was updated. Format defined by RFC3339.
|
|
181
|
+
*/
|
|
182
|
+
timeUpdated?: pulumi.Input<string>;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* The set of arguments for constructing a AdhocQuery resource.
|
|
186
|
+
*/
|
|
187
|
+
export interface AdhocQueryArgs {
|
|
188
|
+
/**
|
|
189
|
+
* Detailed information about the adhoc query.
|
|
190
|
+
*/
|
|
191
|
+
adhocQueryDetails: pulumi.Input<inputs.CloudGuard.AdhocQueryAdhocQueryDetails>;
|
|
192
|
+
/**
|
|
193
|
+
* Compartment OCID of adhoc query
|
|
194
|
+
*/
|
|
195
|
+
compartmentId: pulumi.Input<string>;
|
|
196
|
+
/**
|
|
197
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
198
|
+
*/
|
|
199
|
+
definedTags?: pulumi.Input<{
|
|
200
|
+
[key: string]: any;
|
|
201
|
+
}>;
|
|
202
|
+
/**
|
|
203
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
204
|
+
*
|
|
205
|
+
* Avoid entering confidential information.
|
|
206
|
+
*
|
|
207
|
+
*
|
|
208
|
+
* ** IMPORTANT **
|
|
209
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
210
|
+
*/
|
|
211
|
+
freeformTags?: pulumi.Input<{
|
|
212
|
+
[key: string]: any;
|
|
213
|
+
}>;
|
|
214
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.AdhocQuery = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Adhoc Query resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
|
+
*
|
|
11
|
+
* Creates a AdhocQuery 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 testAdhocQuery = new oci.cloudguard.AdhocQuery("test_adhoc_query", {
|
|
20
|
+
* adhocQueryDetails: {
|
|
21
|
+
* adhocQueryResources: [{
|
|
22
|
+
* region: adhocQueryAdhocQueryDetailsAdhocQueryResourcesRegion,
|
|
23
|
+
* resourceIds: adhocQueryAdhocQueryDetailsAdhocQueryResourcesResourceIds,
|
|
24
|
+
* resourceType: adhocQueryAdhocQueryDetailsAdhocQueryResourcesResourceType,
|
|
25
|
+
* }],
|
|
26
|
+
* query: adhocQueryAdhocQueryDetailsQuery,
|
|
27
|
+
* },
|
|
28
|
+
* compartmentId: compartmentId,
|
|
29
|
+
* definedTags: {
|
|
30
|
+
* "foo-namespace.bar-key": "value",
|
|
31
|
+
* },
|
|
32
|
+
* freeformTags: {
|
|
33
|
+
* "bar-key": "value",
|
|
34
|
+
* },
|
|
35
|
+
* });
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* ## Import
|
|
39
|
+
*
|
|
40
|
+
* AdhocQueries can be imported using the `id`, e.g.
|
|
41
|
+
*
|
|
42
|
+
* ```sh
|
|
43
|
+
* $ pulumi import oci:CloudGuard/adhocQuery:AdhocQuery test_adhoc_query "id"
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
class AdhocQuery extends pulumi.CustomResource {
|
|
47
|
+
/**
|
|
48
|
+
* Get an existing AdhocQuery 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 AdhocQuery(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of AdhocQuery. 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'] === AdhocQuery.__pulumiType;
|
|
68
|
+
}
|
|
69
|
+
constructor(name, argsOrState, opts) {
|
|
70
|
+
let resourceInputs = {};
|
|
71
|
+
opts = opts || {};
|
|
72
|
+
if (opts.id) {
|
|
73
|
+
const state = argsOrState;
|
|
74
|
+
resourceInputs["adhocQueryDetails"] = state ? state.adhocQueryDetails : undefined;
|
|
75
|
+
resourceInputs["adhocQueryRegionalDetails"] = state ? state.adhocQueryRegionalDetails : undefined;
|
|
76
|
+
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
77
|
+
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
78
|
+
resourceInputs["errorMessage"] = state ? state.errorMessage : undefined;
|
|
79
|
+
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
80
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
81
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
82
|
+
resourceInputs["systemTags"] = state ? state.systemTags : undefined;
|
|
83
|
+
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
84
|
+
resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
|
|
85
|
+
}
|
|
86
|
+
else {
|
|
87
|
+
const args = argsOrState;
|
|
88
|
+
if ((!args || args.adhocQueryDetails === undefined) && !opts.urn) {
|
|
89
|
+
throw new Error("Missing required property 'adhocQueryDetails'");
|
|
90
|
+
}
|
|
91
|
+
if ((!args || args.compartmentId === undefined) && !opts.urn) {
|
|
92
|
+
throw new Error("Missing required property 'compartmentId'");
|
|
93
|
+
}
|
|
94
|
+
resourceInputs["adhocQueryDetails"] = args ? args.adhocQueryDetails : undefined;
|
|
95
|
+
resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
|
|
96
|
+
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
97
|
+
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
98
|
+
resourceInputs["adhocQueryRegionalDetails"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["errorMessage"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["systemTags"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
105
|
+
}
|
|
106
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
107
|
+
super(AdhocQuery.__pulumiType, name, resourceInputs, opts);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
exports.AdhocQuery = AdhocQuery;
|
|
111
|
+
/** @internal */
|
|
112
|
+
AdhocQuery.__pulumiType = 'oci:CloudGuard/adhocQuery:AdhocQuery';
|
|
113
|
+
//# sourceMappingURL=adhocQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"adhocQuery.js","sourceRoot":"","sources":["../../cloudguard/adhocQuery.ts"],"names":[],"mappings":"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"}
|