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
Description: `The location of the bucket. The supported locations are: "global" "us-central1"`,
21
23
},
22
24
"bucket_id": {
23
-
Type: schema.TypeString,
24
-
Required: true,
25
-
ForceNew: true,
25
+
Type: schema.TypeString,
26
+
Required: true,
27
+
ForceNew: true,
28
+
Description: `The name of the logging bucket. Logging automatically creates two log buckets: _Required and _Default.`,
26
29
},
27
30
"description": {
28
-
Type: schema.TypeString,
29
-
Optional: true,
30
-
Computed: true,
31
+
Type: schema.TypeString,
32
+
Optional: true,
33
+
Computed: true,
34
+
Description: `An optional description for this bucket.`,
31
35
},
32
36
"retention_days": {
33
-
Type: schema.TypeInt,
34
-
Optional: true,
35
-
Default: 30,
37
+
Type: schema.TypeInt,
38
+
Optional: true,
39
+
Default: 30,
40
+
Description: `Logs will be retained by default for this amount of time, after which they will automatically be deleted. The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used.`,
36
41
},
37
42
"lifecycle_state": {
38
-
Type: schema.TypeString,
39
-
Computed: true,
43
+
Type: schema.TypeString,
44
+
Computed: true,
45
+
Description: `The bucket's lifecycle such as active or deleted.`,
Description: `Whether or not to include children folders in the sink export. If true, logs associated with child projects are also exported; otherwise only logs relating to the provided folder are included.`,
Description: `Whether or not to include children organizations in the sink export. If true, logs associated with child projects are also exported; otherwise only logs relating to the provided organization are included.`,
0 commit comments