Data Source: oci_bds_bds_instance_bds_certificate_configuration
This data source provides details about a specific Bds Instance Bds Certificate Configuration resource in Oracle Cloud Infrastructure Big Data Service service.
Returns details of the BdsCertificateConfiguration identified by the given ID.
Example Usage
data "oci_bds_bds_instance_bds_certificate_configuration" "test_bds_instance_bds_certificate_configuration" {
#Required
bds_certificate_configuration_id = oci_audit_configuration.test_configuration.id
bds_instance_id = oci_bds_bds_instance.test_bds_instance.id
}
Argument Reference
The following arguments are supported:
bds_certificate_configuration_id- (Required) Unique Oracle-assigned identifier of the BdsCertificateConfiguration.bds_instance_id- (Required) The OCID of the cluster.
Attributes Reference
The following attributes are exported:
bds_instance_id- The OCID of the bdsInstance which is the parent resource id.certificate_authority_id- The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.compartment_id- The OCID of the compartment of the certificate authority connecting to this certificate configuration.display_name- The display name of the BDS certificate configuration.id- The ID of the BDS certificate configuration defined under BDS resources, not OCID.is_default_configuration- If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.state- The lifecycle status of the BDS certificate configuration.time_created- The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.time_last_refreshed_or_generated- The last time the BDS certificate configuration was used to generate or renew the certificate(s).time_updated- The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.type- The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.