@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
|
@@ -38,6 +38,10 @@ export interface GetDeploymentResult {
|
|
|
38
38
|
* Defines the schedule of the deployment backup.
|
|
39
39
|
*/
|
|
40
40
|
readonly backupSchedules: outputs.GoldenGate.GetDeploymentBackupSchedule[];
|
|
41
|
+
/**
|
|
42
|
+
* The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed.
|
|
43
|
+
*/
|
|
44
|
+
readonly byolCpuCoreCountLimit: number;
|
|
41
45
|
/**
|
|
42
46
|
* The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
|
|
43
47
|
*/
|
|
@@ -115,6 +119,10 @@ export interface GetDeploymentResult {
|
|
|
115
119
|
* Indicates if auto scaling is enabled for the Deployment's CPU core count.
|
|
116
120
|
*/
|
|
117
121
|
readonly isAutoScalingEnabled: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit.
|
|
124
|
+
*/
|
|
125
|
+
readonly isByolCpuCoreCountLimitEnabled: boolean;
|
|
118
126
|
/**
|
|
119
127
|
* True if all of the aggregate resources are working correctly.
|
|
120
128
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDeployment.js","sourceRoot":"","sources":["../../goldengate/getDeployment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;
|
|
1
|
+
{"version":3,"file":"getDeployment.js","sourceRoot":"","sources":["../../goldengate/getDeployment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AA2OD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
|
@@ -16,6 +16,7 @@ import * as outputs from "../types/output";
|
|
|
16
16
|
* compartmentId: compartmentId,
|
|
17
17
|
* assignableConnectionId: testConnection.id,
|
|
18
18
|
* assignedConnectionId: testConnection.id,
|
|
19
|
+
* deploymentType: deploymentDeploymentType,
|
|
19
20
|
* displayName: deploymentDisplayName,
|
|
20
21
|
* fqdn: deploymentFqdn,
|
|
21
22
|
* lifecycleSubState: deploymentLifecycleSubState,
|
|
@@ -41,6 +42,10 @@ export interface GetDeploymentsArgs {
|
|
|
41
42
|
* The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
|
|
42
43
|
*/
|
|
43
44
|
compartmentId: string;
|
|
45
|
+
/**
|
|
46
|
+
* A filter that returns only the resources matching the specified 'deploymentType'.
|
|
47
|
+
*/
|
|
48
|
+
deploymentType?: string;
|
|
44
49
|
/**
|
|
45
50
|
* A filter to return only the resources that match the entire 'displayName' given.
|
|
46
51
|
*/
|
|
@@ -77,6 +82,10 @@ export interface GetDeploymentsResult {
|
|
|
77
82
|
* The list of deployment_collection.
|
|
78
83
|
*/
|
|
79
84
|
readonly deploymentCollections: outputs.GoldenGate.GetDeploymentsDeploymentCollection[];
|
|
85
|
+
/**
|
|
86
|
+
* The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
|
|
87
|
+
*/
|
|
88
|
+
readonly deploymentType?: string;
|
|
80
89
|
/**
|
|
81
90
|
* An object's Display Name.
|
|
82
91
|
*/
|
|
@@ -115,6 +124,7 @@ export interface GetDeploymentsResult {
|
|
|
115
124
|
* compartmentId: compartmentId,
|
|
116
125
|
* assignableConnectionId: testConnection.id,
|
|
117
126
|
* assignedConnectionId: testConnection.id,
|
|
127
|
+
* deploymentType: deploymentDeploymentType,
|
|
118
128
|
* displayName: deploymentDisplayName,
|
|
119
129
|
* fqdn: deploymentFqdn,
|
|
120
130
|
* lifecycleSubState: deploymentLifecycleSubState,
|
|
@@ -140,6 +150,10 @@ export interface GetDeploymentsOutputArgs {
|
|
|
140
150
|
* The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
|
|
141
151
|
*/
|
|
142
152
|
compartmentId: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* A filter that returns only the resources matching the specified 'deploymentType'.
|
|
155
|
+
*/
|
|
156
|
+
deploymentType?: pulumi.Input<string>;
|
|
143
157
|
/**
|
|
144
158
|
* A filter to return only the resources that match the entire 'displayName' given.
|
|
145
159
|
*/
|
|
@@ -20,6 +20,7 @@ const utilities = require("../utilities");
|
|
|
20
20
|
* compartmentId: compartmentId,
|
|
21
21
|
* assignableConnectionId: testConnection.id,
|
|
22
22
|
* assignedConnectionId: testConnection.id,
|
|
23
|
+
* deploymentType: deploymentDeploymentType,
|
|
23
24
|
* displayName: deploymentDisplayName,
|
|
24
25
|
* fqdn: deploymentFqdn,
|
|
25
26
|
* lifecycleSubState: deploymentLifecycleSubState,
|
|
@@ -34,6 +35,7 @@ function getDeployments(args, opts) {
|
|
|
34
35
|
"assignableConnectionId": args.assignableConnectionId,
|
|
35
36
|
"assignedConnectionId": args.assignedConnectionId,
|
|
36
37
|
"compartmentId": args.compartmentId,
|
|
38
|
+
"deploymentType": args.deploymentType,
|
|
37
39
|
"displayName": args.displayName,
|
|
38
40
|
"filters": args.filters,
|
|
39
41
|
"fqdn": args.fqdn,
|
|
@@ -58,6 +60,7 @@ exports.getDeployments = getDeployments;
|
|
|
58
60
|
* compartmentId: compartmentId,
|
|
59
61
|
* assignableConnectionId: testConnection.id,
|
|
60
62
|
* assignedConnectionId: testConnection.id,
|
|
63
|
+
* deploymentType: deploymentDeploymentType,
|
|
61
64
|
* displayName: deploymentDisplayName,
|
|
62
65
|
* fqdn: deploymentFqdn,
|
|
63
66
|
* lifecycleSubState: deploymentLifecycleSubState,
|
|
@@ -72,6 +75,7 @@ function getDeploymentsOutput(args, opts) {
|
|
|
72
75
|
"assignableConnectionId": args.assignableConnectionId,
|
|
73
76
|
"assignedConnectionId": args.assignedConnectionId,
|
|
74
77
|
"compartmentId": args.compartmentId,
|
|
78
|
+
"deploymentType": args.deploymentType,
|
|
75
79
|
"displayName": args.displayName,
|
|
76
80
|
"filters": args.filters,
|
|
77
81
|
"fqdn": args.fqdn,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDeployments.js","sourceRoot":"","sources":["../../goldengate/getDeployments.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getDeployments.js","sourceRoot":"","sources":["../../goldengate/getDeployments.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wCAcC;AAsFD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oDAcC"}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Kafka Cluster resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
5
|
+
*
|
|
6
|
+
* Gets information about a KafkaCluster.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testKafkaCluster = oci.oci.getManagedKafkaKafkaCluster({
|
|
15
|
+
* kafkaClusterId: testKafkaClusterOciManagedKafkaKafkaCluster.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getManagedKafkaKafkaCluster(args: GetManagedKafkaKafkaClusterArgs, opts?: pulumi.InvokeOptions): Promise<GetManagedKafkaKafkaClusterResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getManagedKafkaKafkaCluster.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetManagedKafkaKafkaClusterArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
|
|
26
|
+
*/
|
|
27
|
+
kafkaClusterId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getManagedKafkaKafkaCluster.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetManagedKafkaKafkaClusterResult {
|
|
33
|
+
/**
|
|
34
|
+
* Subnets where broker/coordinator VNICs will be created.
|
|
35
|
+
*/
|
|
36
|
+
readonly accessSubnets: outputs.oci.GetManagedKafkaKafkaClusterAccessSubnet[];
|
|
37
|
+
/**
|
|
38
|
+
* Configuration of the broker node.
|
|
39
|
+
*/
|
|
40
|
+
readonly brokerShapes: outputs.oci.GetManagedKafkaKafkaClusterBrokerShape[];
|
|
41
|
+
/**
|
|
42
|
+
* CA certificate bundle for mTLS broker authentication.
|
|
43
|
+
*/
|
|
44
|
+
readonly clientCertificateBundle: string;
|
|
45
|
+
/**
|
|
46
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Kafka Cluster configuration object
|
|
47
|
+
*/
|
|
48
|
+
readonly clusterConfigId: string;
|
|
49
|
+
/**
|
|
50
|
+
* The version of configuration object
|
|
51
|
+
*/
|
|
52
|
+
readonly clusterConfigVersion: number;
|
|
53
|
+
/**
|
|
54
|
+
* Type of the cluster to spin up. DEVELOPMENT - setting that allows to sacrifice HA and spin up cluster on a single node PRODUCTION - Minimum allowed broker count is 3
|
|
55
|
+
*/
|
|
56
|
+
readonly clusterType: string;
|
|
57
|
+
/**
|
|
58
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
59
|
+
*/
|
|
60
|
+
readonly compartmentId: string;
|
|
61
|
+
/**
|
|
62
|
+
* Kafka coordination type. Set of available types depends on Kafka version
|
|
63
|
+
*/
|
|
64
|
+
readonly coordinationType: string;
|
|
65
|
+
/**
|
|
66
|
+
* 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"}`
|
|
67
|
+
*/
|
|
68
|
+
readonly definedTags: {
|
|
69
|
+
[key: string]: string;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
73
|
+
*/
|
|
74
|
+
readonly displayName: string;
|
|
75
|
+
/**
|
|
76
|
+
* 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"}`
|
|
77
|
+
*/
|
|
78
|
+
readonly freeformTags: {
|
|
79
|
+
[key: string]: string;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
|
|
83
|
+
*/
|
|
84
|
+
readonly id: string;
|
|
85
|
+
/**
|
|
86
|
+
* Bootstrap URL that can be used to connect to Kafka
|
|
87
|
+
*/
|
|
88
|
+
readonly kafkaBootstrapUrls: outputs.oci.GetManagedKafkaKafkaClusterKafkaBootstrapUrl[];
|
|
89
|
+
readonly kafkaClusterId: string;
|
|
90
|
+
/**
|
|
91
|
+
* Version of Kafka to use to spin up the cluster
|
|
92
|
+
*/
|
|
93
|
+
readonly kafkaVersion: string;
|
|
94
|
+
/**
|
|
95
|
+
* A message that describes the current state of the KafkaCluster in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
|
96
|
+
*/
|
|
97
|
+
readonly lifecycleDetails: string;
|
|
98
|
+
/**
|
|
99
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that contains superuser password.
|
|
100
|
+
*/
|
|
101
|
+
readonly secretId: string;
|
|
102
|
+
/**
|
|
103
|
+
* The current state of the KafkaCluster.
|
|
104
|
+
*/
|
|
105
|
+
readonly state: string;
|
|
106
|
+
/**
|
|
107
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
108
|
+
*/
|
|
109
|
+
readonly systemTags: {
|
|
110
|
+
[key: string]: string;
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* The date and time the KafkaCluster was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
114
|
+
*/
|
|
115
|
+
readonly timeCreated: string;
|
|
116
|
+
/**
|
|
117
|
+
* The date and time the KafkaCluster was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
118
|
+
*/
|
|
119
|
+
readonly timeUpdated: string;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* This data source provides details about a specific Kafka Cluster resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
123
|
+
*
|
|
124
|
+
* Gets information about a KafkaCluster.
|
|
125
|
+
*
|
|
126
|
+
* ## Example Usage
|
|
127
|
+
*
|
|
128
|
+
* ```typescript
|
|
129
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
130
|
+
* import * as oci from "@pulumi/oci";
|
|
131
|
+
*
|
|
132
|
+
* const testKafkaCluster = oci.oci.getManagedKafkaKafkaCluster({
|
|
133
|
+
* kafkaClusterId: testKafkaClusterOciManagedKafkaKafkaCluster.id,
|
|
134
|
+
* });
|
|
135
|
+
* ```
|
|
136
|
+
*/
|
|
137
|
+
export declare function getManagedKafkaKafkaClusterOutput(args: GetManagedKafkaKafkaClusterOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetManagedKafkaKafkaClusterResult>;
|
|
138
|
+
/**
|
|
139
|
+
* A collection of arguments for invoking getManagedKafkaKafkaCluster.
|
|
140
|
+
*/
|
|
141
|
+
export interface GetManagedKafkaKafkaClusterOutputArgs {
|
|
142
|
+
/**
|
|
143
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
|
|
144
|
+
*/
|
|
145
|
+
kafkaClusterId: pulumi.Input<string>;
|
|
146
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.getManagedKafkaKafkaClusterOutput = exports.getManagedKafkaKafkaCluster = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Kafka Cluster resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
10
|
+
*
|
|
11
|
+
* Gets information about a KafkaCluster.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testKafkaCluster = oci.oci.getManagedKafkaKafkaCluster({
|
|
20
|
+
* kafkaClusterId: testKafkaClusterOciManagedKafkaKafkaCluster.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getManagedKafkaKafkaCluster(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:oci/getManagedKafkaKafkaCluster:getManagedKafkaKafkaCluster", {
|
|
27
|
+
"kafkaClusterId": args.kafkaClusterId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getManagedKafkaKafkaCluster = getManagedKafkaKafkaCluster;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Kafka Cluster resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
33
|
+
*
|
|
34
|
+
* Gets information about a KafkaCluster.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testKafkaCluster = oci.oci.getManagedKafkaKafkaCluster({
|
|
43
|
+
* kafkaClusterId: testKafkaClusterOciManagedKafkaKafkaCluster.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getManagedKafkaKafkaClusterOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:oci/getManagedKafkaKafkaCluster:getManagedKafkaKafkaCluster", {
|
|
50
|
+
"kafkaClusterId": args.kafkaClusterId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getManagedKafkaKafkaClusterOutput = getManagedKafkaKafkaClusterOutput;
|
|
54
|
+
//# sourceMappingURL=getManagedKafkaKafkaCluster.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getManagedKafkaKafkaCluster.js","sourceRoot":"","sources":["../../oci/getManagedKafkaKafkaCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iEAAiE,EAAE;QAC5F,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;AAkGD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iEAAiE,EAAE;QAClG,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Kafka Cluster Config resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
5
|
+
*
|
|
6
|
+
* Gets information about a KafkaClusterConfig.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testKafkaClusterConfig = oci.oci.getManagedKafkaKafkaClusterConfig({
|
|
15
|
+
* kafkaClusterConfigId: testKafkaClusterConfigOciManagedKafkaKafkaClusterConfig.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getManagedKafkaKafkaClusterConfig(args: GetManagedKafkaKafkaClusterConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetManagedKafkaKafkaClusterConfigResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getManagedKafkaKafkaClusterConfig.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetManagedKafkaKafkaClusterConfigArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig.
|
|
26
|
+
*/
|
|
27
|
+
kafkaClusterConfigId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getManagedKafkaKafkaClusterConfig.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetManagedKafkaKafkaClusterConfigResult {
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
35
|
+
*/
|
|
36
|
+
readonly compartmentId: string;
|
|
37
|
+
/**
|
|
38
|
+
* 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"}`
|
|
39
|
+
*/
|
|
40
|
+
readonly definedTags: {
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
45
|
+
*/
|
|
46
|
+
readonly displayName: string;
|
|
47
|
+
/**
|
|
48
|
+
* 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"}`
|
|
49
|
+
*/
|
|
50
|
+
readonly freeformTags: {
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig.
|
|
55
|
+
*/
|
|
56
|
+
readonly id: string;
|
|
57
|
+
readonly kafkaClusterConfigId: string;
|
|
58
|
+
/**
|
|
59
|
+
* A shared configuration object used by 0 or more kafka clusters.
|
|
60
|
+
*/
|
|
61
|
+
readonly latestConfigs: outputs.oci.GetManagedKafkaKafkaClusterConfigLatestConfig[];
|
|
62
|
+
/**
|
|
63
|
+
* 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.
|
|
64
|
+
*/
|
|
65
|
+
readonly lifecycleDetails: string;
|
|
66
|
+
/**
|
|
67
|
+
* The current state of the KafkaClusterConfig.
|
|
68
|
+
*/
|
|
69
|
+
readonly state: string;
|
|
70
|
+
/**
|
|
71
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
72
|
+
*/
|
|
73
|
+
readonly systemTags: {
|
|
74
|
+
[key: string]: string;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* 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`
|
|
78
|
+
*/
|
|
79
|
+
readonly timeCreated: string;
|
|
80
|
+
/**
|
|
81
|
+
* 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`
|
|
82
|
+
*/
|
|
83
|
+
readonly timeUpdated: string;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* This data source provides details about a specific Kafka Cluster Config resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
87
|
+
*
|
|
88
|
+
* Gets information about a KafkaClusterConfig.
|
|
89
|
+
*
|
|
90
|
+
* ## Example Usage
|
|
91
|
+
*
|
|
92
|
+
* ```typescript
|
|
93
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
94
|
+
* import * as oci from "@pulumi/oci";
|
|
95
|
+
*
|
|
96
|
+
* const testKafkaClusterConfig = oci.oci.getManagedKafkaKafkaClusterConfig({
|
|
97
|
+
* kafkaClusterConfigId: testKafkaClusterConfigOciManagedKafkaKafkaClusterConfig.id,
|
|
98
|
+
* });
|
|
99
|
+
* ```
|
|
100
|
+
*/
|
|
101
|
+
export declare function getManagedKafkaKafkaClusterConfigOutput(args: GetManagedKafkaKafkaClusterConfigOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetManagedKafkaKafkaClusterConfigResult>;
|
|
102
|
+
/**
|
|
103
|
+
* A collection of arguments for invoking getManagedKafkaKafkaClusterConfig.
|
|
104
|
+
*/
|
|
105
|
+
export interface GetManagedKafkaKafkaClusterConfigOutputArgs {
|
|
106
|
+
/**
|
|
107
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig.
|
|
108
|
+
*/
|
|
109
|
+
kafkaClusterConfigId: pulumi.Input<string>;
|
|
110
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.getManagedKafkaKafkaClusterConfigOutput = exports.getManagedKafkaKafkaClusterConfig = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Kafka Cluster Config resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
10
|
+
*
|
|
11
|
+
* Gets information about 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 = oci.oci.getManagedKafkaKafkaClusterConfig({
|
|
20
|
+
* kafkaClusterConfigId: testKafkaClusterConfigOciManagedKafkaKafkaClusterConfig.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getManagedKafkaKafkaClusterConfig(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:oci/getManagedKafkaKafkaClusterConfig:getManagedKafkaKafkaClusterConfig", {
|
|
27
|
+
"kafkaClusterConfigId": args.kafkaClusterConfigId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getManagedKafkaKafkaClusterConfig = getManagedKafkaKafkaClusterConfig;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Kafka Cluster Config resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
33
|
+
*
|
|
34
|
+
* Gets information about a KafkaClusterConfig.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testKafkaClusterConfig = oci.oci.getManagedKafkaKafkaClusterConfig({
|
|
43
|
+
* kafkaClusterConfigId: testKafkaClusterConfigOciManagedKafkaKafkaClusterConfig.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getManagedKafkaKafkaClusterConfigOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:oci/getManagedKafkaKafkaClusterConfig:getManagedKafkaKafkaClusterConfig", {
|
|
50
|
+
"kafkaClusterConfigId": args.kafkaClusterConfigId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getManagedKafkaKafkaClusterConfigOutput = getManagedKafkaKafkaClusterConfigOutput;
|
|
54
|
+
//# sourceMappingURL=getManagedKafkaKafkaClusterConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getManagedKafkaKafkaClusterConfig.js","sourceRoot":"","sources":["../../oci/getManagedKafkaKafkaClusterConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6EAA6E,EAAE;QACxG,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC;AA8DD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAAiC;IACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6EAA6E,EAAE;QAC9G,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0FAKC"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides details about a specific Kafka Cluster Config Version resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
4
|
+
*
|
|
5
|
+
* Gets information about a KafkaClusterConfig version.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as oci from "@pulumi/oci";
|
|
12
|
+
*
|
|
13
|
+
* const testKafkaClusterConfigVersion = oci.oci.getManagedKafkaKafkaClusterConfigVersion({
|
|
14
|
+
* kafkaClusterConfigId: testKafkaClusterConfig.id,
|
|
15
|
+
* versionNumber: kafkaClusterConfigVersionVersionNumber,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getManagedKafkaKafkaClusterConfigVersion(args: GetManagedKafkaKafkaClusterConfigVersionArgs, opts?: pulumi.InvokeOptions): Promise<GetManagedKafkaKafkaClusterConfigVersionResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getManagedKafkaKafkaClusterConfigVersion.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetManagedKafkaKafkaClusterConfigVersionArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig.
|
|
26
|
+
*/
|
|
27
|
+
kafkaClusterConfigId: string;
|
|
28
|
+
/**
|
|
29
|
+
* The versionNumber of the KafkaClusterConfig.
|
|
30
|
+
*/
|
|
31
|
+
versionNumber: number;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getManagedKafkaKafkaClusterConfigVersion.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetManagedKafkaKafkaClusterConfigVersionResult {
|
|
37
|
+
/**
|
|
38
|
+
* ID cluster configuration
|
|
39
|
+
*/
|
|
40
|
+
readonly configId: string;
|
|
41
|
+
/**
|
|
42
|
+
* The provider-assigned unique ID for this managed resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly id: string;
|
|
45
|
+
readonly kafkaClusterConfigId: string;
|
|
46
|
+
/**
|
|
47
|
+
* Cluster configuration key-value pairs
|
|
48
|
+
*/
|
|
49
|
+
readonly properties: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The date and time the KafkaClusterConfigVersion was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
54
|
+
*/
|
|
55
|
+
readonly timeCreated: string;
|
|
56
|
+
/**
|
|
57
|
+
* Version of the cluster configuration
|
|
58
|
+
*/
|
|
59
|
+
readonly versionNumber: number;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* This data source provides details about a specific Kafka Cluster Config Version resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
63
|
+
*
|
|
64
|
+
* Gets information about a KafkaClusterConfig version.
|
|
65
|
+
*
|
|
66
|
+
* ## Example Usage
|
|
67
|
+
*
|
|
68
|
+
* ```typescript
|
|
69
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
70
|
+
* import * as oci from "@pulumi/oci";
|
|
71
|
+
*
|
|
72
|
+
* const testKafkaClusterConfigVersion = oci.oci.getManagedKafkaKafkaClusterConfigVersion({
|
|
73
|
+
* kafkaClusterConfigId: testKafkaClusterConfig.id,
|
|
74
|
+
* versionNumber: kafkaClusterConfigVersionVersionNumber,
|
|
75
|
+
* });
|
|
76
|
+
* ```
|
|
77
|
+
*/
|
|
78
|
+
export declare function getManagedKafkaKafkaClusterConfigVersionOutput(args: GetManagedKafkaKafkaClusterConfigVersionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetManagedKafkaKafkaClusterConfigVersionResult>;
|
|
79
|
+
/**
|
|
80
|
+
* A collection of arguments for invoking getManagedKafkaKafkaClusterConfigVersion.
|
|
81
|
+
*/
|
|
82
|
+
export interface GetManagedKafkaKafkaClusterConfigVersionOutputArgs {
|
|
83
|
+
/**
|
|
84
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig.
|
|
85
|
+
*/
|
|
86
|
+
kafkaClusterConfigId: pulumi.Input<string>;
|
|
87
|
+
/**
|
|
88
|
+
* The versionNumber of the KafkaClusterConfig.
|
|
89
|
+
*/
|
|
90
|
+
versionNumber: pulumi.Input<number>;
|
|
91
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.getManagedKafkaKafkaClusterConfigVersionOutput = exports.getManagedKafkaKafkaClusterConfigVersion = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Kafka Cluster Config Version resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
10
|
+
*
|
|
11
|
+
* Gets information about a KafkaClusterConfig version.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testKafkaClusterConfigVersion = oci.oci.getManagedKafkaKafkaClusterConfigVersion({
|
|
20
|
+
* kafkaClusterConfigId: testKafkaClusterConfig.id,
|
|
21
|
+
* versionNumber: kafkaClusterConfigVersionVersionNumber,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getManagedKafkaKafkaClusterConfigVersion(args, opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("oci:oci/getManagedKafkaKafkaClusterConfigVersion:getManagedKafkaKafkaClusterConfigVersion", {
|
|
28
|
+
"kafkaClusterConfigId": args.kafkaClusterConfigId,
|
|
29
|
+
"versionNumber": args.versionNumber,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getManagedKafkaKafkaClusterConfigVersion = getManagedKafkaKafkaClusterConfigVersion;
|
|
33
|
+
/**
|
|
34
|
+
* This data source provides details about a specific Kafka Cluster Config Version resource in Oracle Cloud Infrastructure Managed Kafka service.
|
|
35
|
+
*
|
|
36
|
+
* Gets information about a KafkaClusterConfig version.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as oci from "@pulumi/oci";
|
|
43
|
+
*
|
|
44
|
+
* const testKafkaClusterConfigVersion = oci.oci.getManagedKafkaKafkaClusterConfigVersion({
|
|
45
|
+
* kafkaClusterConfigId: testKafkaClusterConfig.id,
|
|
46
|
+
* versionNumber: kafkaClusterConfigVersionVersionNumber,
|
|
47
|
+
* });
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
function getManagedKafkaKafkaClusterConfigVersionOutput(args, opts) {
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("oci:oci/getManagedKafkaKafkaClusterConfigVersion:getManagedKafkaKafkaClusterConfigVersion", {
|
|
53
|
+
"kafkaClusterConfigId": args.kafkaClusterConfigId,
|
|
54
|
+
"versionNumber": args.versionNumber,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getManagedKafkaKafkaClusterConfigVersionOutput = getManagedKafkaKafkaClusterConfigVersionOutput;
|
|
58
|
+
//# sourceMappingURL=getManagedKafkaKafkaClusterConfigVersion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getManagedKafkaKafkaClusterConfigVersion.js","sourceRoot":"","sources":["../../oci/getManagedKafkaKafkaClusterConfigVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAA2B;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2FAA2F,EAAE;QACtH,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4FAMC;AA0CD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,8CAA8C,CAAC,IAAwD,EAAE,IAAiC;IACtJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2FAA2F,EAAE;QAC5H,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wGAMC"}
|