pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +104 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +9 -0
- pulumi_gcp/beyondcorp/_inputs.py +319 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +187 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +213 -9
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/get_network.py +3 -3
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +193 -6
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/router_peer.py +112 -0
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +133 -21
- pulumi_gcp/container/outputs.py +154 -13
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/firestore/field.py +60 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/gkehub/_inputs.py +20 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +5 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workbench/instance.py +70 -2
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
@@ -39,6 +39,14 @@ __all__ = [
|
|
39
39
|
'ListingPublisherArgsDict',
|
40
40
|
'ListingRestrictedExportConfigArgs',
|
41
41
|
'ListingRestrictedExportConfigArgsDict',
|
42
|
+
'ListingSubscriptionDestinationDatasetArgs',
|
43
|
+
'ListingSubscriptionDestinationDatasetArgsDict',
|
44
|
+
'ListingSubscriptionDestinationDatasetDatasetReferenceArgs',
|
45
|
+
'ListingSubscriptionDestinationDatasetDatasetReferenceArgsDict',
|
46
|
+
'ListingSubscriptionLinkedDatasetMapArgs',
|
47
|
+
'ListingSubscriptionLinkedDatasetMapArgsDict',
|
48
|
+
'ListingSubscriptionLinkedResourceArgs',
|
49
|
+
'ListingSubscriptionLinkedResourceArgsDict',
|
42
50
|
]
|
43
51
|
|
44
52
|
MYPY = False
|
@@ -576,3 +584,313 @@ class ListingRestrictedExportConfigArgs:
|
|
576
584
|
pulumi.set(self, "restrict_query_result", value)
|
577
585
|
|
578
586
|
|
587
|
+
if not MYPY:
|
588
|
+
class ListingSubscriptionDestinationDatasetArgsDict(TypedDict):
|
589
|
+
dataset_reference: pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgsDict']
|
590
|
+
"""
|
591
|
+
A reference that identifies the destination dataset.
|
592
|
+
Structure is documented below.
|
593
|
+
"""
|
594
|
+
location: pulumi.Input[str]
|
595
|
+
"""
|
596
|
+
The geographic location where the dataset should reside.
|
597
|
+
See https://cloud.google.com/bigquery/docs/locations for supported locations.
|
598
|
+
"""
|
599
|
+
description: NotRequired[pulumi.Input[str]]
|
600
|
+
"""
|
601
|
+
A user-friendly description of the dataset.
|
602
|
+
"""
|
603
|
+
friendly_name: NotRequired[pulumi.Input[str]]
|
604
|
+
"""
|
605
|
+
A descriptive name for the dataset.
|
606
|
+
"""
|
607
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
608
|
+
"""
|
609
|
+
The labels associated with this dataset. You can use these to
|
610
|
+
organize and group your datasets.
|
611
|
+
"""
|
612
|
+
elif False:
|
613
|
+
ListingSubscriptionDestinationDatasetArgsDict: TypeAlias = Mapping[str, Any]
|
614
|
+
|
615
|
+
@pulumi.input_type
|
616
|
+
class ListingSubscriptionDestinationDatasetArgs:
|
617
|
+
def __init__(__self__, *,
|
618
|
+
dataset_reference: pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgs'],
|
619
|
+
location: pulumi.Input[str],
|
620
|
+
description: Optional[pulumi.Input[str]] = None,
|
621
|
+
friendly_name: Optional[pulumi.Input[str]] = None,
|
622
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
623
|
+
"""
|
624
|
+
:param pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgs'] dataset_reference: A reference that identifies the destination dataset.
|
625
|
+
Structure is documented below.
|
626
|
+
:param pulumi.Input[str] location: The geographic location where the dataset should reside.
|
627
|
+
See https://cloud.google.com/bigquery/docs/locations for supported locations.
|
628
|
+
:param pulumi.Input[str] description: A user-friendly description of the dataset.
|
629
|
+
:param pulumi.Input[str] friendly_name: A descriptive name for the dataset.
|
630
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The labels associated with this dataset. You can use these to
|
631
|
+
organize and group your datasets.
|
632
|
+
"""
|
633
|
+
pulumi.set(__self__, "dataset_reference", dataset_reference)
|
634
|
+
pulumi.set(__self__, "location", location)
|
635
|
+
if description is not None:
|
636
|
+
pulumi.set(__self__, "description", description)
|
637
|
+
if friendly_name is not None:
|
638
|
+
pulumi.set(__self__, "friendly_name", friendly_name)
|
639
|
+
if labels is not None:
|
640
|
+
pulumi.set(__self__, "labels", labels)
|
641
|
+
|
642
|
+
@property
|
643
|
+
@pulumi.getter(name="datasetReference")
|
644
|
+
def dataset_reference(self) -> pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgs']:
|
645
|
+
"""
|
646
|
+
A reference that identifies the destination dataset.
|
647
|
+
Structure is documented below.
|
648
|
+
"""
|
649
|
+
return pulumi.get(self, "dataset_reference")
|
650
|
+
|
651
|
+
@dataset_reference.setter
|
652
|
+
def dataset_reference(self, value: pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgs']):
|
653
|
+
pulumi.set(self, "dataset_reference", value)
|
654
|
+
|
655
|
+
@property
|
656
|
+
@pulumi.getter
|
657
|
+
def location(self) -> pulumi.Input[str]:
|
658
|
+
"""
|
659
|
+
The geographic location where the dataset should reside.
|
660
|
+
See https://cloud.google.com/bigquery/docs/locations for supported locations.
|
661
|
+
"""
|
662
|
+
return pulumi.get(self, "location")
|
663
|
+
|
664
|
+
@location.setter
|
665
|
+
def location(self, value: pulumi.Input[str]):
|
666
|
+
pulumi.set(self, "location", value)
|
667
|
+
|
668
|
+
@property
|
669
|
+
@pulumi.getter
|
670
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
671
|
+
"""
|
672
|
+
A user-friendly description of the dataset.
|
673
|
+
"""
|
674
|
+
return pulumi.get(self, "description")
|
675
|
+
|
676
|
+
@description.setter
|
677
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
678
|
+
pulumi.set(self, "description", value)
|
679
|
+
|
680
|
+
@property
|
681
|
+
@pulumi.getter(name="friendlyName")
|
682
|
+
def friendly_name(self) -> Optional[pulumi.Input[str]]:
|
683
|
+
"""
|
684
|
+
A descriptive name for the dataset.
|
685
|
+
"""
|
686
|
+
return pulumi.get(self, "friendly_name")
|
687
|
+
|
688
|
+
@friendly_name.setter
|
689
|
+
def friendly_name(self, value: Optional[pulumi.Input[str]]):
|
690
|
+
pulumi.set(self, "friendly_name", value)
|
691
|
+
|
692
|
+
@property
|
693
|
+
@pulumi.getter
|
694
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
695
|
+
"""
|
696
|
+
The labels associated with this dataset. You can use these to
|
697
|
+
organize and group your datasets.
|
698
|
+
"""
|
699
|
+
return pulumi.get(self, "labels")
|
700
|
+
|
701
|
+
@labels.setter
|
702
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
703
|
+
pulumi.set(self, "labels", value)
|
704
|
+
|
705
|
+
|
706
|
+
if not MYPY:
|
707
|
+
class ListingSubscriptionDestinationDatasetDatasetReferenceArgsDict(TypedDict):
|
708
|
+
dataset_id: pulumi.Input[str]
|
709
|
+
"""
|
710
|
+
A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
|
711
|
+
"""
|
712
|
+
project_id: pulumi.Input[str]
|
713
|
+
"""
|
714
|
+
The ID of the project containing this dataset.
|
715
|
+
|
716
|
+
- - -
|
717
|
+
"""
|
718
|
+
elif False:
|
719
|
+
ListingSubscriptionDestinationDatasetDatasetReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
720
|
+
|
721
|
+
@pulumi.input_type
|
722
|
+
class ListingSubscriptionDestinationDatasetDatasetReferenceArgs:
|
723
|
+
def __init__(__self__, *,
|
724
|
+
dataset_id: pulumi.Input[str],
|
725
|
+
project_id: pulumi.Input[str]):
|
726
|
+
"""
|
727
|
+
:param pulumi.Input[str] dataset_id: A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
|
728
|
+
:param pulumi.Input[str] project_id: The ID of the project containing this dataset.
|
729
|
+
|
730
|
+
- - -
|
731
|
+
"""
|
732
|
+
pulumi.set(__self__, "dataset_id", dataset_id)
|
733
|
+
pulumi.set(__self__, "project_id", project_id)
|
734
|
+
|
735
|
+
@property
|
736
|
+
@pulumi.getter(name="datasetId")
|
737
|
+
def dataset_id(self) -> pulumi.Input[str]:
|
738
|
+
"""
|
739
|
+
A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
|
740
|
+
"""
|
741
|
+
return pulumi.get(self, "dataset_id")
|
742
|
+
|
743
|
+
@dataset_id.setter
|
744
|
+
def dataset_id(self, value: pulumi.Input[str]):
|
745
|
+
pulumi.set(self, "dataset_id", value)
|
746
|
+
|
747
|
+
@property
|
748
|
+
@pulumi.getter(name="projectId")
|
749
|
+
def project_id(self) -> pulumi.Input[str]:
|
750
|
+
"""
|
751
|
+
The ID of the project containing this dataset.
|
752
|
+
|
753
|
+
- - -
|
754
|
+
"""
|
755
|
+
return pulumi.get(self, "project_id")
|
756
|
+
|
757
|
+
@project_id.setter
|
758
|
+
def project_id(self, value: pulumi.Input[str]):
|
759
|
+
pulumi.set(self, "project_id", value)
|
760
|
+
|
761
|
+
|
762
|
+
if not MYPY:
|
763
|
+
class ListingSubscriptionLinkedDatasetMapArgsDict(TypedDict):
|
764
|
+
resource_name: pulumi.Input[str]
|
765
|
+
"""
|
766
|
+
(Required) The identifier for this object. Format specified above.
|
767
|
+
"""
|
768
|
+
linked_dataset: NotRequired[pulumi.Input[str]]
|
769
|
+
"""
|
770
|
+
(Output)
|
771
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
772
|
+
"""
|
773
|
+
listing: NotRequired[pulumi.Input[str]]
|
774
|
+
"""
|
775
|
+
(Output)
|
776
|
+
Output only. Listing for which linked resource is created.
|
777
|
+
"""
|
778
|
+
elif False:
|
779
|
+
ListingSubscriptionLinkedDatasetMapArgsDict: TypeAlias = Mapping[str, Any]
|
780
|
+
|
781
|
+
@pulumi.input_type
|
782
|
+
class ListingSubscriptionLinkedDatasetMapArgs:
|
783
|
+
def __init__(__self__, *,
|
784
|
+
resource_name: pulumi.Input[str],
|
785
|
+
linked_dataset: Optional[pulumi.Input[str]] = None,
|
786
|
+
listing: Optional[pulumi.Input[str]] = None):
|
787
|
+
"""
|
788
|
+
:param pulumi.Input[str] resource_name: (Required) The identifier for this object. Format specified above.
|
789
|
+
:param pulumi.Input[str] linked_dataset: (Output)
|
790
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
791
|
+
:param pulumi.Input[str] listing: (Output)
|
792
|
+
Output only. Listing for which linked resource is created.
|
793
|
+
"""
|
794
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
795
|
+
if linked_dataset is not None:
|
796
|
+
pulumi.set(__self__, "linked_dataset", linked_dataset)
|
797
|
+
if listing is not None:
|
798
|
+
pulumi.set(__self__, "listing", listing)
|
799
|
+
|
800
|
+
@property
|
801
|
+
@pulumi.getter(name="resourceName")
|
802
|
+
def resource_name(self) -> pulumi.Input[str]:
|
803
|
+
"""
|
804
|
+
(Required) The identifier for this object. Format specified above.
|
805
|
+
"""
|
806
|
+
return pulumi.get(self, "resource_name")
|
807
|
+
|
808
|
+
@resource_name.setter
|
809
|
+
def resource_name(self, value: pulumi.Input[str]):
|
810
|
+
pulumi.set(self, "resource_name", value)
|
811
|
+
|
812
|
+
@property
|
813
|
+
@pulumi.getter(name="linkedDataset")
|
814
|
+
def linked_dataset(self) -> Optional[pulumi.Input[str]]:
|
815
|
+
"""
|
816
|
+
(Output)
|
817
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
818
|
+
"""
|
819
|
+
return pulumi.get(self, "linked_dataset")
|
820
|
+
|
821
|
+
@linked_dataset.setter
|
822
|
+
def linked_dataset(self, value: Optional[pulumi.Input[str]]):
|
823
|
+
pulumi.set(self, "linked_dataset", value)
|
824
|
+
|
825
|
+
@property
|
826
|
+
@pulumi.getter
|
827
|
+
def listing(self) -> Optional[pulumi.Input[str]]:
|
828
|
+
"""
|
829
|
+
(Output)
|
830
|
+
Output only. Listing for which linked resource is created.
|
831
|
+
"""
|
832
|
+
return pulumi.get(self, "listing")
|
833
|
+
|
834
|
+
@listing.setter
|
835
|
+
def listing(self, value: Optional[pulumi.Input[str]]):
|
836
|
+
pulumi.set(self, "listing", value)
|
837
|
+
|
838
|
+
|
839
|
+
if not MYPY:
|
840
|
+
class ListingSubscriptionLinkedResourceArgsDict(TypedDict):
|
841
|
+
linked_dataset: NotRequired[pulumi.Input[str]]
|
842
|
+
"""
|
843
|
+
(Output)
|
844
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
845
|
+
"""
|
846
|
+
listing: NotRequired[pulumi.Input[str]]
|
847
|
+
"""
|
848
|
+
(Output)
|
849
|
+
Output only. Listing for which linked resource is created.
|
850
|
+
"""
|
851
|
+
elif False:
|
852
|
+
ListingSubscriptionLinkedResourceArgsDict: TypeAlias = Mapping[str, Any]
|
853
|
+
|
854
|
+
@pulumi.input_type
|
855
|
+
class ListingSubscriptionLinkedResourceArgs:
|
856
|
+
def __init__(__self__, *,
|
857
|
+
linked_dataset: Optional[pulumi.Input[str]] = None,
|
858
|
+
listing: Optional[pulumi.Input[str]] = None):
|
859
|
+
"""
|
860
|
+
:param pulumi.Input[str] linked_dataset: (Output)
|
861
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
862
|
+
:param pulumi.Input[str] listing: (Output)
|
863
|
+
Output only. Listing for which linked resource is created.
|
864
|
+
"""
|
865
|
+
if linked_dataset is not None:
|
866
|
+
pulumi.set(__self__, "linked_dataset", linked_dataset)
|
867
|
+
if listing is not None:
|
868
|
+
pulumi.set(__self__, "listing", listing)
|
869
|
+
|
870
|
+
@property
|
871
|
+
@pulumi.getter(name="linkedDataset")
|
872
|
+
def linked_dataset(self) -> Optional[pulumi.Input[str]]:
|
873
|
+
"""
|
874
|
+
(Output)
|
875
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
876
|
+
"""
|
877
|
+
return pulumi.get(self, "linked_dataset")
|
878
|
+
|
879
|
+
@linked_dataset.setter
|
880
|
+
def linked_dataset(self, value: Optional[pulumi.Input[str]]):
|
881
|
+
pulumi.set(self, "linked_dataset", value)
|
882
|
+
|
883
|
+
@property
|
884
|
+
@pulumi.getter
|
885
|
+
def listing(self) -> Optional[pulumi.Input[str]]:
|
886
|
+
"""
|
887
|
+
(Output)
|
888
|
+
Output only. Listing for which linked resource is created.
|
889
|
+
"""
|
890
|
+
return pulumi.get(self, "listing")
|
891
|
+
|
892
|
+
@listing.setter
|
893
|
+
def listing(self, value: Optional[pulumi.Input[str]]):
|
894
|
+
pulumi.set(self, "listing", value)
|
895
|
+
|
896
|
+
|