@pulumi/oci 3.5.0-alpha.1756363728 → 3.5.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/core/computeGpuMemoryFabric.d.ts +8 -0
- package/core/computeGpuMemoryFabric.js +2 -0
- package/core/computeGpuMemoryFabric.js.map +1 -1
- package/core/getComputeGpuMemoryFabric.d.ts +4 -0
- package/core/getComputeGpuMemoryFabric.js.map +1 -1
- package/database/dataGuardAssociation.d.ts +26 -0
- package/database/dataGuardAssociation.js +6 -0
- package/database/dataGuardAssociation.js.map +1 -1
- package/database/database.d.ts +8 -0
- package/database/database.js +2 -0
- package/database/database.js.map +1 -1
- package/database/dbNode.d.ts +16 -0
- package/database/dbNode.js +4 -0
- package/database/dbNode.js.map +1 -1
- package/database/dbSystem.d.ts +30 -6
- package/database/dbSystem.js +4 -0
- package/database/dbSystem.js.map +1 -1
- package/database/exadbVmCluster.d.ts +13 -0
- package/database/exadbVmCluster.js +3 -0
- package/database/exadbVmCluster.js.map +1 -1
- package/database/exascaleDbStorageVault.d.ts +8 -0
- package/database/exascaleDbStorageVault.js +2 -0
- package/database/exascaleDbStorageVault.js.map +1 -1
- package/database/getDataGuardAssociation.d.ts +2 -0
- package/database/getDataGuardAssociation.js.map +1 -1
- package/database/getDatabase.d.ts +4 -0
- package/database/getDatabase.js.map +1 -1
- package/database/getDbNode.d.ts +8 -0
- package/database/getDbNode.js.map +1 -1
- package/database/getDbSystemShapes.d.ts +11 -0
- package/database/getDbSystemShapes.js +4 -0
- package/database/getDbSystemShapes.js.map +1 -1
- package/database/getDbSystemStoragePerformances.d.ts +9 -0
- package/database/getDbSystemStoragePerformances.js +2 -0
- package/database/getDbSystemStoragePerformances.js.map +1 -1
- package/database/getDbVersions.d.ts +11 -0
- package/database/getDbVersions.js +4 -0
- package/database/getDbVersions.js.map +1 -1
- package/database/getExadbVmCluster.d.ts +4 -0
- package/database/getExadbVmCluster.js.map +1 -1
- package/database/getExascaleDbStorageVault.d.ts +4 -0
- package/database/getExascaleDbStorageVault.js.map +1 -1
- package/database/getExascaleDbStorageVaults.d.ts +47 -0
- package/database/getExascaleDbStorageVaults.js +16 -0
- package/database/getExascaleDbStorageVaults.js.map +1 -1
- package/database/getGiVersions.d.ts +11 -0
- package/database/getGiVersions.js +4 -0
- package/database/getGiVersions.js.map +1 -1
- package/datasafe/attributeSet.d.ts +230 -0
- package/datasafe/attributeSet.js +119 -0
- package/datasafe/attributeSet.js.map +1 -0
- package/datasafe/auditProfile.d.ts +108 -29
- package/datasafe/auditProfile.js +50 -9
- package/datasafe/auditProfile.js.map +1 -1
- package/datasafe/auditProfileManagement.d.ts +129 -49
- package/datasafe/auditProfileManagement.js +39 -9
- package/datasafe/auditProfileManagement.js.map +1 -1
- package/datasafe/auditTrail.d.ts +12 -0
- package/datasafe/auditTrail.js +2 -0
- package/datasafe/auditTrail.js.map +1 -1
- package/datasafe/auditTrailManagement.d.ts +13 -0
- package/datasafe/auditTrailManagement.js +3 -0
- package/datasafe/auditTrailManagement.js.map +1 -1
- package/datasafe/getAlerts.d.ts +2 -2
- package/datasafe/getAttributeSet.d.ts +121 -0
- package/datasafe/getAttributeSet.js +54 -0
- package/datasafe/getAttributeSet.js.map +1 -0
- package/datasafe/getAttributeSetAssociatedResources.d.ts +100 -0
- package/datasafe/getAttributeSetAssociatedResources.js +64 -0
- package/datasafe/getAttributeSetAssociatedResources.js.map +1 -0
- package/datasafe/getAttributeSets.d.ts +204 -0
- package/datasafe/getAttributeSets.js +114 -0
- package/datasafe/getAttributeSets.js.map +1 -0
- package/datasafe/getAuditArchiveRetrievals.d.ts +11 -0
- package/datasafe/getAuditArchiveRetrievals.js +4 -0
- package/datasafe/getAuditArchiveRetrievals.js.map +1 -1
- package/datasafe/getAuditEvents.d.ts +2 -2
- package/datasafe/getAuditPolicies.d.ts +11 -0
- package/datasafe/getAuditPolicies.js +4 -0
- package/datasafe/getAuditPolicies.js.map +1 -1
- package/datasafe/getAuditProfile.d.ts +27 -7
- package/datasafe/getAuditProfile.js.map +1 -1
- package/datasafe/getAuditProfileTargetOverrides.d.ts +83 -0
- package/datasafe/getAuditProfileTargetOverrides.js +60 -0
- package/datasafe/getAuditProfileTargetOverrides.js.map +1 -0
- package/datasafe/getAuditProfiles.d.ts +28 -3
- package/datasafe/getAuditProfiles.js +8 -0
- package/datasafe/getAuditProfiles.js.map +1 -1
- package/datasafe/getAuditTrail.d.ts +4 -0
- package/datasafe/getAuditTrail.js.map +1 -1
- package/datasafe/getAuditTrails.d.ts +11 -0
- package/datasafe/getAuditTrails.js +4 -0
- package/datasafe/getAuditTrails.js.map +1 -1
- package/datasafe/getDatabaseSecurityConfigs.d.ts +11 -0
- package/datasafe/getDatabaseSecurityConfigs.js +4 -0
- package/datasafe/getDatabaseSecurityConfigs.js.map +1 -1
- package/datasafe/getDiscoveryAnalytics.d.ts +22 -0
- package/datasafe/getDiscoveryAnalytics.js +8 -0
- package/datasafe/getDiscoveryAnalytics.js.map +1 -1
- package/datasafe/getMaskingAnalytics.d.ts +25 -0
- package/datasafe/getMaskingAnalytics.js +8 -0
- package/datasafe/getMaskingAnalytics.js.map +1 -1
- package/datasafe/getOnpremConnectors.d.ts +8 -5
- package/datasafe/getOnpremConnectors.js +4 -4
- package/datasafe/getOnpremConnectors.js.map +1 -1
- package/datasafe/getReport.d.ts +12 -0
- package/datasafe/getReport.js.map +1 -1
- package/datasafe/getReports.d.ts +14 -0
- package/datasafe/getReports.js +4 -0
- package/datasafe/getReports.js.map +1 -1
- package/datasafe/getSecurityAssessment.d.ts +25 -1
- package/datasafe/getSecurityAssessment.js.map +1 -1
- package/datasafe/getSecurityAssessmentChecks.d.ts +144 -0
- package/datasafe/getSecurityAssessmentChecks.js +80 -0
- package/datasafe/getSecurityAssessmentChecks.js.map +1 -0
- package/datasafe/getSecurityAssessmentFinding.d.ts +12 -0
- package/datasafe/getSecurityAssessmentFinding.js +8 -0
- package/datasafe/getSecurityAssessmentFinding.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindings.d.ts +29 -2
- package/datasafe/getSecurityAssessmentFindings.js +10 -2
- package/datasafe/getSecurityAssessmentFindings.js.map +1 -1
- package/datasafe/getSecurityAssessmentTemplateAnalytics.d.ts +218 -0
- package/datasafe/getSecurityAssessmentTemplateAnalytics.js +118 -0
- package/datasafe/getSecurityAssessmentTemplateAnalytics.js.map +1 -0
- package/datasafe/getSecurityAssessmentTemplateAssociationAnalytics.d.ts +178 -0
- package/datasafe/getSecurityAssessmentTemplateAssociationAnalytics.js +108 -0
- package/datasafe/getSecurityAssessmentTemplateAssociationAnalytics.js.map +1 -0
- package/datasafe/getSecurityAssessmentTemplateBaselineComparison.d.ts +155 -0
- package/datasafe/getSecurityAssessmentTemplateBaselineComparison.js +70 -0
- package/datasafe/getSecurityAssessmentTemplateBaselineComparison.js.map +1 -0
- package/datasafe/getSecurityAssessments.d.ts +43 -1
- package/datasafe/getSecurityAssessments.js +12 -0
- package/datasafe/getSecurityAssessments.js.map +1 -1
- package/datasafe/getSecurityPolicies.d.ts +14 -0
- package/datasafe/getSecurityPolicies.js +4 -0
- package/datasafe/getSecurityPolicies.js.map +1 -1
- package/datasafe/getSecurityPolicy.d.ts +4 -0
- package/datasafe/getSecurityPolicy.js.map +1 -1
- package/datasafe/getSecurityPolicyConfig.d.ts +122 -0
- package/datasafe/getSecurityPolicyConfig.js +54 -0
- package/datasafe/getSecurityPolicyConfig.js.map +1 -0
- package/datasafe/getSecurityPolicyConfigs.d.ts +206 -0
- package/datasafe/getSecurityPolicyConfigs.js +114 -0
- package/datasafe/getSecurityPolicyConfigs.js.map +1 -0
- package/datasafe/getSecurityPolicyDeployment.d.ts +11 -1
- package/datasafe/getSecurityPolicyDeployment.js.map +1 -1
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryState.d.ts +15 -0
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryState.js.map +1 -1
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.d.ts +25 -0
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.js +8 -0
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.js.map +1 -1
- package/datasafe/getSecurityPolicyDeployments.d.ts +15 -1
- package/datasafe/getSecurityPolicyDeployments.js +4 -0
- package/datasafe/getSecurityPolicyDeployments.js.map +1 -1
- package/datasafe/getSensitiveColumnAnalytics.d.ts +11 -0
- package/datasafe/getSensitiveColumnAnalytics.js +4 -0
- package/datasafe/getSensitiveColumnAnalytics.js.map +1 -1
- package/datasafe/getSqlCollectionAnalytics.d.ts +11 -0
- package/datasafe/getSqlCollectionAnalytics.js +4 -0
- package/datasafe/getSqlCollectionAnalytics.js.map +1 -1
- package/datasafe/getSqlCollections.d.ts +11 -0
- package/datasafe/getSqlCollections.js +4 -0
- package/datasafe/getSqlCollections.js.map +1 -1
- package/datasafe/getSqlFirewallAllowedSqlAnalytics.d.ts +2 -2
- package/datasafe/getSqlFirewallAllowedSqls.d.ts +2 -2
- package/datasafe/getSqlFirewallViolationAnalytics.d.ts +2 -2
- package/datasafe/getSqlFirewallViolations.d.ts +2 -2
- package/datasafe/getTargetAlertPolicyAssociations.d.ts +0 -38
- package/datasafe/getTargetAlertPolicyAssociations.js +0 -38
- package/datasafe/getTargetAlertPolicyAssociations.js.map +1 -1
- package/datasafe/getTargetDatabaseGroup.d.ts +122 -0
- package/datasafe/getTargetDatabaseGroup.js +54 -0
- package/datasafe/getTargetDatabaseGroup.js.map +1 -0
- package/datasafe/getTargetDatabaseGroupGroupMember.d.ts +78 -0
- package/datasafe/getTargetDatabaseGroupGroupMember.js +58 -0
- package/datasafe/getTargetDatabaseGroupGroupMember.js.map +1 -0
- package/datasafe/getTargetDatabaseGroups.d.ts +177 -0
- package/datasafe/getTargetDatabaseGroups.js +88 -0
- package/datasafe/getTargetDatabaseGroups.js.map +1 -0
- package/datasafe/getUnifiedAuditPolicies.d.ts +234 -0
- package/datasafe/getUnifiedAuditPolicies.js +122 -0
- package/datasafe/getUnifiedAuditPolicies.js.map +1 -0
- package/datasafe/getUnifiedAuditPolicy.d.ts +134 -0
- package/datasafe/getUnifiedAuditPolicy.js +54 -0
- package/datasafe/getUnifiedAuditPolicy.js.map +1 -0
- package/datasafe/getUnifiedAuditPolicyDefinition.d.ts +125 -0
- package/datasafe/getUnifiedAuditPolicyDefinition.js +54 -0
- package/datasafe/getUnifiedAuditPolicyDefinition.js.map +1 -0
- package/datasafe/getUnifiedAuditPolicyDefinitions.d.ts +198 -0
- package/datasafe/getUnifiedAuditPolicyDefinitions.js +114 -0
- package/datasafe/getUnifiedAuditPolicyDefinitions.js.map +1 -0
- package/datasafe/getUserAssessment.d.ts +8 -0
- package/datasafe/getUserAssessment.js.map +1 -1
- package/datasafe/getUserAssessments.d.ts +28 -0
- package/datasafe/getUserAssessments.js +8 -0
- package/datasafe/getUserAssessments.js.map +1 -1
- package/datasafe/index.d.ts +72 -0
- package/datasafe/index.js +94 -7
- package/datasafe/index.js.map +1 -1
- package/datasafe/report.d.ts +24 -0
- package/datasafe/report.js +6 -0
- package/datasafe/report.js.map +1 -1
- package/datasafe/reportDefinition.d.ts +2 -0
- package/datasafe/reportDefinition.js +2 -0
- package/datasafe/reportDefinition.js.map +1 -1
- package/datasafe/securityAssessment.d.ts +117 -39
- package/datasafe/securityAssessment.js +19 -23
- package/datasafe/securityAssessment.js.map +1 -1
- package/datasafe/securityAssessmentCheck.d.ts +151 -0
- package/datasafe/securityAssessmentCheck.js +98 -0
- package/datasafe/securityAssessmentCheck.js.map +1 -0
- package/datasafe/securityAssessmentFinding.d.ts +254 -0
- package/datasafe/securityAssessmentFinding.js +123 -0
- package/datasafe/securityAssessmentFinding.js.map +1 -0
- package/datasafe/securityPolicy.d.ts +39 -24
- package/datasafe/securityPolicy.js +24 -5
- package/datasafe/securityPolicy.js.map +1 -1
- package/datasafe/securityPolicyConfig.d.ts +231 -0
- package/datasafe/securityPolicyConfig.js +120 -0
- package/datasafe/securityPolicyConfig.js.map +1 -0
- package/datasafe/securityPolicyDeployment.d.ts +76 -14
- package/datasafe/securityPolicyDeployment.js +44 -7
- package/datasafe/securityPolicyDeployment.js.map +1 -1
- package/datasafe/securityPolicyDeploymentManagement.d.ts +76 -14
- package/datasafe/securityPolicyDeploymentManagement.js +25 -3
- package/datasafe/securityPolicyDeploymentManagement.js.map +1 -1
- package/datasafe/securityPolicyManagement.d.ts +29 -9
- package/datasafe/securityPolicyManagement.js +6 -1
- package/datasafe/securityPolicyManagement.js.map +1 -1
- package/datasafe/targetAlertPolicyAssociation.d.ts +3 -37
- package/datasafe/targetAlertPolicyAssociation.js +0 -22
- package/datasafe/targetAlertPolicyAssociation.js.map +1 -1
- package/datasafe/targetDatabase.d.ts +2 -0
- package/datasafe/targetDatabase.js +2 -0
- package/datasafe/targetDatabase.js.map +1 -1
- package/datasafe/targetDatabaseGroup.d.ts +232 -0
- package/datasafe/targetDatabaseGroup.js +132 -0
- package/datasafe/targetDatabaseGroup.js.map +1 -0
- package/datasafe/targetDatabasePeerTargetDatabase.d.ts +1 -0
- package/datasafe/targetDatabasePeerTargetDatabase.js +1 -0
- package/datasafe/targetDatabasePeerTargetDatabase.js.map +1 -1
- package/datasafe/unifiedAuditPolicy.d.ts +273 -0
- package/datasafe/unifiedAuditPolicy.js +137 -0
- package/datasafe/unifiedAuditPolicy.js.map +1 -0
- package/datasafe/unifiedAuditPolicyDefinition.d.ts +221 -0
- package/datasafe/unifiedAuditPolicyDefinition.js +93 -0
- package/datasafe/unifiedAuditPolicyDefinition.js.map +1 -0
- package/datasafe/userAssessment.d.ts +33 -12
- package/datasafe/userAssessment.js +5 -0
- package/datasafe/userAssessment.js.map +1 -1
- package/disasterrecovery/drProtectionGroup.d.ts +12 -0
- package/disasterrecovery/drProtectionGroup.js +12 -0
- package/disasterrecovery/drProtectionGroup.js.map +1 -1
- package/generativeai/agentDataIngestionJob.d.ts +10 -0
- package/generativeai/agentDataIngestionJob.js +4 -0
- package/generativeai/agentDataIngestionJob.js.map +1 -1
- package/generativeai/agentDataSource.d.ts +3 -40
- package/generativeai/agentDataSource.js +0 -31
- package/generativeai/agentDataSource.js.map +1 -1
- package/generativeai/agentKnowledgeBase.d.ts +11 -11
- package/generativeai/agentKnowledgeBase.js +2 -2
- package/generativeai/agentKnowledgeBase.js.map +1 -1
- package/generativeai/agentTool.d.ts +87 -0
- package/generativeai/agentTool.js +87 -0
- package/generativeai/agentTool.js.map +1 -1
- package/generativeai/getAgentDataIngestionJob.d.ts +5 -0
- package/generativeai/getAgentDataIngestionJob.js.map +1 -1
- package/generativeai/getAgentDataSource.d.ts +1 -5
- package/generativeai/getAgentDataSource.js +0 -4
- package/generativeai/getAgentDataSource.js.map +1 -1
- package/generativeai/getAgentDataSources.d.ts +0 -4
- package/generativeai/getAgentDataSources.js +0 -4
- package/generativeai/getAgentDataSources.js.map +1 -1
- package/generativeai/getAgentKnowledgeBase.d.ts +5 -5
- package/generativeai/getAgentKnowledgeBase.js +0 -4
- package/generativeai/getAgentKnowledgeBase.js.map +1 -1
- package/generativeai/getAgentKnowledgeBases.d.ts +0 -4
- package/generativeai/getAgentKnowledgeBases.js +0 -4
- package/generativeai/getAgentKnowledgeBases.js.map +1 -1
- package/goldengate/deployment.d.ts +24 -0
- package/goldengate/deployment.js +4 -0
- package/goldengate/deployment.js.map +1 -1
- package/goldengate/getDeployment.d.ts +8 -0
- package/goldengate/getDeployment.js.map +1 -1
- package/goldengate/getDeployments.d.ts +14 -0
- package/goldengate/getDeployments.js +4 -0
- package/goldengate/getDeployments.js.map +1 -1
- package/oci/getManagedKafkaKafkaCluster.d.ts +146 -0
- package/oci/getManagedKafkaKafkaCluster.js +54 -0
- package/oci/getManagedKafkaKafkaCluster.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusterConfig.d.ts +110 -0
- package/oci/getManagedKafkaKafkaClusterConfig.js +54 -0
- package/oci/getManagedKafkaKafkaClusterConfig.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersion.d.ts +91 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersion.js +58 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersion.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersions.d.ts +72 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersions.js +56 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersions.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusterConfigs.d.ts +113 -0
- package/oci/getManagedKafkaKafkaClusterConfigs.js +70 -0
- package/oci/getManagedKafkaKafkaClusterConfigs.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusters.d.ts +113 -0
- package/oci/getManagedKafkaKafkaClusters.js +70 -0
- package/oci/getManagedKafkaKafkaClusters.js.map +1 -0
- package/oci/index.d.ts +27 -0
- package/oci/index.js +35 -1
- package/oci/index.js.map +1 -1
- package/oci/managedKafkaKafkaCluster.d.ts +311 -0
- package/oci/managedKafkaKafkaCluster.js +154 -0
- package/oci/managedKafkaKafkaCluster.js.map +1 -0
- package/oci/managedKafkaKafkaClusterConfig.d.ts +191 -0
- package/oci/managedKafkaKafkaClusterConfig.js +110 -0
- package/oci/managedKafkaKafkaClusterConfig.js.map +1 -0
- package/oci/managedKafkaKafkaClusterSuperusersManagement.d.ts +115 -0
- package/oci/managedKafkaKafkaClusterSuperusersManagement.js +80 -0
- package/oci/managedKafkaKafkaClusterSuperusersManagement.js.map +1 -0
- package/package.json +2 -2
- package/types/input.d.ts +742 -34
- package/types/output.d.ts +3765 -543
|
@@ -0,0 +1,191 @@
|
|
|
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 Kafka Cluster Config resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
6
|
+
*
|
|
7
|
+
* Creates a KafkaClusterConfig.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testKafkaClusterConfig = new oci.oci.ManagedKafkaKafkaClusterConfig("test_kafka_cluster_config", {
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* latestConfig: {
|
|
18
|
+
* properties: kafkaClusterConfigLatestConfigProperties,
|
|
19
|
+
* configId: testConfig.id,
|
|
20
|
+
* timeCreated: kafkaClusterConfigLatestConfigTimeCreated,
|
|
21
|
+
* versionNumber: kafkaClusterConfigLatestConfigVersionNumber,
|
|
22
|
+
* },
|
|
23
|
+
* definedTags: {
|
|
24
|
+
* "Operations.CostCenter": "42",
|
|
25
|
+
* },
|
|
26
|
+
* displayName: kafkaClusterConfigDisplayName,
|
|
27
|
+
* freeformTags: {
|
|
28
|
+
* Department: "Finance",
|
|
29
|
+
* },
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
33
|
+
* ## Import
|
|
34
|
+
*
|
|
35
|
+
* KafkaClusterConfigs can be imported using the `id`, e.g.
|
|
36
|
+
*
|
|
37
|
+
* ```sh
|
|
38
|
+
* $ pulumi import oci:oci/managedKafkaKafkaClusterConfig:ManagedKafkaKafkaClusterConfig test_kafka_cluster_config "id"
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
export declare class ManagedKafkaKafkaClusterConfig extends pulumi.CustomResource {
|
|
42
|
+
/**
|
|
43
|
+
* Get an existing ManagedKafkaKafkaClusterConfig resource's state with the given name, ID, and optional extra
|
|
44
|
+
* properties used to qualify the lookup.
|
|
45
|
+
*
|
|
46
|
+
* @param name The _unique_ name of the resulting resource.
|
|
47
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
48
|
+
* @param state Any extra arguments used during the lookup.
|
|
49
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
50
|
+
*/
|
|
51
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ManagedKafkaKafkaClusterConfigState, opts?: pulumi.CustomResourceOptions): ManagedKafkaKafkaClusterConfig;
|
|
52
|
+
/**
|
|
53
|
+
* Returns true if the given object is an instance of ManagedKafkaKafkaClusterConfig. This is designed to work even
|
|
54
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
55
|
+
*/
|
|
56
|
+
static isInstance(obj: any): obj is ManagedKafkaKafkaClusterConfig;
|
|
57
|
+
/**
|
|
58
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the KafkaClusterConfig in.
|
|
59
|
+
*/
|
|
60
|
+
readonly compartmentId: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* (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"}`
|
|
63
|
+
*/
|
|
64
|
+
readonly definedTags: pulumi.Output<{
|
|
65
|
+
[key: string]: string;
|
|
66
|
+
}>;
|
|
67
|
+
/**
|
|
68
|
+
* (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
69
|
+
*/
|
|
70
|
+
readonly displayName: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* (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"}`
|
|
73
|
+
*/
|
|
74
|
+
readonly freeformTags: pulumi.Output<{
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
}>;
|
|
77
|
+
/**
|
|
78
|
+
* (Updatable) A shared configuration object used by 0 or more kafka clusters.
|
|
79
|
+
*/
|
|
80
|
+
readonly latestConfig: pulumi.Output<outputs.oci.ManagedKafkaKafkaClusterConfigLatestConfig>;
|
|
81
|
+
/**
|
|
82
|
+
* A message that describes the current state of the KafkaClusterConfig in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
|
83
|
+
*/
|
|
84
|
+
readonly lifecycleDetails: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The current state of the KafkaClusterConfig.
|
|
87
|
+
*/
|
|
88
|
+
readonly state: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
91
|
+
*/
|
|
92
|
+
readonly systemTags: pulumi.Output<{
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
}>;
|
|
95
|
+
/**
|
|
96
|
+
* The date and time the KafkaClusterConfig was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
97
|
+
*/
|
|
98
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The date and time the KafkaClusterConfig was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
101
|
+
*/
|
|
102
|
+
readonly timeUpdated: pulumi.Output<string>;
|
|
103
|
+
/**
|
|
104
|
+
* Create a ManagedKafkaKafkaClusterConfig resource with the given unique name, arguments, and options.
|
|
105
|
+
*
|
|
106
|
+
* @param name The _unique_ name of the resource.
|
|
107
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
108
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
109
|
+
*/
|
|
110
|
+
constructor(name: string, args: ManagedKafkaKafkaClusterConfigArgs, opts?: pulumi.CustomResourceOptions);
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Input properties used for looking up and filtering ManagedKafkaKafkaClusterConfig resources.
|
|
114
|
+
*/
|
|
115
|
+
export interface ManagedKafkaKafkaClusterConfigState {
|
|
116
|
+
/**
|
|
117
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the KafkaClusterConfig in.
|
|
118
|
+
*/
|
|
119
|
+
compartmentId?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* (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"}`
|
|
122
|
+
*/
|
|
123
|
+
definedTags?: pulumi.Input<{
|
|
124
|
+
[key: string]: pulumi.Input<string>;
|
|
125
|
+
}>;
|
|
126
|
+
/**
|
|
127
|
+
* (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
128
|
+
*/
|
|
129
|
+
displayName?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* (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"}`
|
|
132
|
+
*/
|
|
133
|
+
freeformTags?: pulumi.Input<{
|
|
134
|
+
[key: string]: pulumi.Input<string>;
|
|
135
|
+
}>;
|
|
136
|
+
/**
|
|
137
|
+
* (Updatable) A shared configuration object used by 0 or more kafka clusters.
|
|
138
|
+
*/
|
|
139
|
+
latestConfig?: pulumi.Input<inputs.oci.ManagedKafkaKafkaClusterConfigLatestConfig>;
|
|
140
|
+
/**
|
|
141
|
+
* A message that describes the current state of the KafkaClusterConfig in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
|
142
|
+
*/
|
|
143
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* The current state of the KafkaClusterConfig.
|
|
146
|
+
*/
|
|
147
|
+
state?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
150
|
+
*/
|
|
151
|
+
systemTags?: pulumi.Input<{
|
|
152
|
+
[key: string]: pulumi.Input<string>;
|
|
153
|
+
}>;
|
|
154
|
+
/**
|
|
155
|
+
* The date and time the KafkaClusterConfig was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
156
|
+
*/
|
|
157
|
+
timeCreated?: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* The date and time the KafkaClusterConfig was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
160
|
+
*/
|
|
161
|
+
timeUpdated?: pulumi.Input<string>;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* The set of arguments for constructing a ManagedKafkaKafkaClusterConfig resource.
|
|
165
|
+
*/
|
|
166
|
+
export interface ManagedKafkaKafkaClusterConfigArgs {
|
|
167
|
+
/**
|
|
168
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the KafkaClusterConfig in.
|
|
169
|
+
*/
|
|
170
|
+
compartmentId: pulumi.Input<string>;
|
|
171
|
+
/**
|
|
172
|
+
* (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"}`
|
|
173
|
+
*/
|
|
174
|
+
definedTags?: pulumi.Input<{
|
|
175
|
+
[key: string]: pulumi.Input<string>;
|
|
176
|
+
}>;
|
|
177
|
+
/**
|
|
178
|
+
* (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
179
|
+
*/
|
|
180
|
+
displayName?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
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"}`
|
|
183
|
+
*/
|
|
184
|
+
freeformTags?: pulumi.Input<{
|
|
185
|
+
[key: string]: pulumi.Input<string>;
|
|
186
|
+
}>;
|
|
187
|
+
/**
|
|
188
|
+
* (Updatable) A shared configuration object used by 0 or more kafka clusters.
|
|
189
|
+
*/
|
|
190
|
+
latestConfig: pulumi.Input<inputs.oci.ManagedKafkaKafkaClusterConfigLatestConfig>;
|
|
191
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
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.ManagedKafkaKafkaClusterConfig = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Kafka Cluster Config resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
10
|
+
*
|
|
11
|
+
* Creates a KafkaClusterConfig.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testKafkaClusterConfig = new oci.oci.ManagedKafkaKafkaClusterConfig("test_kafka_cluster_config", {
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* latestConfig: {
|
|
22
|
+
* properties: kafkaClusterConfigLatestConfigProperties,
|
|
23
|
+
* configId: testConfig.id,
|
|
24
|
+
* timeCreated: kafkaClusterConfigLatestConfigTimeCreated,
|
|
25
|
+
* versionNumber: kafkaClusterConfigLatestConfigVersionNumber,
|
|
26
|
+
* },
|
|
27
|
+
* definedTags: {
|
|
28
|
+
* "Operations.CostCenter": "42",
|
|
29
|
+
* },
|
|
30
|
+
* displayName: kafkaClusterConfigDisplayName,
|
|
31
|
+
* freeformTags: {
|
|
32
|
+
* Department: "Finance",
|
|
33
|
+
* },
|
|
34
|
+
* });
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* ## Import
|
|
38
|
+
*
|
|
39
|
+
* KafkaClusterConfigs can be imported using the `id`, e.g.
|
|
40
|
+
*
|
|
41
|
+
* ```sh
|
|
42
|
+
* $ pulumi import oci:oci/managedKafkaKafkaClusterConfig:ManagedKafkaKafkaClusterConfig test_kafka_cluster_config "id"
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
class ManagedKafkaKafkaClusterConfig extends pulumi.CustomResource {
|
|
46
|
+
/**
|
|
47
|
+
* Get an existing ManagedKafkaKafkaClusterConfig resource's state with the given name, ID, and optional extra
|
|
48
|
+
* properties used to qualify the lookup.
|
|
49
|
+
*
|
|
50
|
+
* @param name The _unique_ name of the resulting resource.
|
|
51
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
52
|
+
* @param state Any extra arguments used during the lookup.
|
|
53
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
54
|
+
*/
|
|
55
|
+
static get(name, id, state, opts) {
|
|
56
|
+
return new ManagedKafkaKafkaClusterConfig(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Returns true if the given object is an instance of ManagedKafkaKafkaClusterConfig. This is designed to work even
|
|
60
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
61
|
+
*/
|
|
62
|
+
static isInstance(obj) {
|
|
63
|
+
if (obj === undefined || obj === null) {
|
|
64
|
+
return false;
|
|
65
|
+
}
|
|
66
|
+
return obj['__pulumiType'] === ManagedKafkaKafkaClusterConfig.__pulumiType;
|
|
67
|
+
}
|
|
68
|
+
constructor(name, argsOrState, opts) {
|
|
69
|
+
let resourceInputs = {};
|
|
70
|
+
opts = opts || {};
|
|
71
|
+
if (opts.id) {
|
|
72
|
+
const state = argsOrState;
|
|
73
|
+
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
74
|
+
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
75
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
76
|
+
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
77
|
+
resourceInputs["latestConfig"] = state ? state.latestConfig : undefined;
|
|
78
|
+
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
79
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
80
|
+
resourceInputs["systemTags"] = state ? state.systemTags : undefined;
|
|
81
|
+
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
82
|
+
resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
const args = argsOrState;
|
|
86
|
+
if ((!args || args.compartmentId === undefined) && !opts.urn) {
|
|
87
|
+
throw new Error("Missing required property 'compartmentId'");
|
|
88
|
+
}
|
|
89
|
+
if ((!args || args.latestConfig === undefined) && !opts.urn) {
|
|
90
|
+
throw new Error("Missing required property 'latestConfig'");
|
|
91
|
+
}
|
|
92
|
+
resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
|
|
93
|
+
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
94
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
95
|
+
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
96
|
+
resourceInputs["latestConfig"] = args ? args.latestConfig : undefined;
|
|
97
|
+
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["systemTags"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
102
|
+
}
|
|
103
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
104
|
+
super(ManagedKafkaKafkaClusterConfig.__pulumiType, name, resourceInputs, opts);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
exports.ManagedKafkaKafkaClusterConfig = ManagedKafkaKafkaClusterConfig;
|
|
108
|
+
/** @internal */
|
|
109
|
+
ManagedKafkaKafkaClusterConfig.__pulumiType = 'oci:oci/managedKafkaKafkaClusterConfig:ManagedKafkaKafkaClusterConfig';
|
|
110
|
+
//# sourceMappingURL=managedKafkaKafkaClusterConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managedKafkaKafkaClusterConfig.js","sourceRoot":"","sources":["../../oci/managedKafkaKafkaClusterConfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource provides the Kafka Cluster Superusers Management resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
4
|
+
*
|
|
5
|
+
* Adds a SASL superuser to the Kafka cluster. A generated password will be updated to the specified vault.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as oci from "@pulumi/oci";
|
|
12
|
+
*
|
|
13
|
+
* const testKafkaClusterSuperusersManagement = new oci.oci.ManagedKafkaKafkaClusterSuperusersManagement("test_kafka_cluster_superusers_management", {
|
|
14
|
+
* kafkaClusterId: testKafkaCluster.id,
|
|
15
|
+
* enableSuperuser: enableSuperuser,
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* secretId: testSecret.id,
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare class ManagedKafkaKafkaClusterSuperusersManagement extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing ManagedKafkaKafkaClusterSuperusersManagement resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ManagedKafkaKafkaClusterSuperusersManagementState, opts?: pulumi.CustomResourceOptions): ManagedKafkaKafkaClusterSuperusersManagement;
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if the given object is an instance of ManagedKafkaKafkaClusterSuperusersManagement. This is designed to work even
|
|
34
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
35
|
+
*/
|
|
36
|
+
static isInstance(obj: any): obj is ManagedKafkaKafkaClusterSuperusersManagement;
|
|
37
|
+
/**
|
|
38
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
|
|
39
|
+
*/
|
|
40
|
+
readonly compartmentId: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
|
43
|
+
*
|
|
44
|
+
*
|
|
45
|
+
* ** IMPORTANT **
|
|
46
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
47
|
+
*/
|
|
48
|
+
readonly enableSuperuser: pulumi.Output<boolean>;
|
|
49
|
+
/**
|
|
50
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
|
|
51
|
+
*/
|
|
52
|
+
readonly kafkaClusterId: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
|
|
55
|
+
*/
|
|
56
|
+
readonly secretId: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* Create a ManagedKafkaKafkaClusterSuperusersManagement resource with the given unique name, arguments, and options.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resource.
|
|
61
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
62
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
63
|
+
*/
|
|
64
|
+
constructor(name: string, args: ManagedKafkaKafkaClusterSuperusersManagementArgs, opts?: pulumi.CustomResourceOptions);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Input properties used for looking up and filtering ManagedKafkaKafkaClusterSuperusersManagement resources.
|
|
68
|
+
*/
|
|
69
|
+
export interface ManagedKafkaKafkaClusterSuperusersManagementState {
|
|
70
|
+
/**
|
|
71
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
|
|
72
|
+
*/
|
|
73
|
+
compartmentId?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
|
76
|
+
*
|
|
77
|
+
*
|
|
78
|
+
* ** IMPORTANT **
|
|
79
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
80
|
+
*/
|
|
81
|
+
enableSuperuser?: pulumi.Input<boolean>;
|
|
82
|
+
/**
|
|
83
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
|
|
84
|
+
*/
|
|
85
|
+
kafkaClusterId?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
|
|
88
|
+
*/
|
|
89
|
+
secretId?: pulumi.Input<string>;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* The set of arguments for constructing a ManagedKafkaKafkaClusterSuperusersManagement resource.
|
|
93
|
+
*/
|
|
94
|
+
export interface ManagedKafkaKafkaClusterSuperusersManagementArgs {
|
|
95
|
+
/**
|
|
96
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
|
|
97
|
+
*/
|
|
98
|
+
compartmentId?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
|
101
|
+
*
|
|
102
|
+
*
|
|
103
|
+
* ** IMPORTANT **
|
|
104
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
105
|
+
*/
|
|
106
|
+
enableSuperuser: pulumi.Input<boolean>;
|
|
107
|
+
/**
|
|
108
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
|
|
109
|
+
*/
|
|
110
|
+
kafkaClusterId: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
|
|
113
|
+
*/
|
|
114
|
+
secretId?: pulumi.Input<string>;
|
|
115
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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.ManagedKafkaKafkaClusterSuperusersManagement = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Kafka Cluster Superusers Management resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
10
|
+
*
|
|
11
|
+
* Adds a SASL superuser to the Kafka cluster. A generated password will be updated to the specified vault.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testKafkaClusterSuperusersManagement = new oci.oci.ManagedKafkaKafkaClusterSuperusersManagement("test_kafka_cluster_superusers_management", {
|
|
20
|
+
* kafkaClusterId: testKafkaCluster.id,
|
|
21
|
+
* enableSuperuser: enableSuperuser,
|
|
22
|
+
* compartmentId: compartmentId,
|
|
23
|
+
* secretId: testSecret.id,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
class ManagedKafkaKafkaClusterSuperusersManagement extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing ManagedKafkaKafkaClusterSuperusersManagement resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name, id, state, opts) {
|
|
38
|
+
return new ManagedKafkaKafkaClusterSuperusersManagement(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Returns true if the given object is an instance of ManagedKafkaKafkaClusterSuperusersManagement. This is designed to work even
|
|
42
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
+
*/
|
|
44
|
+
static isInstance(obj) {
|
|
45
|
+
if (obj === undefined || obj === null) {
|
|
46
|
+
return false;
|
|
47
|
+
}
|
|
48
|
+
return obj['__pulumiType'] === ManagedKafkaKafkaClusterSuperusersManagement.__pulumiType;
|
|
49
|
+
}
|
|
50
|
+
constructor(name, argsOrState, opts) {
|
|
51
|
+
let resourceInputs = {};
|
|
52
|
+
opts = opts || {};
|
|
53
|
+
if (opts.id) {
|
|
54
|
+
const state = argsOrState;
|
|
55
|
+
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
56
|
+
resourceInputs["enableSuperuser"] = state ? state.enableSuperuser : undefined;
|
|
57
|
+
resourceInputs["kafkaClusterId"] = state ? state.kafkaClusterId : undefined;
|
|
58
|
+
resourceInputs["secretId"] = state ? state.secretId : undefined;
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
const args = argsOrState;
|
|
62
|
+
if ((!args || args.enableSuperuser === undefined) && !opts.urn) {
|
|
63
|
+
throw new Error("Missing required property 'enableSuperuser'");
|
|
64
|
+
}
|
|
65
|
+
if ((!args || args.kafkaClusterId === undefined) && !opts.urn) {
|
|
66
|
+
throw new Error("Missing required property 'kafkaClusterId'");
|
|
67
|
+
}
|
|
68
|
+
resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
|
|
69
|
+
resourceInputs["enableSuperuser"] = args ? args.enableSuperuser : undefined;
|
|
70
|
+
resourceInputs["kafkaClusterId"] = args ? args.kafkaClusterId : undefined;
|
|
71
|
+
resourceInputs["secretId"] = args ? args.secretId : undefined;
|
|
72
|
+
}
|
|
73
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
|
+
super(ManagedKafkaKafkaClusterSuperusersManagement.__pulumiType, name, resourceInputs, opts);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.ManagedKafkaKafkaClusterSuperusersManagement = ManagedKafkaKafkaClusterSuperusersManagement;
|
|
78
|
+
/** @internal */
|
|
79
|
+
ManagedKafkaKafkaClusterSuperusersManagement.__pulumiType = 'oci:oci/managedKafkaKafkaClusterSuperusersManagement:ManagedKafkaKafkaClusterSuperusersManagement';
|
|
80
|
+
//# sourceMappingURL=managedKafkaKafkaClusterSuperusersManagement.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managedKafkaKafkaClusterSuperusersManagement.js","sourceRoot":"","sources":["../../oci/managedKafkaKafkaClusterSuperusersManagement.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,4CAA6C,SAAQ,MAAM,CAAC,cAAc;IACnF;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyD,EAAE,IAAmC;QACvJ,OAAO,IAAI,4CAA4C,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnG,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,4CAA4C,CAAC,YAAY,CAAC;IAC7F,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAkH,EAAE,IAAmC;QAC7K,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4E,CAAC;YAC3F,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAA2E,CAAC;YACzF,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,4CAA4C,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjG,CAAC;;AAjFL,oGAkFC;AApEG,gBAAgB;AACO,yDAAY,GAAG,mGAAmG,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/oci",
|
|
3
|
-
"version": "3.5.0
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "oci",
|
|
28
|
-
"version": "3.5.0
|
|
28
|
+
"version": "3.5.0"
|
|
29
29
|
}
|
|
30
30
|
}
|