You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/analytics_analytics_instance.html.markdown
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,18 @@ The following arguments are supported:
34
34
The following attributes are exported:
35
35
36
36
*`capacity` - Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...).
37
-
* `capacity_type` - The capacity model to use.
38
-
* `capacity_value` - The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
37
+
* `capacity_type` - The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
38
+
* `capacity_value` - The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the instance.
39
39
*`compartment_id` - The OCID of the compartment.
40
40
*`defined_tags` - 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"}`
*`feature_bundle` - The feature set of an Analytics instance.
43
45
*`feature_set` - Analytics feature set.
44
46
*`freeform_tags` - 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"}`
45
47
*`id` - The resource OCID.
46
-
*`kms_key_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
48
+
*`kms_key_id` - OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
47
49
*`license_type` - The license used for the service.
48
50
*`name` - The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed.
49
51
*`network_endpoint_details` - Base representation of a network endpoint.
@@ -73,6 +75,7 @@ The following attributes are exported:
73
75
* `vcn_id` - OCID of the customer VCN peered with private access channel.
74
76
*`service_url` - URL of the Analytics service.
75
77
*`state` - The current state of an instance.
78
+
*`system_tags` - System tags for this resource. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.key": "value"}`
76
79
*`time_created` - The date and time the instance was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
77
80
*`time_updated` - The date and time the instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events do not influence it.
78
81
*`vanity_url_details` - Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
0 commit comments