pulumi-gcp 7.8.0a1706805960__py3-none-any.whl → 7.8.0a1706829616__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/_utilities.py +6 -2
- pulumi_gcp/alloydb/outputs.py +16 -0
- pulumi_gcp/artifactregistry/outputs.py +204 -0
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +34 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
- pulumi_gcp/beyondcorp/outputs.py +54 -0
- pulumi_gcp/bigquery/_inputs.py +18 -0
- pulumi_gcp/bigquery/outputs.py +172 -0
- pulumi_gcp/bigtable/_inputs.py +4 -0
- pulumi_gcp/bigtable/outputs.py +4 -0
- pulumi_gcp/certificateauthority/outputs.py +378 -0
- pulumi_gcp/certificatemanager/outputs.py +32 -0
- pulumi_gcp/cloudbuild/outputs.py +1009 -3
- pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
- pulumi_gcp/cloudbuildv2/outputs.py +14 -0
- pulumi_gcp/clouddeploy/_inputs.py +36 -0
- pulumi_gcp/clouddeploy/outputs.py +36 -0
- pulumi_gcp/cloudfunctions/_inputs.py +4 -0
- pulumi_gcp/cloudfunctions/outputs.py +54 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
- pulumi_gcp/cloudidentity/outputs.py +54 -0
- pulumi_gcp/cloudrun/outputs.py +704 -0
- pulumi_gcp/cloudrunv2/outputs.py +929 -5
- pulumi_gcp/composer/_inputs.py +430 -0
- pulumi_gcp/composer/outputs.py +860 -0
- pulumi_gcp/compute/_inputs.py +924 -0
- pulumi_gcp/compute/outputs.py +4091 -1
- pulumi_gcp/container/_inputs.py +542 -0
- pulumi_gcp/container/outputs.py +2137 -3
- pulumi_gcp/dataplex/_inputs.py +66 -0
- pulumi_gcp/dataplex/outputs.py +66 -0
- pulumi_gcp/dataproc/_inputs.py +174 -0
- pulumi_gcp/dataproc/outputs.py +174 -0
- pulumi_gcp/dns/_inputs.py +34 -0
- pulumi_gcp/dns/outputs.py +34 -0
- pulumi_gcp/filestore/outputs.py +88 -0
- pulumi_gcp/firebaserules/_inputs.py +6 -0
- pulumi_gcp/firebaserules/outputs.py +6 -0
- pulumi_gcp/folder/_inputs.py +4 -0
- pulumi_gcp/folder/iam_audit_config.py +2 -2
- pulumi_gcp/folder/iam_member.py +2 -2
- pulumi_gcp/folder/iam_policy.py +2 -2
- pulumi_gcp/folder/outputs.py +54 -0
- pulumi_gcp/gkehub/_inputs.py +8 -0
- pulumi_gcp/gkehub/outputs.py +8 -0
- pulumi_gcp/iam/outputs.py +92 -0
- pulumi_gcp/kms/outputs.py +16 -0
- pulumi_gcp/logging/_inputs.py +108 -0
- pulumi_gcp/logging/outputs.py +108 -0
- pulumi_gcp/monitoring/outputs.py +14 -0
- pulumi_gcp/networkconnectivity/_inputs.py +6 -0
- pulumi_gcp/networkconnectivity/outputs.py +6 -0
- pulumi_gcp/organizations/_inputs.py +4 -0
- pulumi_gcp/organizations/iam_audit_config.py +2 -2
- pulumi_gcp/organizations/iam_member.py +2 -2
- pulumi_gcp/organizations/iam_policy.py +2 -2
- pulumi_gcp/organizations/outputs.py +4 -0
- pulumi_gcp/projects/_inputs.py +4 -0
- pulumi_gcp/projects/iam_audit_config.py +2 -2
- pulumi_gcp/projects/iam_binding.py +2 -2
- pulumi_gcp/projects/iam_member.py +2 -2
- pulumi_gcp/projects/iam_policy.py +2 -2
- pulumi_gcp/projects/outputs.py +54 -0
- pulumi_gcp/pubsub/outputs.py +282 -0
- pulumi_gcp/redis/outputs.py +204 -0
- pulumi_gcp/secretmanager/outputs.py +88 -0
- pulumi_gcp/sourcerepo/outputs.py +20 -0
- pulumi_gcp/spanner/outputs.py +68 -0
- pulumi_gcp/sql/_inputs.py +50 -0
- pulumi_gcp/sql/outputs.py +904 -0
- pulumi_gcp/storage/outputs.py +188 -0
- pulumi_gcp/vertex/outputs.py +124 -0
- pulumi_gcp/vmwareengine/outputs.py +208 -0
- pulumi_gcp/vpcaccess/outputs.py +4 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/top_level.txt +0 -0
pulumi_gcp/storage/outputs.py
CHANGED
@@ -2541,17 +2541,27 @@ class GetBucketAutoclassResult(dict):
|
|
2541
2541
|
def __init__(__self__, *,
|
2542
2542
|
enabled: bool,
|
2543
2543
|
terminal_storage_class: str):
|
2544
|
+
"""
|
2545
|
+
:param bool enabled: While set to true, autoclass automatically transitions objects in your bucket to appropriate storage classes based on each object's access pattern.
|
2546
|
+
:param str terminal_storage_class: The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Supported values include: NEARLINE, ARCHIVE.
|
2547
|
+
"""
|
2544
2548
|
pulumi.set(__self__, "enabled", enabled)
|
2545
2549
|
pulumi.set(__self__, "terminal_storage_class", terminal_storage_class)
|
2546
2550
|
|
2547
2551
|
@property
|
2548
2552
|
@pulumi.getter
|
2549
2553
|
def enabled(self) -> bool:
|
2554
|
+
"""
|
2555
|
+
While set to true, autoclass automatically transitions objects in your bucket to appropriate storage classes based on each object's access pattern.
|
2556
|
+
"""
|
2550
2557
|
return pulumi.get(self, "enabled")
|
2551
2558
|
|
2552
2559
|
@property
|
2553
2560
|
@pulumi.getter(name="terminalStorageClass")
|
2554
2561
|
def terminal_storage_class(self) -> str:
|
2562
|
+
"""
|
2563
|
+
The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Supported values include: NEARLINE, ARCHIVE.
|
2564
|
+
"""
|
2555
2565
|
return pulumi.get(self, "terminal_storage_class")
|
2556
2566
|
|
2557
2567
|
|
@@ -2562,6 +2572,12 @@ class GetBucketCorResult(dict):
|
|
2562
2572
|
methods: Sequence[str],
|
2563
2573
|
origins: Sequence[str],
|
2564
2574
|
response_headers: Sequence[str]):
|
2575
|
+
"""
|
2576
|
+
:param int max_age_seconds: The value, in seconds, to return in the Access-Control-Max-Age header used in preflight responses.
|
2577
|
+
:param Sequence[str] methods: The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
|
2578
|
+
:param Sequence[str] origins: The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
|
2579
|
+
:param Sequence[str] response_headers: The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
|
2580
|
+
"""
|
2565
2581
|
pulumi.set(__self__, "max_age_seconds", max_age_seconds)
|
2566
2582
|
pulumi.set(__self__, "methods", methods)
|
2567
2583
|
pulumi.set(__self__, "origins", origins)
|
@@ -2570,21 +2586,33 @@ class GetBucketCorResult(dict):
|
|
2570
2586
|
@property
|
2571
2587
|
@pulumi.getter(name="maxAgeSeconds")
|
2572
2588
|
def max_age_seconds(self) -> int:
|
2589
|
+
"""
|
2590
|
+
The value, in seconds, to return in the Access-Control-Max-Age header used in preflight responses.
|
2591
|
+
"""
|
2573
2592
|
return pulumi.get(self, "max_age_seconds")
|
2574
2593
|
|
2575
2594
|
@property
|
2576
2595
|
@pulumi.getter
|
2577
2596
|
def methods(self) -> Sequence[str]:
|
2597
|
+
"""
|
2598
|
+
The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
|
2599
|
+
"""
|
2578
2600
|
return pulumi.get(self, "methods")
|
2579
2601
|
|
2580
2602
|
@property
|
2581
2603
|
@pulumi.getter
|
2582
2604
|
def origins(self) -> Sequence[str]:
|
2605
|
+
"""
|
2606
|
+
The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
|
2607
|
+
"""
|
2583
2608
|
return pulumi.get(self, "origins")
|
2584
2609
|
|
2585
2610
|
@property
|
2586
2611
|
@pulumi.getter(name="responseHeaders")
|
2587
2612
|
def response_headers(self) -> Sequence[str]:
|
2613
|
+
"""
|
2614
|
+
The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
|
2615
|
+
"""
|
2588
2616
|
return pulumi.get(self, "response_headers")
|
2589
2617
|
|
2590
2618
|
|
@@ -2592,11 +2620,17 @@ class GetBucketCorResult(dict):
|
|
2592
2620
|
class GetBucketCustomPlacementConfigResult(dict):
|
2593
2621
|
def __init__(__self__, *,
|
2594
2622
|
data_locations: Sequence[str]):
|
2623
|
+
"""
|
2624
|
+
:param Sequence[str] data_locations: The list of individual regions that comprise a dual-region bucket. See the docs for a list of acceptable regions. Note: If any of the data_locations changes, it will recreate the bucket.
|
2625
|
+
"""
|
2595
2626
|
pulumi.set(__self__, "data_locations", data_locations)
|
2596
2627
|
|
2597
2628
|
@property
|
2598
2629
|
@pulumi.getter(name="dataLocations")
|
2599
2630
|
def data_locations(self) -> Sequence[str]:
|
2631
|
+
"""
|
2632
|
+
The list of individual regions that comprise a dual-region bucket. See the docs for a list of acceptable regions. Note: If any of the data_locations changes, it will recreate the bucket.
|
2633
|
+
"""
|
2600
2634
|
return pulumi.get(self, "data_locations")
|
2601
2635
|
|
2602
2636
|
|
@@ -2604,11 +2638,17 @@ class GetBucketCustomPlacementConfigResult(dict):
|
|
2604
2638
|
class GetBucketEncryptionResult(dict):
|
2605
2639
|
def __init__(__self__, *,
|
2606
2640
|
default_kms_key_name: str):
|
2641
|
+
"""
|
2642
|
+
:param str default_kms_key_name: A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified. You must pay attention to whether the crypto key is available in the location that this bucket is created in. See the docs for more details.
|
2643
|
+
"""
|
2607
2644
|
pulumi.set(__self__, "default_kms_key_name", default_kms_key_name)
|
2608
2645
|
|
2609
2646
|
@property
|
2610
2647
|
@pulumi.getter(name="defaultKmsKeyName")
|
2611
2648
|
def default_kms_key_name(self) -> str:
|
2649
|
+
"""
|
2650
|
+
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified. You must pay attention to whether the crypto key is available in the location that this bucket is created in. See the docs for more details.
|
2651
|
+
"""
|
2612
2652
|
return pulumi.get(self, "default_kms_key_name")
|
2613
2653
|
|
2614
2654
|
|
@@ -2617,17 +2657,27 @@ class GetBucketLifecycleRuleResult(dict):
|
|
2617
2657
|
def __init__(__self__, *,
|
2618
2658
|
actions: Sequence['outputs.GetBucketLifecycleRuleActionResult'],
|
2619
2659
|
conditions: Sequence['outputs.GetBucketLifecycleRuleConditionResult']):
|
2660
|
+
"""
|
2661
|
+
:param Sequence['GetBucketLifecycleRuleActionArgs'] actions: The Lifecycle Rule's action configuration. A single block of this type is supported.
|
2662
|
+
:param Sequence['GetBucketLifecycleRuleConditionArgs'] conditions: The Lifecycle Rule's condition configuration.
|
2663
|
+
"""
|
2620
2664
|
pulumi.set(__self__, "actions", actions)
|
2621
2665
|
pulumi.set(__self__, "conditions", conditions)
|
2622
2666
|
|
2623
2667
|
@property
|
2624
2668
|
@pulumi.getter
|
2625
2669
|
def actions(self) -> Sequence['outputs.GetBucketLifecycleRuleActionResult']:
|
2670
|
+
"""
|
2671
|
+
The Lifecycle Rule's action configuration. A single block of this type is supported.
|
2672
|
+
"""
|
2626
2673
|
return pulumi.get(self, "actions")
|
2627
2674
|
|
2628
2675
|
@property
|
2629
2676
|
@pulumi.getter
|
2630
2677
|
def conditions(self) -> Sequence['outputs.GetBucketLifecycleRuleConditionResult']:
|
2678
|
+
"""
|
2679
|
+
The Lifecycle Rule's condition configuration.
|
2680
|
+
"""
|
2631
2681
|
return pulumi.get(self, "conditions")
|
2632
2682
|
|
2633
2683
|
|
@@ -2636,17 +2686,27 @@ class GetBucketLifecycleRuleActionResult(dict):
|
|
2636
2686
|
def __init__(__self__, *,
|
2637
2687
|
storage_class: str,
|
2638
2688
|
type: str):
|
2689
|
+
"""
|
2690
|
+
:param str storage_class: The target Storage Class of objects affected by this Lifecycle Rule. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.
|
2691
|
+
:param str type: The type of the action of this Lifecycle Rule. Supported values include: Delete, SetStorageClass and AbortIncompleteMultipartUpload.
|
2692
|
+
"""
|
2639
2693
|
pulumi.set(__self__, "storage_class", storage_class)
|
2640
2694
|
pulumi.set(__self__, "type", type)
|
2641
2695
|
|
2642
2696
|
@property
|
2643
2697
|
@pulumi.getter(name="storageClass")
|
2644
2698
|
def storage_class(self) -> str:
|
2699
|
+
"""
|
2700
|
+
The target Storage Class of objects affected by this Lifecycle Rule. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.
|
2701
|
+
"""
|
2645
2702
|
return pulumi.get(self, "storage_class")
|
2646
2703
|
|
2647
2704
|
@property
|
2648
2705
|
@pulumi.getter
|
2649
2706
|
def type(self) -> str:
|
2707
|
+
"""
|
2708
|
+
The type of the action of this Lifecycle Rule. Supported values include: Delete, SetStorageClass and AbortIncompleteMultipartUpload.
|
2709
|
+
"""
|
2650
2710
|
return pulumi.get(self, "type")
|
2651
2711
|
|
2652
2712
|
|
@@ -2665,6 +2725,21 @@ class GetBucketLifecycleRuleConditionResult(dict):
|
|
2665
2725
|
noncurrent_time_before: str,
|
2666
2726
|
num_newer_versions: int,
|
2667
2727
|
with_state: str):
|
2728
|
+
"""
|
2729
|
+
:param int age: Minimum age of an object in days to satisfy this condition.
|
2730
|
+
:param str created_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
|
2731
|
+
:param str custom_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
|
2732
|
+
:param int days_since_custom_time: Number of days elapsed since the user-specified timestamp set on an object.
|
2733
|
+
:param int days_since_noncurrent_time: Number of days elapsed since the noncurrent timestamp of an object. This
|
2734
|
+
condition is relevant only for versioned objects.
|
2735
|
+
:param Sequence[str] matches_prefixes: One or more matching name prefixes to satisfy this condition.
|
2736
|
+
:param Sequence[str] matches_storage_classes: Storage Class of objects to satisfy this condition. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, DURABLE_REDUCED_AVAILABILITY.
|
2737
|
+
:param Sequence[str] matches_suffixes: One or more matching name suffixes to satisfy this condition.
|
2738
|
+
:param bool no_age: While set true, age value will be omitted.Required to set true when age is unset in the config file.
|
2739
|
+
:param str noncurrent_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
|
2740
|
+
:param int num_newer_versions: Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
|
2741
|
+
:param str with_state: Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: "LIVE", "ARCHIVED", "ANY".
|
2742
|
+
"""
|
2668
2743
|
pulumi.set(__self__, "age", age)
|
2669
2744
|
pulumi.set(__self__, "created_before", created_before)
|
2670
2745
|
pulumi.set(__self__, "custom_time_before", custom_time_before)
|
@@ -2681,61 +2756,98 @@ class GetBucketLifecycleRuleConditionResult(dict):
|
|
2681
2756
|
@property
|
2682
2757
|
@pulumi.getter
|
2683
2758
|
def age(self) -> int:
|
2759
|
+
"""
|
2760
|
+
Minimum age of an object in days to satisfy this condition.
|
2761
|
+
"""
|
2684
2762
|
return pulumi.get(self, "age")
|
2685
2763
|
|
2686
2764
|
@property
|
2687
2765
|
@pulumi.getter(name="createdBefore")
|
2688
2766
|
def created_before(self) -> str:
|
2767
|
+
"""
|
2768
|
+
Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
|
2769
|
+
"""
|
2689
2770
|
return pulumi.get(self, "created_before")
|
2690
2771
|
|
2691
2772
|
@property
|
2692
2773
|
@pulumi.getter(name="customTimeBefore")
|
2693
2774
|
def custom_time_before(self) -> str:
|
2775
|
+
"""
|
2776
|
+
Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
|
2777
|
+
"""
|
2694
2778
|
return pulumi.get(self, "custom_time_before")
|
2695
2779
|
|
2696
2780
|
@property
|
2697
2781
|
@pulumi.getter(name="daysSinceCustomTime")
|
2698
2782
|
def days_since_custom_time(self) -> int:
|
2783
|
+
"""
|
2784
|
+
Number of days elapsed since the user-specified timestamp set on an object.
|
2785
|
+
"""
|
2699
2786
|
return pulumi.get(self, "days_since_custom_time")
|
2700
2787
|
|
2701
2788
|
@property
|
2702
2789
|
@pulumi.getter(name="daysSinceNoncurrentTime")
|
2703
2790
|
def days_since_noncurrent_time(self) -> int:
|
2791
|
+
"""
|
2792
|
+
Number of days elapsed since the noncurrent timestamp of an object. This
|
2793
|
+
condition is relevant only for versioned objects.
|
2794
|
+
"""
|
2704
2795
|
return pulumi.get(self, "days_since_noncurrent_time")
|
2705
2796
|
|
2706
2797
|
@property
|
2707
2798
|
@pulumi.getter(name="matchesPrefixes")
|
2708
2799
|
def matches_prefixes(self) -> Sequence[str]:
|
2800
|
+
"""
|
2801
|
+
One or more matching name prefixes to satisfy this condition.
|
2802
|
+
"""
|
2709
2803
|
return pulumi.get(self, "matches_prefixes")
|
2710
2804
|
|
2711
2805
|
@property
|
2712
2806
|
@pulumi.getter(name="matchesStorageClasses")
|
2713
2807
|
def matches_storage_classes(self) -> Sequence[str]:
|
2808
|
+
"""
|
2809
|
+
Storage Class of objects to satisfy this condition. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, DURABLE_REDUCED_AVAILABILITY.
|
2810
|
+
"""
|
2714
2811
|
return pulumi.get(self, "matches_storage_classes")
|
2715
2812
|
|
2716
2813
|
@property
|
2717
2814
|
@pulumi.getter(name="matchesSuffixes")
|
2718
2815
|
def matches_suffixes(self) -> Sequence[str]:
|
2816
|
+
"""
|
2817
|
+
One or more matching name suffixes to satisfy this condition.
|
2818
|
+
"""
|
2719
2819
|
return pulumi.get(self, "matches_suffixes")
|
2720
2820
|
|
2721
2821
|
@property
|
2722
2822
|
@pulumi.getter(name="noAge")
|
2723
2823
|
def no_age(self) -> bool:
|
2824
|
+
"""
|
2825
|
+
While set true, age value will be omitted.Required to set true when age is unset in the config file.
|
2826
|
+
"""
|
2724
2827
|
return pulumi.get(self, "no_age")
|
2725
2828
|
|
2726
2829
|
@property
|
2727
2830
|
@pulumi.getter(name="noncurrentTimeBefore")
|
2728
2831
|
def noncurrent_time_before(self) -> str:
|
2832
|
+
"""
|
2833
|
+
Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
|
2834
|
+
"""
|
2729
2835
|
return pulumi.get(self, "noncurrent_time_before")
|
2730
2836
|
|
2731
2837
|
@property
|
2732
2838
|
@pulumi.getter(name="numNewerVersions")
|
2733
2839
|
def num_newer_versions(self) -> int:
|
2840
|
+
"""
|
2841
|
+
Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
|
2842
|
+
"""
|
2734
2843
|
return pulumi.get(self, "num_newer_versions")
|
2735
2844
|
|
2736
2845
|
@property
|
2737
2846
|
@pulumi.getter(name="withState")
|
2738
2847
|
def with_state(self) -> str:
|
2848
|
+
"""
|
2849
|
+
Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: "LIVE", "ARCHIVED", "ANY".
|
2850
|
+
"""
|
2739
2851
|
return pulumi.get(self, "with_state")
|
2740
2852
|
|
2741
2853
|
|
@@ -2744,17 +2856,27 @@ class GetBucketLoggingResult(dict):
|
|
2744
2856
|
def __init__(__self__, *,
|
2745
2857
|
log_bucket: str,
|
2746
2858
|
log_object_prefix: str):
|
2859
|
+
"""
|
2860
|
+
:param str log_bucket: The bucket that will receive log objects.
|
2861
|
+
:param str log_object_prefix: The object prefix for log objects. If it's not provided, by default Google Cloud Storage sets this to this bucket's name.
|
2862
|
+
"""
|
2747
2863
|
pulumi.set(__self__, "log_bucket", log_bucket)
|
2748
2864
|
pulumi.set(__self__, "log_object_prefix", log_object_prefix)
|
2749
2865
|
|
2750
2866
|
@property
|
2751
2867
|
@pulumi.getter(name="logBucket")
|
2752
2868
|
def log_bucket(self) -> str:
|
2869
|
+
"""
|
2870
|
+
The bucket that will receive log objects.
|
2871
|
+
"""
|
2753
2872
|
return pulumi.get(self, "log_bucket")
|
2754
2873
|
|
2755
2874
|
@property
|
2756
2875
|
@pulumi.getter(name="logObjectPrefix")
|
2757
2876
|
def log_object_prefix(self) -> str:
|
2877
|
+
"""
|
2878
|
+
The object prefix for log objects. If it's not provided, by default Google Cloud Storage sets this to this bucket's name.
|
2879
|
+
"""
|
2758
2880
|
return pulumi.get(self, "log_object_prefix")
|
2759
2881
|
|
2760
2882
|
|
@@ -2763,17 +2885,27 @@ class GetBucketObjectContentCustomerEncryptionResult(dict):
|
|
2763
2885
|
def __init__(__self__, *,
|
2764
2886
|
encryption_algorithm: str,
|
2765
2887
|
encryption_key: str):
|
2888
|
+
"""
|
2889
|
+
:param str encryption_algorithm: The encryption algorithm. Default: AES256
|
2890
|
+
:param str encryption_key: Base64 encoded customer supplied encryption key.
|
2891
|
+
"""
|
2766
2892
|
pulumi.set(__self__, "encryption_algorithm", encryption_algorithm)
|
2767
2893
|
pulumi.set(__self__, "encryption_key", encryption_key)
|
2768
2894
|
|
2769
2895
|
@property
|
2770
2896
|
@pulumi.getter(name="encryptionAlgorithm")
|
2771
2897
|
def encryption_algorithm(self) -> str:
|
2898
|
+
"""
|
2899
|
+
The encryption algorithm. Default: AES256
|
2900
|
+
"""
|
2772
2901
|
return pulumi.get(self, "encryption_algorithm")
|
2773
2902
|
|
2774
2903
|
@property
|
2775
2904
|
@pulumi.getter(name="encryptionKey")
|
2776
2905
|
def encryption_key(self) -> str:
|
2906
|
+
"""
|
2907
|
+
Base64 encoded customer supplied encryption key.
|
2908
|
+
"""
|
2777
2909
|
return pulumi.get(self, "encryption_key")
|
2778
2910
|
|
2779
2911
|
|
@@ -2782,17 +2914,27 @@ class GetBucketObjectContentRetentionResult(dict):
|
|
2782
2914
|
def __init__(__self__, *,
|
2783
2915
|
mode: str,
|
2784
2916
|
retain_until_time: str):
|
2917
|
+
"""
|
2918
|
+
:param str mode: The object retention mode. Supported values include: "Unlocked", "Locked".
|
2919
|
+
:param str retain_until_time: Time in RFC 3339 (e.g. 2030-01-01T02:03:04Z) until which object retention protects this object.
|
2920
|
+
"""
|
2785
2921
|
pulumi.set(__self__, "mode", mode)
|
2786
2922
|
pulumi.set(__self__, "retain_until_time", retain_until_time)
|
2787
2923
|
|
2788
2924
|
@property
|
2789
2925
|
@pulumi.getter
|
2790
2926
|
def mode(self) -> str:
|
2927
|
+
"""
|
2928
|
+
The object retention mode. Supported values include: "Unlocked", "Locked".
|
2929
|
+
"""
|
2791
2930
|
return pulumi.get(self, "mode")
|
2792
2931
|
|
2793
2932
|
@property
|
2794
2933
|
@pulumi.getter(name="retainUntilTime")
|
2795
2934
|
def retain_until_time(self) -> str:
|
2935
|
+
"""
|
2936
|
+
Time in RFC 3339 (e.g. 2030-01-01T02:03:04Z) until which object retention protects this object.
|
2937
|
+
"""
|
2796
2938
|
return pulumi.get(self, "retain_until_time")
|
2797
2939
|
|
2798
2940
|
|
@@ -2801,17 +2943,27 @@ class GetBucketObjectCustomerEncryptionResult(dict):
|
|
2801
2943
|
def __init__(__self__, *,
|
2802
2944
|
encryption_algorithm: str,
|
2803
2945
|
encryption_key: str):
|
2946
|
+
"""
|
2947
|
+
:param str encryption_algorithm: The encryption algorithm. Default: AES256
|
2948
|
+
:param str encryption_key: Base64 encoded customer supplied encryption key.
|
2949
|
+
"""
|
2804
2950
|
pulumi.set(__self__, "encryption_algorithm", encryption_algorithm)
|
2805
2951
|
pulumi.set(__self__, "encryption_key", encryption_key)
|
2806
2952
|
|
2807
2953
|
@property
|
2808
2954
|
@pulumi.getter(name="encryptionAlgorithm")
|
2809
2955
|
def encryption_algorithm(self) -> str:
|
2956
|
+
"""
|
2957
|
+
The encryption algorithm. Default: AES256
|
2958
|
+
"""
|
2810
2959
|
return pulumi.get(self, "encryption_algorithm")
|
2811
2960
|
|
2812
2961
|
@property
|
2813
2962
|
@pulumi.getter(name="encryptionKey")
|
2814
2963
|
def encryption_key(self) -> str:
|
2964
|
+
"""
|
2965
|
+
Base64 encoded customer supplied encryption key.
|
2966
|
+
"""
|
2815
2967
|
return pulumi.get(self, "encryption_key")
|
2816
2968
|
|
2817
2969
|
|
@@ -2820,17 +2972,27 @@ class GetBucketObjectRetentionResult(dict):
|
|
2820
2972
|
def __init__(__self__, *,
|
2821
2973
|
mode: str,
|
2822
2974
|
retain_until_time: str):
|
2975
|
+
"""
|
2976
|
+
:param str mode: The object retention mode. Supported values include: "Unlocked", "Locked".
|
2977
|
+
:param str retain_until_time: Time in RFC 3339 (e.g. 2030-01-01T02:03:04Z) until which object retention protects this object.
|
2978
|
+
"""
|
2823
2979
|
pulumi.set(__self__, "mode", mode)
|
2824
2980
|
pulumi.set(__self__, "retain_until_time", retain_until_time)
|
2825
2981
|
|
2826
2982
|
@property
|
2827
2983
|
@pulumi.getter
|
2828
2984
|
def mode(self) -> str:
|
2985
|
+
"""
|
2986
|
+
The object retention mode. Supported values include: "Unlocked", "Locked".
|
2987
|
+
"""
|
2829
2988
|
return pulumi.get(self, "mode")
|
2830
2989
|
|
2831
2990
|
@property
|
2832
2991
|
@pulumi.getter(name="retainUntilTime")
|
2833
2992
|
def retain_until_time(self) -> str:
|
2993
|
+
"""
|
2994
|
+
Time in RFC 3339 (e.g. 2030-01-01T02:03:04Z) until which object retention protects this object.
|
2995
|
+
"""
|
2834
2996
|
return pulumi.get(self, "retain_until_time")
|
2835
2997
|
|
2836
2998
|
|
@@ -2839,17 +3001,27 @@ class GetBucketRetentionPolicyResult(dict):
|
|
2839
3001
|
def __init__(__self__, *,
|
2840
3002
|
is_locked: bool,
|
2841
3003
|
retention_period: int):
|
3004
|
+
"""
|
3005
|
+
:param bool is_locked: If set to true, the bucket will be locked and permanently restrict edits to the bucket's retention policy. Caution: Locking a bucket is an irreversible action.
|
3006
|
+
:param int retention_period: The period of time, in seconds, that objects in the bucket must be retained and cannot be deleted, overwritten, or archived. The value must be less than 3,155,760,000 seconds.
|
3007
|
+
"""
|
2842
3008
|
pulumi.set(__self__, "is_locked", is_locked)
|
2843
3009
|
pulumi.set(__self__, "retention_period", retention_period)
|
2844
3010
|
|
2845
3011
|
@property
|
2846
3012
|
@pulumi.getter(name="isLocked")
|
2847
3013
|
def is_locked(self) -> bool:
|
3014
|
+
"""
|
3015
|
+
If set to true, the bucket will be locked and permanently restrict edits to the bucket's retention policy. Caution: Locking a bucket is an irreversible action.
|
3016
|
+
"""
|
2848
3017
|
return pulumi.get(self, "is_locked")
|
2849
3018
|
|
2850
3019
|
@property
|
2851
3020
|
@pulumi.getter(name="retentionPeriod")
|
2852
3021
|
def retention_period(self) -> int:
|
3022
|
+
"""
|
3023
|
+
The period of time, in seconds, that objects in the bucket must be retained and cannot be deleted, overwritten, or archived. The value must be less than 3,155,760,000 seconds.
|
3024
|
+
"""
|
2853
3025
|
return pulumi.get(self, "retention_period")
|
2854
3026
|
|
2855
3027
|
|
@@ -2857,11 +3029,17 @@ class GetBucketRetentionPolicyResult(dict):
|
|
2857
3029
|
class GetBucketVersioningResult(dict):
|
2858
3030
|
def __init__(__self__, *,
|
2859
3031
|
enabled: bool):
|
3032
|
+
"""
|
3033
|
+
:param bool enabled: While set to true, versioning is fully enabled for this bucket.
|
3034
|
+
"""
|
2860
3035
|
pulumi.set(__self__, "enabled", enabled)
|
2861
3036
|
|
2862
3037
|
@property
|
2863
3038
|
@pulumi.getter
|
2864
3039
|
def enabled(self) -> bool:
|
3040
|
+
"""
|
3041
|
+
While set to true, versioning is fully enabled for this bucket.
|
3042
|
+
"""
|
2865
3043
|
return pulumi.get(self, "enabled")
|
2866
3044
|
|
2867
3045
|
|
@@ -2870,17 +3048,27 @@ class GetBucketWebsiteResult(dict):
|
|
2870
3048
|
def __init__(__self__, *,
|
2871
3049
|
main_page_suffix: str,
|
2872
3050
|
not_found_page: str):
|
3051
|
+
"""
|
3052
|
+
:param str main_page_suffix: Behaves as the bucket's directory index where missing objects are treated as potential directories.
|
3053
|
+
:param str not_found_page: The custom object to return when a requested resource is not found.
|
3054
|
+
"""
|
2873
3055
|
pulumi.set(__self__, "main_page_suffix", main_page_suffix)
|
2874
3056
|
pulumi.set(__self__, "not_found_page", not_found_page)
|
2875
3057
|
|
2876
3058
|
@property
|
2877
3059
|
@pulumi.getter(name="mainPageSuffix")
|
2878
3060
|
def main_page_suffix(self) -> str:
|
3061
|
+
"""
|
3062
|
+
Behaves as the bucket's directory index where missing objects are treated as potential directories.
|
3063
|
+
"""
|
2879
3064
|
return pulumi.get(self, "main_page_suffix")
|
2880
3065
|
|
2881
3066
|
@property
|
2882
3067
|
@pulumi.getter(name="notFoundPage")
|
2883
3068
|
def not_found_page(self) -> str:
|
3069
|
+
"""
|
3070
|
+
The custom object to return when a requested resource is not found.
|
3071
|
+
"""
|
2884
3072
|
return pulumi.get(self, "not_found_page")
|
2885
3073
|
|
2886
3074
|
|