Question 23 of 32 from exam 1Z0-1067-21: Oracle Cloud Infrastructure 2021 Cloud Operations Associate

Question 23 of 32 from exam 1Z0-1067-21: Oracle Cloud Infrastructure 2021 Cloud Operations Associate

Question

Here is a partial code from a Terraform template written for Oracle Cloud Infrastructure (OCI):

resource “oci_objectstorage_action” “bucket_par” {

namespace = “${data.oci_objectstorage_namespace.ns.namespace}”
bucket “S$ {oci_objectstorage_bucket .bucket1.name}”

name “parOnBucket”

access_type = “AnyObjectWrite”

time_expires ~2020-12-10723:00:002”

resource “oci_objectstorage_action” “bucket_par” {

namespace “S$ {data.oci_objectstorage_namespace.ns.namespace}”
bucket = “${oci_objectstorage_bucket .bucket1.name}”

object “S$ {oci_objectstorage_object.object1.object}”

name “objectPar”

access_type = “ObjectRead”

time_expires ~2020-12-29723:00:002”

output “par_output” {

value = “https: //objectstorage.${var.region} .oraclecloud.com
S$ {oci_objectstorage_preauthrequest .object_par.access_uri}”
}

What operation(s) does it perform? (Choose the best answer.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.