@pulumi/oci 0.4.0 → 0.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/analytics/analyticsInstance.d.ts +2 -0
- package/analytics/analyticsInstance.js +2 -0
- package/analytics/analyticsInstance.js.map +1 -1
- package/analytics/analyticsInstancePrivateAccessChannel.d.ts +30 -0
- package/analytics/analyticsInstancePrivateAccessChannel.js +10 -0
- package/analytics/analyticsInstancePrivateAccessChannel.js.map +1 -1
- package/analytics/getAnalyticsInstancePrivateAccessChannel.d.ts +8 -0
- package/analytics/getAnalyticsInstancePrivateAccessChannel.js.map +1 -1
- package/cloudguard/cloudGuardDataSource.d.ts +231 -0
- package/cloudguard/cloudGuardDataSource.js +132 -0
- package/cloudguard/cloudGuardDataSource.js.map +1 -0
- package/cloudguard/detectorRecipe.d.ts +16 -4
- package/cloudguard/detectorRecipe.js +3 -4
- package/cloudguard/detectorRecipe.js.map +1 -1
- package/cloudguard/getDataSource.d.ts +106 -0
- package/cloudguard/getDataSource.js +38 -0
- package/cloudguard/getDataSource.js.map +1 -0
- package/cloudguard/getDataSourceEvent.d.ts +68 -0
- package/cloudguard/getDataSourceEvent.js +40 -0
- package/cloudguard/getDataSourceEvent.js.map +1 -0
- package/cloudguard/getDataSourceEvents.d.ts +71 -0
- package/cloudguard/getDataSourceEvents.js +41 -0
- package/cloudguard/getDataSourceEvents.js.map +1 -0
- package/cloudguard/getDataSources.d.ts +144 -0
- package/cloudguard/getDataSources.js +65 -0
- package/cloudguard/getDataSources.js.map +1 -0
- package/cloudguard/getDetectorRecipe.d.ts +5 -1
- package/cloudguard/getDetectorRecipe.js.map +1 -1
- package/cloudguard/getDetectorRecipes.d.ts +1 -1
- package/cloudguard/getProblemEntities.d.ts +58 -0
- package/cloudguard/getProblemEntities.js +39 -0
- package/cloudguard/getProblemEntities.js.map +1 -0
- package/cloudguard/getProblemEntity.d.ts +55 -0
- package/cloudguard/getProblemEntity.js +38 -0
- package/cloudguard/getProblemEntity.js.map +1 -0
- package/cloudguard/index.d.ts +7 -0
- package/cloudguard/index.js +11 -0
- package/cloudguard/index.js.map +1 -1
- package/cloudguard/target.d.ts +3 -3
- package/core/bootVolume.d.ts +21 -5
- package/core/bootVolume.js +6 -0
- package/core/bootVolume.js.map +1 -1
- package/core/getBootVolume.d.ts +6 -2
- package/core/getBootVolume.js.map +1 -1
- package/core/getVolume.d.ts +6 -1
- package/core/getVolume.js.map +1 -1
- package/core/instanceConfiguration.d.ts +4 -0
- package/core/instanceConfiguration.js +4 -0
- package/core/instanceConfiguration.js.map +1 -1
- package/core/volume.d.ts +21 -5
- package/core/volume.js +6 -0
- package/core/volume.js.map +1 -1
- package/database/autonomousContainerDatabase.d.ts +1 -0
- package/database/autonomousContainerDatabase.js +1 -0
- package/database/autonomousContainerDatabase.js.map +1 -1
- package/database/autonomousExadataInfrastructure.d.ts +1 -0
- package/database/autonomousExadataInfrastructure.js +1 -0
- package/database/autonomousExadataInfrastructure.js.map +1 -1
- package/database/cloudExadataInfrastructure.d.ts +1 -0
- package/database/cloudExadataInfrastructure.js +1 -0
- package/database/cloudExadataInfrastructure.js.map +1 -1
- package/database/cloudVmCluster.d.ts +2 -0
- package/database/cloudVmCluster.js +2 -0
- package/database/cloudVmCluster.js.map +1 -1
- package/database/dataGuardAssociation.d.ts +18 -0
- package/database/dataGuardAssociation.js +7 -0
- package/database/dataGuardAssociation.js.map +1 -1
- package/database/dbSystem.d.ts +12 -0
- package/database/dbSystem.js +2 -0
- package/database/dbSystem.js.map +1 -1
- package/database/exadataInfrastructure.d.ts +1 -0
- package/database/exadataInfrastructure.js +1 -0
- package/database/exadataInfrastructure.js.map +1 -1
- package/database/getDataGuardAssociation.d.ts +2 -0
- package/database/getDataGuardAssociation.js.map +1 -1
- package/database/getInfrastructureTargetVersion.d.ts +82 -0
- package/database/getInfrastructureTargetVersion.js +43 -0
- package/database/getInfrastructureTargetVersion.js.map +1 -0
- package/database/getManagedPreferredCredential.d.ts +84 -0
- package/database/getManagedPreferredCredential.js +40 -0
- package/database/getManagedPreferredCredential.js.map +1 -0
- package/database/getManagedPreferredCredentials.d.ts +55 -0
- package/database/getManagedPreferredCredentials.js +39 -0
- package/database/getManagedPreferredCredentials.js.map +1 -0
- package/database/getVmCluster.d.ts +4 -1
- package/database/getVmCluster.js.map +1 -1
- package/database/index.d.ts +3 -0
- package/database/index.js +3 -0
- package/database/index.js.map +1 -1
- package/database/maintenanceRun.d.ts +12 -4
- package/database/maintenanceRun.js +2 -2
- package/database/maintenanceRun.js.map +1 -1
- package/database/vmCluster.d.ts +14 -3
- package/database/vmCluster.js +2 -0
- package/database/vmCluster.js.map +1 -1
- package/database/vmClusterAddVirtualNetwork.d.ts +8 -2
- package/database/vmClusterAddVirtualNetwork.js.map +1 -1
- package/database/vmClusterRemoveVirtualMachine.d.ts +2 -2
- package/dataconnectivity/getRegistries.d.ts +4 -4
- package/dataconnectivity/getRegistries.js +1 -1
- package/dataconnectivity/getRegistry.d.ts +10 -10
- package/dataconnectivity/getRegistry.js +1 -1
- package/dataconnectivity/getRegistryConnection.d.ts +9 -9
- package/dataconnectivity/getRegistryConnections.d.ts +3 -3
- package/dataconnectivity/getRegistryDataAsset.d.ts +8 -8
- package/dataconnectivity/getRegistryDataAssets.d.ts +11 -11
- package/dataconnectivity/getRegistryFolder.d.ts +8 -8
- package/dataconnectivity/getRegistryFolders.d.ts +4 -4
- package/dataconnectivity/getRegistryFolders.js +1 -1
- package/dataconnectivity/getRegistryType.d.ts +7 -7
- package/dataconnectivity/getRegistryType.js +1 -1
- package/dataconnectivity/getRegistryTypes.d.ts +4 -4
- package/dataconnectivity/getRegistryTypes.js +1 -1
- package/dataconnectivity/registry.d.ts +15 -15
- package/dataconnectivity/registry.js +1 -1
- package/dataconnectivity/registryConnection.d.ts +24 -24
- package/dataconnectivity/registryDataAsset.d.ts +21 -21
- package/dataconnectivity/registryFolder.d.ts +22 -22
- package/dataconnectivity/registryFolder.js +1 -1
- package/devops/getTrigger.d.ts +1 -0
- package/devops/getTrigger.js.map +1 -1
- package/devops/trigger.d.ts +3 -0
- package/devops/trigger.js +2 -0
- package/devops/trigger.js.map +1 -1
- package/dns/getResolver.d.ts +3 -3
- package/dns/getResolverEndpoint.d.ts +3 -3
- package/dns/getView.d.ts +8 -8
- package/dns/getView.js +1 -0
- package/dns/getView.js.map +1 -1
- package/dns/getViews.d.ts +3 -3
- package/dns/resolver.d.ts +7 -13
- package/dns/resolver.js +2 -11
- package/dns/resolver.js.map +1 -1
- package/dns/resolverEndpoint.d.ts +2 -2
- package/dns/resolverEndpoint.js +0 -3
- package/dns/resolverEndpoint.js.map +1 -1
- package/dns/rrset.d.ts +2 -3
- package/dns/rrset.js +2 -3
- package/dns/rrset.js.map +1 -1
- package/dns/view.d.ts +7 -13
- package/dns/view.js +2 -11
- package/dns/view.js.map +1 -1
- package/dns/zone.d.ts +3 -11
- package/dns/zone.js +2 -10
- package/dns/zone.js.map +1 -1
- package/emwarehouse/getResourceUsage.d.ts +4 -0
- package/emwarehouse/getResourceUsage.js.map +1 -1
- package/functions/getFusionEnvironment.d.ts +153 -0
- package/functions/getFusionEnvironment.js +38 -0
- package/functions/getFusionEnvironment.js.map +1 -0
- package/functions/getFusionEnvironmentAdminUser.d.ts +66 -0
- package/functions/getFusionEnvironmentAdminUser.js +38 -0
- package/functions/getFusionEnvironmentAdminUser.js.map +1 -0
- package/functions/getFusionEnvironmentAdminUsers.d.ts +55 -0
- package/functions/getFusionEnvironmentAdminUsers.js +39 -0
- package/functions/getFusionEnvironmentAdminUsers.js.map +1 -0
- package/functions/getFusionEnvironmentDataMaskingActivities.d.ts +71 -0
- package/functions/getFusionEnvironmentDataMaskingActivities.js +41 -0
- package/functions/getFusionEnvironmentDataMaskingActivities.js.map +1 -0
- package/functions/getFusionEnvironmentDataMaskingActivity.d.ts +73 -0
- package/functions/getFusionEnvironmentDataMaskingActivity.js +40 -0
- package/functions/getFusionEnvironmentDataMaskingActivity.js.map +1 -0
- package/functions/getFusionEnvironmentFamilies.d.ts +94 -0
- package/functions/getFusionEnvironmentFamilies.js +45 -0
- package/functions/getFusionEnvironmentFamilies.js.map +1 -0
- package/functions/getFusionEnvironmentFamily.d.ts +97 -0
- package/functions/getFusionEnvironmentFamily.js +38 -0
- package/functions/getFusionEnvironmentFamily.js.map +1 -0
- package/functions/getFusionEnvironmentFamilyLimitsAndUsage.d.ts +60 -0
- package/functions/getFusionEnvironmentFamilyLimitsAndUsage.js +38 -0
- package/functions/getFusionEnvironmentFamilyLimitsAndUsage.js.map +1 -0
- package/functions/getFusionEnvironmentFamilySubscriptionDetail.d.ts +52 -0
- package/functions/getFusionEnvironmentFamilySubscriptionDetail.js +38 -0
- package/functions/getFusionEnvironmentFamilySubscriptionDetail.js.map +1 -0
- package/functions/getFusionEnvironmentRefreshActivities.d.ts +101 -0
- package/functions/getFusionEnvironmentRefreshActivities.js +47 -0
- package/functions/getFusionEnvironmentRefreshActivities.js.map +1 -0
- package/functions/getFusionEnvironmentRefreshActivity.d.ts +101 -0
- package/functions/getFusionEnvironmentRefreshActivity.js +40 -0
- package/functions/getFusionEnvironmentRefreshActivity.js.map +1 -0
- package/functions/getFusionEnvironmentScheduledActivities.d.ts +117 -0
- package/functions/getFusionEnvironmentScheduledActivities.js +49 -0
- package/functions/getFusionEnvironmentScheduledActivities.js.map +1 -0
- package/functions/getFusionEnvironmentScheduledActivity.d.ts +109 -0
- package/functions/getFusionEnvironmentScheduledActivity.js +40 -0
- package/functions/getFusionEnvironmentScheduledActivity.js.map +1 -0
- package/functions/getFusionEnvironmentServiceAttachment.d.ts +109 -0
- package/functions/getFusionEnvironmentServiceAttachment.js +40 -0
- package/functions/getFusionEnvironmentServiceAttachment.js.map +1 -0
- package/functions/getFusionEnvironmentServiceAttachments.d.ts +94 -0
- package/functions/getFusionEnvironmentServiceAttachments.js +45 -0
- package/functions/getFusionEnvironmentServiceAttachments.js.map +1 -0
- package/functions/getFusionEnvironmentStatus.d.ts +51 -0
- package/functions/getFusionEnvironmentStatus.js +38 -0
- package/functions/getFusionEnvironmentStatus.js.map +1 -0
- package/functions/getFusionEnvironmentTimeAvailableForRefresh.d.ts +52 -0
- package/functions/getFusionEnvironmentTimeAvailableForRefresh.js +38 -0
- package/functions/getFusionEnvironmentTimeAvailableForRefresh.js.map +1 -0
- package/functions/getFusionEnvironmentTimeAvailableForRefreshs.d.ts +55 -0
- package/functions/getFusionEnvironmentTimeAvailableForRefreshs.js +39 -0
- package/functions/getFusionEnvironmentTimeAvailableForRefreshs.js.map +1 -0
- package/functions/getFusionEnvironments.d.ts +97 -0
- package/functions/getFusionEnvironments.js +45 -0
- package/functions/getFusionEnvironments.js.map +1 -0
- package/functions/index.d.ts +19 -0
- package/functions/index.js +19 -0
- package/functions/index.js.map +1 -1
- package/fusionapps/fusionEnvironment.d.ts +360 -0
- package/fusionapps/fusionEnvironment.js +169 -0
- package/fusionapps/fusionEnvironment.js.map +1 -0
- package/fusionapps/fusionEnvironmentAdminUser.d.ts +146 -0
- package/fusionapps/fusionEnvironmentAdminUser.js +108 -0
- package/fusionapps/fusionEnvironmentAdminUser.js.map +1 -0
- package/fusionapps/fusionEnvironmentDataMaskingActivity.d.ts +109 -0
- package/fusionapps/fusionEnvironmentDataMaskingActivity.js +85 -0
- package/fusionapps/fusionEnvironmentDataMaskingActivity.js.map +1 -0
- package/fusionapps/fusionEnvironmentFamily.d.ts +201 -0
- package/fusionapps/fusionEnvironmentFamily.js +117 -0
- package/fusionapps/fusionEnvironmentFamily.js.map +1 -0
- package/fusionapps/fusionEnvironmentRefreshActivity.d.ts +165 -0
- package/fusionapps/fusionEnvironmentRefreshActivity.js +102 -0
- package/fusionapps/fusionEnvironmentRefreshActivity.js.map +1 -0
- package/fusionapps/index.d.ts +5 -0
- package/fusionapps/index.js +57 -0
- package/fusionapps/index.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/monitoring/alarm.d.ts +13 -0
- package/monitoring/alarm.js +3 -0
- package/monitoring/alarm.js.map +1 -1
- package/monitoring/getAlarm.d.ts +4 -0
- package/monitoring/getAlarm.js.map +1 -1
- package/mysql/getMysqlConfiguration.d.ts +6 -2
- package/mysql/getMysqlConfiguration.js.map +1 -1
- package/mysql/index.d.ts +1 -0
- package/mysql/index.js +5 -0
- package/mysql/index.js.map +1 -1
- package/mysql/mysqlConfiguration.d.ts +307 -0
- package/mysql/mysqlConfiguration.js +197 -0
- package/mysql/mysqlConfiguration.js.map +1 -0
- package/ocvp/esxiHost.d.ts +31 -3
- package/ocvp/esxiHost.js +6 -0
- package/ocvp/esxiHost.js.map +1 -1
- package/ocvp/getExsiHost.d.ts +12 -0
- package/ocvp/getExsiHost.js.map +1 -1
- package/ocvp/getSddc.d.ts +12 -0
- package/ocvp/getSddc.js.map +1 -1
- package/ocvp/sddc.d.ts +24 -0
- package/ocvp/sddc.js +6 -0
- package/ocvp/sddc.js.map +1 -1
- package/optimizer/getCategories.d.ts +20 -0
- package/optimizer/getCategories.js +4 -0
- package/optimizer/getCategories.js.map +1 -1
- package/optimizer/getCategory.d.ts +4 -0
- package/optimizer/getCategory.js.map +1 -1
- package/optimizer/getRecommendations.d.ts +35 -5
- package/optimizer/getRecommendations.js +8 -2
- package/optimizer/getRecommendations.js.map +1 -1
- package/optimizer/getResourceActions.d.ts +35 -5
- package/optimizer/getResourceActions.js +8 -2
- package/optimizer/getResourceActions.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +1403 -413
- package/types/output.d.ts +4251 -1192
- package/usageproxy/getSubscriptionRedeemableUser.d.ts +2 -2
- package/usageproxy/getSubscriptionRedeemableUser.js +1 -1
- package/usageproxy/getSubscriptionRedeemableUsers.d.ts +1 -1
- package/usageproxy/getSubscriptionRedeemableUsers.js +1 -1
- package/usageproxy/getSubscriptionRedemption.d.ts +82 -0
- package/usageproxy/getSubscriptionRedemption.js +44 -0
- package/usageproxy/getSubscriptionRedemption.js.map +1 -0
- package/usageproxy/getSubscriptionRedemptions.d.ts +85 -0
- package/usageproxy/getSubscriptionRedemptions.js +45 -0
- package/usageproxy/getSubscriptionRedemptions.js.map +1 -0
- package/usageproxy/index.d.ts +2 -0
- package/usageproxy/index.js +2 -0
- package/usageproxy/index.js.map +1 -1
- package/usageproxy/subscriptionRedeemableUser.d.ts +6 -4
- package/usageproxy/subscriptionRedeemableUser.js +3 -1
- package/usageproxy/subscriptionRedeemableUser.js.map +1 -1
|
@@ -3,7 +3,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
3
3
|
/**
|
|
4
4
|
* This data source provides the list of Registry Folders in Oracle Cloud Infrastructure Data Connectivity service.
|
|
5
5
|
*
|
|
6
|
-
* Retrieves a list of all folders.
|
|
6
|
+
* Retrieves a list of all the folders.
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
|
9
9
|
*
|
|
@@ -39,7 +39,7 @@ export interface GetRegistryFoldersArgs {
|
|
|
39
39
|
*/
|
|
40
40
|
name?: string;
|
|
41
41
|
/**
|
|
42
|
-
* The registry
|
|
42
|
+
* The registry OCID.
|
|
43
43
|
*/
|
|
44
44
|
registryId: string;
|
|
45
45
|
/**
|
|
@@ -63,7 +63,7 @@ export interface GetRegistryFoldersResult {
|
|
|
63
63
|
*/
|
|
64
64
|
readonly id: string;
|
|
65
65
|
/**
|
|
66
|
-
* Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
66
|
+
* Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
67
67
|
*/
|
|
68
68
|
readonly name?: string;
|
|
69
69
|
readonly registryId: string;
|
|
@@ -91,7 +91,7 @@ export interface GetRegistryFoldersOutputArgs {
|
|
|
91
91
|
*/
|
|
92
92
|
name?: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
94
|
-
* The registry
|
|
94
|
+
* The registry OCID.
|
|
95
95
|
*/
|
|
96
96
|
registryId: pulumi.Input<string>;
|
|
97
97
|
/**
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides the list of Registry Folders in Oracle Cloud Infrastructure Data Connectivity service.
|
|
10
10
|
*
|
|
11
|
-
* Retrieves a list of all folders.
|
|
11
|
+
* Retrieves a list of all the folders.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -3,7 +3,7 @@ import { output as outputs } from "../types";
|
|
|
3
3
|
/**
|
|
4
4
|
* This data source provides details about a specific Registry Type resource in Oracle Cloud Infrastructure Data Connectivity service.
|
|
5
5
|
*
|
|
6
|
-
* This endpoint retrieves dataAsset and connection attributes from DataAssetRegistry
|
|
6
|
+
* This endpoint retrieves dataAsset and connection attributes from DataAssetRegistry.
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
|
9
9
|
*
|
|
@@ -28,11 +28,11 @@ export interface GetRegistryTypeArgs {
|
|
|
28
28
|
*/
|
|
29
29
|
fields?: string[];
|
|
30
30
|
/**
|
|
31
|
-
* The registry
|
|
31
|
+
* The registry OCID.
|
|
32
32
|
*/
|
|
33
33
|
registryId: string;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Key of the a specific type.
|
|
36
36
|
*/
|
|
37
37
|
typeKey: string;
|
|
38
38
|
}
|
|
@@ -41,13 +41,13 @@ export interface GetRegistryTypeArgs {
|
|
|
41
41
|
*/
|
|
42
42
|
export interface GetRegistryTypeResult {
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Mapping the connectionType as the key to the list of attributes as the value.
|
|
45
45
|
*/
|
|
46
46
|
readonly connectionAttributes: {
|
|
47
47
|
[key: string]: any;
|
|
48
48
|
};
|
|
49
49
|
/**
|
|
50
|
-
* list of attributes
|
|
50
|
+
* The list of attributes of the data asset.
|
|
51
51
|
*/
|
|
52
52
|
readonly dataAssetAttributes: outputs.DataConnectivity.GetRegistryTypeDataAssetAttribute[];
|
|
53
53
|
readonly fields?: string[];
|
|
@@ -68,11 +68,11 @@ export interface GetRegistryTypeOutputArgs {
|
|
|
68
68
|
*/
|
|
69
69
|
fields?: pulumi.Input<pulumi.Input<string>[]>;
|
|
70
70
|
/**
|
|
71
|
-
* The registry
|
|
71
|
+
* The registry OCID.
|
|
72
72
|
*/
|
|
73
73
|
registryId: pulumi.Input<string>;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Key of the a specific type.
|
|
76
76
|
*/
|
|
77
77
|
typeKey: pulumi.Input<string>;
|
|
78
78
|
}
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides details about a specific Registry Type resource in Oracle Cloud Infrastructure Data Connectivity service.
|
|
10
10
|
*
|
|
11
|
-
* This endpoint retrieves dataAsset and connection attributes from DataAssetRegistry
|
|
11
|
+
* This endpoint retrieves dataAsset and connection attributes from DataAssetRegistry.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -3,7 +3,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
3
3
|
/**
|
|
4
4
|
* This data source provides the list of Registry Types in Oracle Cloud Infrastructure Data Connectivity service.
|
|
5
5
|
*
|
|
6
|
-
* This endpoint retrieves list of all the supported connector types
|
|
6
|
+
* This endpoint retrieves a list of all the supported connector types.
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
|
9
9
|
*
|
|
@@ -29,7 +29,7 @@ export interface GetRegistryTypesArgs {
|
|
|
29
29
|
*/
|
|
30
30
|
name?: string;
|
|
31
31
|
/**
|
|
32
|
-
* The registry
|
|
32
|
+
* The registry OCID.
|
|
33
33
|
*/
|
|
34
34
|
registryId: string;
|
|
35
35
|
/**
|
|
@@ -47,7 +47,7 @@ export interface GetRegistryTypesResult {
|
|
|
47
47
|
*/
|
|
48
48
|
readonly id: string;
|
|
49
49
|
/**
|
|
50
|
-
* The name of of the
|
|
50
|
+
* The name of of the attribute.
|
|
51
51
|
*/
|
|
52
52
|
readonly name?: string;
|
|
53
53
|
readonly registryId: string;
|
|
@@ -68,7 +68,7 @@ export interface GetRegistryTypesOutputArgs {
|
|
|
68
68
|
*/
|
|
69
69
|
name?: pulumi.Input<string>;
|
|
70
70
|
/**
|
|
71
|
-
* The registry
|
|
71
|
+
* The registry OCID.
|
|
72
72
|
*/
|
|
73
73
|
registryId: pulumi.Input<string>;
|
|
74
74
|
/**
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides the list of Registry Types in Oracle Cloud Infrastructure Data Connectivity service.
|
|
10
10
|
*
|
|
11
|
-
* This endpoint retrieves list of all the supported connector types
|
|
11
|
+
* This endpoint retrieves a list of all the supported connector types.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* This resource provides the Registry resource in Oracle Cloud Infrastructure Data Connectivity service.
|
|
4
4
|
*
|
|
5
|
-
* Creates a new Data Connectivity Management
|
|
5
|
+
* Creates a new Data Connectivity Management registry ready to perform data connectivity management.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -62,17 +62,17 @@ export declare class Registry extends pulumi.CustomResource {
|
|
|
62
62
|
*/
|
|
63
63
|
readonly description: pulumi.Output<string>;
|
|
64
64
|
/**
|
|
65
|
-
* (Updatable) Data Connectivity Management Registry display name
|
|
65
|
+
* (Updatable) The Data Connectivity Management Registry display name; registries can be renamed.
|
|
66
66
|
*/
|
|
67
67
|
readonly displayName: pulumi.Output<string>;
|
|
68
68
|
/**
|
|
69
|
-
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility
|
|
69
|
+
* (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
|
70
70
|
*/
|
|
71
71
|
readonly freeformTags: pulumi.Output<{
|
|
72
72
|
[key: string]: any;
|
|
73
73
|
}>;
|
|
74
74
|
/**
|
|
75
|
-
* Lifecycle states for registries in Data Connectivity Management Service CREATING - The resource is being created and may not be usable until the entire metadata is defined UPDATING - The resource is being updated and may not be usable until all changes are commited DELETING - The resource is being deleted and might require deep cleanup of children. ACTIVE - The resource is valid and available for access INACTIVE - The resource might be incomplete in its definition or might have been made unavailable for administrative reasons DELETED - The resource has been deleted and isn't available FAILED - The resource is in a failed state due to validation or other errors
|
|
75
|
+
* Lifecycle states for registries in the Data Connectivity Management Service CREATING - The resource is being created and may not be usable until the entire metadata is defined. UPDATING - The resource is being updated and may not be usable until all changes are commited. DELETING - The resource is being deleted and might require deep cleanup of children. ACTIVE - The resource is valid and available for access. INACTIVE - The resource might be incomplete in its definition or might have been made unavailable for administrative reasons. DELETED - The resource has been deleted and isn't available. FAILED - The resource is in a failed state due to validation or other errors.
|
|
76
76
|
*/
|
|
77
77
|
readonly state: pulumi.Output<string>;
|
|
78
78
|
/**
|
|
@@ -80,15 +80,15 @@ export declare class Registry extends pulumi.CustomResource {
|
|
|
80
80
|
*/
|
|
81
81
|
readonly stateMessage: pulumi.Output<string>;
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* Time when the Data Connectivity Management registry was created. An RFC3339 formatted datetime string.
|
|
84
84
|
*/
|
|
85
85
|
readonly timeCreated: pulumi.Output<string>;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* Time when the Data Connectivity Management registry was updated. An RFC3339 formatted datetime string.
|
|
88
88
|
*/
|
|
89
89
|
readonly timeUpdated: pulumi.Output<string>;
|
|
90
90
|
/**
|
|
91
|
-
* Name of the user who updated the DCMS
|
|
91
|
+
* Name of the user who updated the DCMS registry.
|
|
92
92
|
*/
|
|
93
93
|
readonly updatedBy: pulumi.Output<string>;
|
|
94
94
|
/**
|
|
@@ -119,17 +119,17 @@ export interface RegistryState {
|
|
|
119
119
|
*/
|
|
120
120
|
description?: pulumi.Input<string>;
|
|
121
121
|
/**
|
|
122
|
-
* (Updatable) Data Connectivity Management Registry display name
|
|
122
|
+
* (Updatable) The Data Connectivity Management Registry display name; registries can be renamed.
|
|
123
123
|
*/
|
|
124
124
|
displayName?: pulumi.Input<string>;
|
|
125
125
|
/**
|
|
126
|
-
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility
|
|
126
|
+
* (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
|
127
127
|
*/
|
|
128
128
|
freeformTags?: pulumi.Input<{
|
|
129
129
|
[key: string]: any;
|
|
130
130
|
}>;
|
|
131
131
|
/**
|
|
132
|
-
* Lifecycle states for registries in Data Connectivity Management Service CREATING - The resource is being created and may not be usable until the entire metadata is defined UPDATING - The resource is being updated and may not be usable until all changes are commited DELETING - The resource is being deleted and might require deep cleanup of children. ACTIVE - The resource is valid and available for access INACTIVE - The resource might be incomplete in its definition or might have been made unavailable for administrative reasons DELETED - The resource has been deleted and isn't available FAILED - The resource is in a failed state due to validation or other errors
|
|
132
|
+
* Lifecycle states for registries in the Data Connectivity Management Service CREATING - The resource is being created and may not be usable until the entire metadata is defined. UPDATING - The resource is being updated and may not be usable until all changes are commited. DELETING - The resource is being deleted and might require deep cleanup of children. ACTIVE - The resource is valid and available for access. INACTIVE - The resource might be incomplete in its definition or might have been made unavailable for administrative reasons. DELETED - The resource has been deleted and isn't available. FAILED - The resource is in a failed state due to validation or other errors.
|
|
133
133
|
*/
|
|
134
134
|
state?: pulumi.Input<string>;
|
|
135
135
|
/**
|
|
@@ -137,15 +137,15 @@ export interface RegistryState {
|
|
|
137
137
|
*/
|
|
138
138
|
stateMessage?: pulumi.Input<string>;
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* Time when the Data Connectivity Management registry was created. An RFC3339 formatted datetime string.
|
|
141
141
|
*/
|
|
142
142
|
timeCreated?: pulumi.Input<string>;
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* Time when the Data Connectivity Management registry was updated. An RFC3339 formatted datetime string.
|
|
145
145
|
*/
|
|
146
146
|
timeUpdated?: pulumi.Input<string>;
|
|
147
147
|
/**
|
|
148
|
-
* Name of the user who updated the DCMS
|
|
148
|
+
* Name of the user who updated the DCMS registry.
|
|
149
149
|
*/
|
|
150
150
|
updatedBy?: pulumi.Input<string>;
|
|
151
151
|
}
|
|
@@ -168,11 +168,11 @@ export interface RegistryArgs {
|
|
|
168
168
|
*/
|
|
169
169
|
description?: pulumi.Input<string>;
|
|
170
170
|
/**
|
|
171
|
-
* (Updatable) Data Connectivity Management Registry display name
|
|
171
|
+
* (Updatable) The Data Connectivity Management Registry display name; registries can be renamed.
|
|
172
172
|
*/
|
|
173
173
|
displayName: pulumi.Input<string>;
|
|
174
174
|
/**
|
|
175
|
-
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility
|
|
175
|
+
* (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
|
176
176
|
*/
|
|
177
177
|
freeformTags?: pulumi.Input<{
|
|
178
178
|
[key: string]: any;
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This resource provides the Registry resource in Oracle Cloud Infrastructure Data Connectivity service.
|
|
10
10
|
*
|
|
11
|
-
* Creates a new Data Connectivity Management
|
|
11
|
+
* Creates a new Data Connectivity Management registry ready to perform data connectivity management.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -127,7 +127,7 @@ export declare class RegistryConnection extends pulumi.CustomResource {
|
|
|
127
127
|
*/
|
|
128
128
|
static isInstance(obj: any): obj is RegistryConnection;
|
|
129
129
|
/**
|
|
130
|
-
* (Updatable) The properties
|
|
130
|
+
* (Updatable) The properties of the connection.
|
|
131
131
|
*/
|
|
132
132
|
readonly connectionProperties: pulumi.Output<outputs.DataConnectivity.RegistryConnectionConnectionProperty[]>;
|
|
133
133
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class RegistryConnection extends pulumi.CustomResource {
|
|
|
139
139
|
*/
|
|
140
140
|
readonly identifier: pulumi.Output<string>;
|
|
141
141
|
/**
|
|
142
|
-
* (Updatable) The default property
|
|
142
|
+
* (Updatable) The default property of the connection.
|
|
143
143
|
*/
|
|
144
144
|
readonly isDefault: pulumi.Output<boolean>;
|
|
145
145
|
/**
|
|
@@ -147,19 +147,19 @@ export declare class RegistryConnection extends pulumi.CustomResource {
|
|
|
147
147
|
*/
|
|
148
148
|
readonly key: pulumi.Output<string>;
|
|
149
149
|
/**
|
|
150
|
-
* (Updatable) A summary type containing information about the object including its key, name and
|
|
150
|
+
* (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
|
|
151
151
|
*/
|
|
152
152
|
readonly metadata: pulumi.Output<outputs.DataConnectivity.RegistryConnectionMetadata>;
|
|
153
153
|
/**
|
|
154
|
-
* (Updatable) The object
|
|
154
|
+
* (Updatable) The object type.
|
|
155
155
|
*/
|
|
156
156
|
readonly modelType: pulumi.Output<string>;
|
|
157
157
|
/**
|
|
158
|
-
* (Updatable) The
|
|
158
|
+
* (Updatable) The model version of the object.
|
|
159
159
|
*/
|
|
160
160
|
readonly modelVersion: pulumi.Output<string>;
|
|
161
161
|
/**
|
|
162
|
-
* (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
162
|
+
* (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
163
163
|
*/
|
|
164
164
|
readonly name: pulumi.Output<string>;
|
|
165
165
|
/**
|
|
@@ -175,13 +175,13 @@ export declare class RegistryConnection extends pulumi.CustomResource {
|
|
|
175
175
|
*/
|
|
176
176
|
readonly primarySchema: pulumi.Output<outputs.DataConnectivity.RegistryConnectionPrimarySchema>;
|
|
177
177
|
/**
|
|
178
|
-
* (Updatable) All the properties
|
|
178
|
+
* (Updatable) All the properties of the connection in a key-value map format.
|
|
179
179
|
*/
|
|
180
180
|
readonly properties: pulumi.Output<{
|
|
181
181
|
[key: string]: any;
|
|
182
182
|
}>;
|
|
183
183
|
/**
|
|
184
|
-
* The registry
|
|
184
|
+
* The registry OCID.
|
|
185
185
|
*/
|
|
186
186
|
readonly registryId: pulumi.Output<string>;
|
|
187
187
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class RegistryConnection extends pulumi.CustomResource {
|
|
|
206
206
|
*/
|
|
207
207
|
export interface RegistryConnectionState {
|
|
208
208
|
/**
|
|
209
|
-
* (Updatable) The properties
|
|
209
|
+
* (Updatable) The properties of the connection.
|
|
210
210
|
*/
|
|
211
211
|
connectionProperties?: pulumi.Input<pulumi.Input<inputs.DataConnectivity.RegistryConnectionConnectionProperty>[]>;
|
|
212
212
|
/**
|
|
@@ -218,7 +218,7 @@ export interface RegistryConnectionState {
|
|
|
218
218
|
*/
|
|
219
219
|
identifier?: pulumi.Input<string>;
|
|
220
220
|
/**
|
|
221
|
-
* (Updatable) The default property
|
|
221
|
+
* (Updatable) The default property of the connection.
|
|
222
222
|
*/
|
|
223
223
|
isDefault?: pulumi.Input<boolean>;
|
|
224
224
|
/**
|
|
@@ -226,19 +226,19 @@ export interface RegistryConnectionState {
|
|
|
226
226
|
*/
|
|
227
227
|
key?: pulumi.Input<string>;
|
|
228
228
|
/**
|
|
229
|
-
* (Updatable) A summary type containing information about the object including its key, name and
|
|
229
|
+
* (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
|
|
230
230
|
*/
|
|
231
231
|
metadata?: pulumi.Input<inputs.DataConnectivity.RegistryConnectionMetadata>;
|
|
232
232
|
/**
|
|
233
|
-
* (Updatable) The object
|
|
233
|
+
* (Updatable) The object type.
|
|
234
234
|
*/
|
|
235
235
|
modelType?: pulumi.Input<string>;
|
|
236
236
|
/**
|
|
237
|
-
* (Updatable) The
|
|
237
|
+
* (Updatable) The model version of the object.
|
|
238
238
|
*/
|
|
239
239
|
modelVersion?: pulumi.Input<string>;
|
|
240
240
|
/**
|
|
241
|
-
* (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
241
|
+
* (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
242
242
|
*/
|
|
243
243
|
name?: pulumi.Input<string>;
|
|
244
244
|
/**
|
|
@@ -254,13 +254,13 @@ export interface RegistryConnectionState {
|
|
|
254
254
|
*/
|
|
255
255
|
primarySchema?: pulumi.Input<inputs.DataConnectivity.RegistryConnectionPrimarySchema>;
|
|
256
256
|
/**
|
|
257
|
-
* (Updatable) All the properties
|
|
257
|
+
* (Updatable) All the properties of the connection in a key-value map format.
|
|
258
258
|
*/
|
|
259
259
|
properties?: pulumi.Input<{
|
|
260
260
|
[key: string]: any;
|
|
261
261
|
}>;
|
|
262
262
|
/**
|
|
263
|
-
* The registry
|
|
263
|
+
* The registry OCID.
|
|
264
264
|
*/
|
|
265
265
|
registryId?: pulumi.Input<string>;
|
|
266
266
|
/**
|
|
@@ -277,7 +277,7 @@ export interface RegistryConnectionState {
|
|
|
277
277
|
*/
|
|
278
278
|
export interface RegistryConnectionArgs {
|
|
279
279
|
/**
|
|
280
|
-
* (Updatable) The properties
|
|
280
|
+
* (Updatable) The properties of the connection.
|
|
281
281
|
*/
|
|
282
282
|
connectionProperties?: pulumi.Input<pulumi.Input<inputs.DataConnectivity.RegistryConnectionConnectionProperty>[]>;
|
|
283
283
|
/**
|
|
@@ -289,7 +289,7 @@ export interface RegistryConnectionArgs {
|
|
|
289
289
|
*/
|
|
290
290
|
identifier: pulumi.Input<string>;
|
|
291
291
|
/**
|
|
292
|
-
* (Updatable) The default property
|
|
292
|
+
* (Updatable) The default property of the connection.
|
|
293
293
|
*/
|
|
294
294
|
isDefault?: pulumi.Input<boolean>;
|
|
295
295
|
/**
|
|
@@ -297,19 +297,19 @@ export interface RegistryConnectionArgs {
|
|
|
297
297
|
*/
|
|
298
298
|
key?: pulumi.Input<string>;
|
|
299
299
|
/**
|
|
300
|
-
* (Updatable) A summary type containing information about the object including its key, name and
|
|
300
|
+
* (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
|
|
301
301
|
*/
|
|
302
302
|
metadata?: pulumi.Input<inputs.DataConnectivity.RegistryConnectionMetadata>;
|
|
303
303
|
/**
|
|
304
|
-
* (Updatable) The object
|
|
304
|
+
* (Updatable) The object type.
|
|
305
305
|
*/
|
|
306
306
|
modelType?: pulumi.Input<string>;
|
|
307
307
|
/**
|
|
308
|
-
* (Updatable) The
|
|
308
|
+
* (Updatable) The model version of the object.
|
|
309
309
|
*/
|
|
310
310
|
modelVersion?: pulumi.Input<string>;
|
|
311
311
|
/**
|
|
312
|
-
* (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
312
|
+
* (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
313
313
|
*/
|
|
314
314
|
name?: pulumi.Input<string>;
|
|
315
315
|
/**
|
|
@@ -325,13 +325,13 @@ export interface RegistryConnectionArgs {
|
|
|
325
325
|
*/
|
|
326
326
|
primarySchema?: pulumi.Input<inputs.DataConnectivity.RegistryConnectionPrimarySchema>;
|
|
327
327
|
/**
|
|
328
|
-
* (Updatable) All the properties
|
|
328
|
+
* (Updatable) All the properties of the connection in a key-value map format.
|
|
329
329
|
*/
|
|
330
330
|
properties: pulumi.Input<{
|
|
331
331
|
[key: string]: any;
|
|
332
332
|
}>;
|
|
333
333
|
/**
|
|
334
|
-
* The registry
|
|
334
|
+
* The registry OCID.
|
|
335
335
|
*/
|
|
336
336
|
registryId: pulumi.Input<string>;
|
|
337
337
|
/**
|
|
@@ -234,7 +234,7 @@ export declare class RegistryDataAsset extends pulumi.CustomResource {
|
|
|
234
234
|
*/
|
|
235
235
|
readonly defaultConnection: pulumi.Output<outputs.DataConnectivity.RegistryDataAssetDefaultConnection>;
|
|
236
236
|
/**
|
|
237
|
-
* (Updatable) A user
|
|
237
|
+
* (Updatable) A user-defined description for the object.
|
|
238
238
|
*/
|
|
239
239
|
readonly description: pulumi.Output<string>;
|
|
240
240
|
/**
|
|
@@ -242,11 +242,11 @@ export declare class RegistryDataAsset extends pulumi.CustomResource {
|
|
|
242
242
|
*/
|
|
243
243
|
readonly endPoints: pulumi.Output<string[]>;
|
|
244
244
|
/**
|
|
245
|
-
* (Updatable) The external key
|
|
245
|
+
* (Updatable) The external key of the object.
|
|
246
246
|
*/
|
|
247
247
|
readonly externalKey: pulumi.Output<string>;
|
|
248
248
|
/**
|
|
249
|
-
* (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
|
|
249
|
+
* (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
|
|
250
250
|
*/
|
|
251
251
|
readonly identifier: pulumi.Output<string>;
|
|
252
252
|
/**
|
|
@@ -254,11 +254,11 @@ export declare class RegistryDataAsset extends pulumi.CustomResource {
|
|
|
254
254
|
*/
|
|
255
255
|
readonly key: pulumi.Output<string>;
|
|
256
256
|
/**
|
|
257
|
-
* (Updatable) A summary type containing information about the object including its key, name and
|
|
257
|
+
* (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
|
|
258
258
|
*/
|
|
259
259
|
readonly metadata: pulumi.Output<outputs.DataConnectivity.RegistryDataAssetMetadata>;
|
|
260
260
|
/**
|
|
261
|
-
* (Updatable) The property which
|
|
261
|
+
* (Updatable) The property which differentiates the subtypes.
|
|
262
262
|
*/
|
|
263
263
|
readonly modelType: pulumi.Output<string>;
|
|
264
264
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class RegistryDataAsset extends pulumi.CustomResource {
|
|
|
266
266
|
*/
|
|
267
267
|
readonly modelVersion: pulumi.Output<string>;
|
|
268
268
|
/**
|
|
269
|
-
* (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
269
|
+
* (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
270
270
|
*/
|
|
271
271
|
readonly name: pulumi.Output<string>;
|
|
272
272
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class RegistryDataAsset extends pulumi.CustomResource {
|
|
|
288
288
|
[key: string]: any;
|
|
289
289
|
}>;
|
|
290
290
|
/**
|
|
291
|
-
* The registry
|
|
291
|
+
* The registry OCID.
|
|
292
292
|
*/
|
|
293
293
|
readonly registryId: pulumi.Output<string>;
|
|
294
294
|
/**
|
|
@@ -323,7 +323,7 @@ export interface RegistryDataAssetState {
|
|
|
323
323
|
*/
|
|
324
324
|
defaultConnection?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetDefaultConnection>;
|
|
325
325
|
/**
|
|
326
|
-
* (Updatable) A user
|
|
326
|
+
* (Updatable) A user-defined description for the object.
|
|
327
327
|
*/
|
|
328
328
|
description?: pulumi.Input<string>;
|
|
329
329
|
/**
|
|
@@ -331,11 +331,11 @@ export interface RegistryDataAssetState {
|
|
|
331
331
|
*/
|
|
332
332
|
endPoints?: pulumi.Input<pulumi.Input<string>[]>;
|
|
333
333
|
/**
|
|
334
|
-
* (Updatable) The external key
|
|
334
|
+
* (Updatable) The external key of the object.
|
|
335
335
|
*/
|
|
336
336
|
externalKey?: pulumi.Input<string>;
|
|
337
337
|
/**
|
|
338
|
-
* (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
|
|
338
|
+
* (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
|
|
339
339
|
*/
|
|
340
340
|
identifier?: pulumi.Input<string>;
|
|
341
341
|
/**
|
|
@@ -343,11 +343,11 @@ export interface RegistryDataAssetState {
|
|
|
343
343
|
*/
|
|
344
344
|
key?: pulumi.Input<string>;
|
|
345
345
|
/**
|
|
346
|
-
* (Updatable) A summary type containing information about the object including its key, name and
|
|
346
|
+
* (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
|
|
347
347
|
*/
|
|
348
348
|
metadata?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetMetadata>;
|
|
349
349
|
/**
|
|
350
|
-
* (Updatable) The property which
|
|
350
|
+
* (Updatable) The property which differentiates the subtypes.
|
|
351
351
|
*/
|
|
352
352
|
modelType?: pulumi.Input<string>;
|
|
353
353
|
/**
|
|
@@ -355,7 +355,7 @@ export interface RegistryDataAssetState {
|
|
|
355
355
|
*/
|
|
356
356
|
modelVersion?: pulumi.Input<string>;
|
|
357
357
|
/**
|
|
358
|
-
* (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
358
|
+
* (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
359
359
|
*/
|
|
360
360
|
name?: pulumi.Input<string>;
|
|
361
361
|
/**
|
|
@@ -377,7 +377,7 @@ export interface RegistryDataAssetState {
|
|
|
377
377
|
[key: string]: any;
|
|
378
378
|
}>;
|
|
379
379
|
/**
|
|
380
|
-
* The registry
|
|
380
|
+
* The registry OCID.
|
|
381
381
|
*/
|
|
382
382
|
registryId?: pulumi.Input<string>;
|
|
383
383
|
/**
|
|
@@ -404,7 +404,7 @@ export interface RegistryDataAssetArgs {
|
|
|
404
404
|
*/
|
|
405
405
|
defaultConnection?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetDefaultConnection>;
|
|
406
406
|
/**
|
|
407
|
-
* (Updatable) A user
|
|
407
|
+
* (Updatable) A user-defined description for the object.
|
|
408
408
|
*/
|
|
409
409
|
description?: pulumi.Input<string>;
|
|
410
410
|
/**
|
|
@@ -412,11 +412,11 @@ export interface RegistryDataAssetArgs {
|
|
|
412
412
|
*/
|
|
413
413
|
endPoints?: pulumi.Input<pulumi.Input<string>[]>;
|
|
414
414
|
/**
|
|
415
|
-
* (Updatable) The external key
|
|
415
|
+
* (Updatable) The external key of the object.
|
|
416
416
|
*/
|
|
417
417
|
externalKey?: pulumi.Input<string>;
|
|
418
418
|
/**
|
|
419
|
-
* (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
|
|
419
|
+
* (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
|
|
420
420
|
*/
|
|
421
421
|
identifier: pulumi.Input<string>;
|
|
422
422
|
/**
|
|
@@ -424,11 +424,11 @@ export interface RegistryDataAssetArgs {
|
|
|
424
424
|
*/
|
|
425
425
|
key?: pulumi.Input<string>;
|
|
426
426
|
/**
|
|
427
|
-
* (Updatable) A summary type containing information about the object including its key, name and
|
|
427
|
+
* (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
|
|
428
428
|
*/
|
|
429
429
|
metadata?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetMetadata>;
|
|
430
430
|
/**
|
|
431
|
-
* (Updatable) The property which
|
|
431
|
+
* (Updatable) The property which differentiates the subtypes.
|
|
432
432
|
*/
|
|
433
433
|
modelType: pulumi.Input<string>;
|
|
434
434
|
/**
|
|
@@ -436,7 +436,7 @@ export interface RegistryDataAssetArgs {
|
|
|
436
436
|
*/
|
|
437
437
|
modelVersion?: pulumi.Input<string>;
|
|
438
438
|
/**
|
|
439
|
-
* (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
439
|
+
* (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
|
440
440
|
*/
|
|
441
441
|
name?: pulumi.Input<string>;
|
|
442
442
|
/**
|
|
@@ -458,7 +458,7 @@ export interface RegistryDataAssetArgs {
|
|
|
458
458
|
[key: string]: any;
|
|
459
459
|
}>;
|
|
460
460
|
/**
|
|
461
|
-
* The registry
|
|
461
|
+
* The registry OCID.
|
|
462
462
|
*/
|
|
463
463
|
registryId: pulumi.Input<string>;
|
|
464
464
|
/**
|