Skip to content

Commit 38c6b1d

Browse files
Add Output for GCS bucket (#475)
1 parent 968b0a6 commit 38c6b1d

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

outputs/google_cloud_storage_bucket/output.facets.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,32 @@ out:
1414
name:
1515
type: string
1616
description: The name of the created GCS bucket
17+
bucket_url:
18+
type: string
19+
description: Full URL of the GCS bucket in the format gs://bucket-name
20+
bucket_name:
21+
type: string
22+
description: The name of the created GCS bucket
23+
read_only_role:
24+
type: string
25+
description: GCP IAM role for read-only access to the bucket
26+
bucket_location:
27+
type: string
28+
description: The location of the GCS bucket
29+
read_write_role:
30+
type: string
31+
description: GCP IAM role for read-write access to the bucket
32+
bucket_self_link:
33+
type: string
34+
description: The self link of the GCS bucket
35+
bucket_storage_class:
36+
type: string
37+
description: The storage class of the GCS bucket
38+
bucket_iam_condition_title:
39+
type: string
40+
description: Title for IAM condition restricting access to this bucket
41+
bucket_iam_condition_expression:
42+
type: string
43+
description: Expression for IAM condition restricting access to this bucket
1744
interfaces: {}
1845

0 commit comments

Comments
 (0)