Data Source: oci_kms_ekms_private_endpoint
This data source provides details about a specific Ekms Private Endpoint resource in Oracle Cloud Infrastructure Kms service.
Gets a specific EKMS private by identifier.
Example Usage
data "oci_kms_ekms_private_endpoint" "test_ekms_private_endpoint" {
#Required
ekms_private_endpoint_id = oci_kms_ekms_private_endpoint.test_ekms_private_endpoint.id
}
Argument Reference
The following arguments are supported:
ekms_private_endpoint_id
- (Required) Unique EKMS private endpoint identifier.
Attributes Reference
The following attributes are exported:
ca_bundle
- CABundle to validate TLS certificate of the external key manager system in PEM formatcompartment_id
- Identifier of the compartment this EKMS private endpoint belongs todefined_tags
- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:{"foo-namespace.bar-key": "value"}
display_name
- Mutable name of the EKMS private endpointexternal_key_manager_ip
- Private IP of the external key manager system to connect to from the EKMS private endpointfreeform_tags
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}
id
- Unique identifier that is immutablelifecycle_details
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in ‘Failed’ state.port
- The port of the external key manager systemprivate_endpoint_ip
- The IP address in the customer’s VCN for the EKMS private endpoint. This is taken from subnetstate
- The current state of the EKMS private endpoint resource.subnet_id
- Subnet Identifiertime_created
- The time the EKMS private endpoint was created. An RFC3339 formatted datetime string.time_updated
- The time the EKMS private endpoint was updated. An RFC3339 formatted datetime string.