pulumi-gcp 7.3.0a1702567892__py3-none-any.whl → 7.3.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/__init__.py +129 -0
- pulumi_gcp/artifactregistry/_inputs.py +88 -0
- pulumi_gcp/artifactregistry/outputs.py +148 -0
- pulumi_gcp/artifactregistry/repository.py +116 -16
- pulumi_gcp/bigquery/_inputs.py +110 -0
- pulumi_gcp/bigquery/connection.py +123 -3
- pulumi_gcp/bigquery/outputs.py +145 -0
- pulumi_gcp/cloudbuild/_inputs.py +241 -1
- pulumi_gcp/cloudbuild/outputs.py +353 -2
- pulumi_gcp/cloudfunctionsv2/_inputs.py +6 -2
- pulumi_gcp/cloudfunctionsv2/outputs.py +6 -2
- pulumi_gcp/cloudidentity/_inputs.py +54 -5
- pulumi_gcp/cloudidentity/group_membership.py +0 -8
- pulumi_gcp/cloudidentity/outputs.py +99 -4
- pulumi_gcp/cloudrunv2/_inputs.py +8 -4
- pulumi_gcp/cloudrunv2/job.py +44 -0
- pulumi_gcp/cloudrunv2/outputs.py +8 -4
- pulumi_gcp/cloudrunv2/service.py +42 -0
- pulumi_gcp/cloudtasks/queue.py +0 -10
- pulumi_gcp/composer/_inputs.py +17 -4
- pulumi_gcp/composer/outputs.py +20 -4
- pulumi_gcp/compute/_inputs.py +46 -0
- pulumi_gcp/compute/get_global_forwarding_rule.py +11 -1
- pulumi_gcp/compute/global_forwarding_rule.py +69 -0
- pulumi_gcp/compute/outputs.py +75 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/container/_inputs.py +58 -0
- pulumi_gcp/container/node_pool.py +68 -14
- pulumi_gcp/container/outputs.py +68 -0
- pulumi_gcp/dataform/__init__.py +4 -0
- pulumi_gcp/dataform/_inputs.py +80 -0
- pulumi_gcp/dataform/get_repository_iam_policy.py +144 -0
- pulumi_gcp/dataform/outputs.py +56 -0
- pulumi_gcp/dataform/repository_iam_binding.py +325 -0
- pulumi_gcp/dataform/repository_iam_member.py +325 -0
- pulumi_gcp/dataform/repository_iam_policy.py +254 -0
- pulumi_gcp/dataloss/_inputs.py +29 -26
- pulumi_gcp/dataloss/outputs.py +28 -25
- pulumi_gcp/dataloss/prevention_job_trigger.py +78 -0
- pulumi_gcp/datastream/connection_profile.py +82 -4
- pulumi_gcp/datastream/stream.py +32 -22
- pulumi_gcp/firestore/database.py +146 -28
- pulumi_gcp/gkehub/_inputs.py +821 -3
- pulumi_gcp/gkehub/feature.py +176 -0
- pulumi_gcp/gkehub/feature_membership.py +105 -59
- pulumi_gcp/gkehub/fleet.py +70 -2
- pulumi_gcp/gkehub/outputs.py +819 -3
- pulumi_gcp/gkehub/scope.py +2 -2
- pulumi_gcp/iam/_inputs.py +72 -0
- pulumi_gcp/iam/outputs.py +79 -0
- pulumi_gcp/iam/workforce_pool.py +75 -0
- pulumi_gcp/identityplatform/project_default_config.py +4 -0
- pulumi_gcp/logging/__init__.py +3 -0
- pulumi_gcp/logging/get_folder_settings.py +197 -0
- pulumi_gcp/logging/get_organization_settings.py +197 -0
- pulumi_gcp/logging/get_project_settings.py +197 -0
- pulumi_gcp/migrationcenter/__init__.py +8 -0
- pulumi_gcp/migrationcenter/group.py +652 -0
- pulumi_gcp/netapp/__init__.py +8 -0
- pulumi_gcp/netapp/storage_pool.py +970 -0
- pulumi_gcp/projects/iam_custom_role.py +7 -7
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/securesourcemanager/__init__.py +14 -0
- pulumi_gcp/securesourcemanager/_inputs.py +94 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +168 -0
- pulumi_gcp/securesourcemanager/instance.py +607 -0
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +325 -0
- pulumi_gcp/securesourcemanager/instance_iam_member.py +325 -0
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +254 -0
- pulumi_gcp/securesourcemanager/outputs.py +70 -0
- pulumi_gcp/securitycenter/__init__.py +1 -0
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +528 -0
- pulumi_gcp/sql/_inputs.py +2 -2
- pulumi_gcp/sql/database_instance.py +4 -4
- pulumi_gcp/sql/outputs.py +2 -2
- pulumi_gcp/storage/_inputs.py +16 -0
- pulumi_gcp/storage/outputs.py +21 -0
- pulumi_gcp/vertex/__init__.py +4 -0
- pulumi_gcp/vertex/_inputs.py +80 -0
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +325 -0
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +325 -0
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +254 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +140 -0
- pulumi_gcp/vertex/outputs.py +56 -0
- pulumi_gcp/vmwareengine/__init__.py +5 -0
- pulumi_gcp/vmwareengine/_inputs.py +104 -2
- pulumi_gcp/vmwareengine/get_network.py +14 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +260 -0
- pulumi_gcp/vmwareengine/get_network_policy.py +228 -0
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +133 -0
- pulumi_gcp/vmwareengine/get_private_cloud.py +14 -4
- pulumi_gcp/vmwareengine/network.py +41 -7
- pulumi_gcp/vmwareengine/network_peering.py +959 -0
- pulumi_gcp/vmwareengine/network_policy.py +836 -0
- pulumi_gcp/vmwareengine/outputs.py +133 -2
- pulumi_gcp/vmwareengine/private_cloud.py +20 -68
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/RECORD +101 -72
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/top_level.txt +0 -0
pulumi_gcp/bigquery/outputs.py
CHANGED
@@ -23,6 +23,9 @@ __all__ = [
|
|
23
23
|
'ConnectionCloudSqlCredential',
|
24
24
|
'ConnectionIamBindingCondition',
|
25
25
|
'ConnectionIamMemberCondition',
|
26
|
+
'ConnectionSpark',
|
27
|
+
'ConnectionSparkMetastoreServiceConfig',
|
28
|
+
'ConnectionSparkSparkHistoryServerConfig',
|
26
29
|
'DataTransferConfigEmailPreferences',
|
27
30
|
'DataTransferConfigScheduleOptions',
|
28
31
|
'DataTransferConfigSensitiveParams',
|
@@ -756,6 +759,148 @@ class ConnectionIamMemberCondition(dict):
|
|
756
759
|
return pulumi.get(self, "description")
|
757
760
|
|
758
761
|
|
762
|
+
@pulumi.output_type
|
763
|
+
class ConnectionSpark(dict):
|
764
|
+
@staticmethod
|
765
|
+
def __key_warning(key: str):
|
766
|
+
suggest = None
|
767
|
+
if key == "metastoreServiceConfig":
|
768
|
+
suggest = "metastore_service_config"
|
769
|
+
elif key == "serviceAccountId":
|
770
|
+
suggest = "service_account_id"
|
771
|
+
elif key == "sparkHistoryServerConfig":
|
772
|
+
suggest = "spark_history_server_config"
|
773
|
+
|
774
|
+
if suggest:
|
775
|
+
pulumi.log.warn(f"Key '{key}' not found in ConnectionSpark. Access the value via the '{suggest}' property getter instead.")
|
776
|
+
|
777
|
+
def __getitem__(self, key: str) -> Any:
|
778
|
+
ConnectionSpark.__key_warning(key)
|
779
|
+
return super().__getitem__(key)
|
780
|
+
|
781
|
+
def get(self, key: str, default = None) -> Any:
|
782
|
+
ConnectionSpark.__key_warning(key)
|
783
|
+
return super().get(key, default)
|
784
|
+
|
785
|
+
def __init__(__self__, *,
|
786
|
+
metastore_service_config: Optional['outputs.ConnectionSparkMetastoreServiceConfig'] = None,
|
787
|
+
service_account_id: Optional[str] = None,
|
788
|
+
spark_history_server_config: Optional['outputs.ConnectionSparkSparkHistoryServerConfig'] = None):
|
789
|
+
"""
|
790
|
+
:param 'ConnectionSparkMetastoreServiceConfigArgs' metastore_service_config: Dataproc Metastore Service configuration for the connection.
|
791
|
+
Structure is documented below.
|
792
|
+
:param str service_account_id: (Output)
|
793
|
+
The account ID of the service created for the purpose of this connection.
|
794
|
+
:param 'ConnectionSparkSparkHistoryServerConfigArgs' spark_history_server_config: Spark History Server configuration for the connection.
|
795
|
+
Structure is documented below.
|
796
|
+
"""
|
797
|
+
if metastore_service_config is not None:
|
798
|
+
pulumi.set(__self__, "metastore_service_config", metastore_service_config)
|
799
|
+
if service_account_id is not None:
|
800
|
+
pulumi.set(__self__, "service_account_id", service_account_id)
|
801
|
+
if spark_history_server_config is not None:
|
802
|
+
pulumi.set(__self__, "spark_history_server_config", spark_history_server_config)
|
803
|
+
|
804
|
+
@property
|
805
|
+
@pulumi.getter(name="metastoreServiceConfig")
|
806
|
+
def metastore_service_config(self) -> Optional['outputs.ConnectionSparkMetastoreServiceConfig']:
|
807
|
+
"""
|
808
|
+
Dataproc Metastore Service configuration for the connection.
|
809
|
+
Structure is documented below.
|
810
|
+
"""
|
811
|
+
return pulumi.get(self, "metastore_service_config")
|
812
|
+
|
813
|
+
@property
|
814
|
+
@pulumi.getter(name="serviceAccountId")
|
815
|
+
def service_account_id(self) -> Optional[str]:
|
816
|
+
"""
|
817
|
+
(Output)
|
818
|
+
The account ID of the service created for the purpose of this connection.
|
819
|
+
"""
|
820
|
+
return pulumi.get(self, "service_account_id")
|
821
|
+
|
822
|
+
@property
|
823
|
+
@pulumi.getter(name="sparkHistoryServerConfig")
|
824
|
+
def spark_history_server_config(self) -> Optional['outputs.ConnectionSparkSparkHistoryServerConfig']:
|
825
|
+
"""
|
826
|
+
Spark History Server configuration for the connection.
|
827
|
+
Structure is documented below.
|
828
|
+
"""
|
829
|
+
return pulumi.get(self, "spark_history_server_config")
|
830
|
+
|
831
|
+
|
832
|
+
@pulumi.output_type
|
833
|
+
class ConnectionSparkMetastoreServiceConfig(dict):
|
834
|
+
@staticmethod
|
835
|
+
def __key_warning(key: str):
|
836
|
+
suggest = None
|
837
|
+
if key == "metastoreService":
|
838
|
+
suggest = "metastore_service"
|
839
|
+
|
840
|
+
if suggest:
|
841
|
+
pulumi.log.warn(f"Key '{key}' not found in ConnectionSparkMetastoreServiceConfig. Access the value via the '{suggest}' property getter instead.")
|
842
|
+
|
843
|
+
def __getitem__(self, key: str) -> Any:
|
844
|
+
ConnectionSparkMetastoreServiceConfig.__key_warning(key)
|
845
|
+
return super().__getitem__(key)
|
846
|
+
|
847
|
+
def get(self, key: str, default = None) -> Any:
|
848
|
+
ConnectionSparkMetastoreServiceConfig.__key_warning(key)
|
849
|
+
return super().get(key, default)
|
850
|
+
|
851
|
+
def __init__(__self__, *,
|
852
|
+
metastore_service: Optional[str] = None):
|
853
|
+
"""
|
854
|
+
:param str metastore_service: Resource name of an existing Dataproc Metastore service in the form of projects/[projectId]/locations/[region]/services/[serviceId].
|
855
|
+
"""
|
856
|
+
if metastore_service is not None:
|
857
|
+
pulumi.set(__self__, "metastore_service", metastore_service)
|
858
|
+
|
859
|
+
@property
|
860
|
+
@pulumi.getter(name="metastoreService")
|
861
|
+
def metastore_service(self) -> Optional[str]:
|
862
|
+
"""
|
863
|
+
Resource name of an existing Dataproc Metastore service in the form of projects/[projectId]/locations/[region]/services/[serviceId].
|
864
|
+
"""
|
865
|
+
return pulumi.get(self, "metastore_service")
|
866
|
+
|
867
|
+
|
868
|
+
@pulumi.output_type
|
869
|
+
class ConnectionSparkSparkHistoryServerConfig(dict):
|
870
|
+
@staticmethod
|
871
|
+
def __key_warning(key: str):
|
872
|
+
suggest = None
|
873
|
+
if key == "dataprocCluster":
|
874
|
+
suggest = "dataproc_cluster"
|
875
|
+
|
876
|
+
if suggest:
|
877
|
+
pulumi.log.warn(f"Key '{key}' not found in ConnectionSparkSparkHistoryServerConfig. Access the value via the '{suggest}' property getter instead.")
|
878
|
+
|
879
|
+
def __getitem__(self, key: str) -> Any:
|
880
|
+
ConnectionSparkSparkHistoryServerConfig.__key_warning(key)
|
881
|
+
return super().__getitem__(key)
|
882
|
+
|
883
|
+
def get(self, key: str, default = None) -> Any:
|
884
|
+
ConnectionSparkSparkHistoryServerConfig.__key_warning(key)
|
885
|
+
return super().get(key, default)
|
886
|
+
|
887
|
+
def __init__(__self__, *,
|
888
|
+
dataproc_cluster: Optional[str] = None):
|
889
|
+
"""
|
890
|
+
:param str dataproc_cluster: Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection if the form of projects/[projectId]/regions/[region]/clusters/[cluster_name].
|
891
|
+
"""
|
892
|
+
if dataproc_cluster is not None:
|
893
|
+
pulumi.set(__self__, "dataproc_cluster", dataproc_cluster)
|
894
|
+
|
895
|
+
@property
|
896
|
+
@pulumi.getter(name="dataprocCluster")
|
897
|
+
def dataproc_cluster(self) -> Optional[str]:
|
898
|
+
"""
|
899
|
+
Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection if the form of projects/[projectId]/regions/[region]/clusters/[cluster_name].
|
900
|
+
"""
|
901
|
+
return pulumi.get(self, "dataproc_cluster")
|
902
|
+
|
903
|
+
|
759
904
|
@pulumi.output_type
|
760
905
|
class DataTransferConfigEmailPreferences(dict):
|
761
906
|
@staticmethod
|
pulumi_gcp/cloudbuild/_inputs.py
CHANGED
@@ -18,8 +18,11 @@ __all__ = [
|
|
18
18
|
'TriggerBitbucketServerTriggerConfigPushArgs',
|
19
19
|
'TriggerBuildArgs',
|
20
20
|
'TriggerBuildArtifactsArgs',
|
21
|
+
'TriggerBuildArtifactsMavenArtifactArgs',
|
22
|
+
'TriggerBuildArtifactsNpmPackageArgs',
|
21
23
|
'TriggerBuildArtifactsObjectsArgs',
|
22
24
|
'TriggerBuildArtifactsObjectsTimingArgs',
|
25
|
+
'TriggerBuildArtifactsPythonPackageArgs',
|
23
26
|
'TriggerBuildAvailableSecretsArgs',
|
24
27
|
'TriggerBuildAvailableSecretsSecretManagerArgs',
|
25
28
|
'TriggerBuildOptionsArgs',
|
@@ -606,23 +609,44 @@ class TriggerBuildArgs:
|
|
606
609
|
class TriggerBuildArtifactsArgs:
|
607
610
|
def __init__(__self__, *,
|
608
611
|
images: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
609
|
-
|
612
|
+
maven_artifacts: Optional[pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsMavenArtifactArgs']]]] = None,
|
613
|
+
npm_packages: Optional[pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsNpmPackageArgs']]]] = None,
|
614
|
+
objects: Optional[pulumi.Input['TriggerBuildArtifactsObjectsArgs']] = None,
|
615
|
+
python_packages: Optional[pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsPythonPackageArgs']]]] = None):
|
610
616
|
"""
|
611
617
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] images: A list of images to be pushed upon the successful completion of all build steps.
|
612
618
|
The images will be pushed using the builder service account's credentials.
|
613
619
|
The digests of the pushed images will be stored in the Build resource's results field.
|
614
620
|
If any of the images fail to be pushed, the build is marked FAILURE.
|
621
|
+
:param pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsMavenArtifactArgs']]] maven_artifacts: A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
|
622
|
+
The location and generation of the uploaded objects will be stored in the Build resource's results field.
|
623
|
+
If any objects fail to be pushed, the build is marked FAILURE.
|
624
|
+
Structure is documented below.
|
625
|
+
:param pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsNpmPackageArgs']]] npm_packages: Npm package to upload to Artifact Registry upon successful completion of all build steps.
|
626
|
+
The location and generation of the uploaded objects will be stored in the Build resource's results field.
|
627
|
+
If any objects fail to be pushed, the build is marked FAILURE.
|
628
|
+
Structure is documented below.
|
615
629
|
:param pulumi.Input['TriggerBuildArtifactsObjectsArgs'] objects: A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps.
|
616
630
|
Files in the workspace matching specified paths globs will be uploaded to the
|
617
631
|
Cloud Storage location using the builder service account's credentials.
|
618
632
|
The location and generation of the uploaded objects will be stored in the Build resource's results field.
|
619
633
|
If any objects fail to be pushed, the build is marked FAILURE.
|
620
634
|
Structure is documented below.
|
635
|
+
:param pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsPythonPackageArgs']]] python_packages: Python package to upload to Artifact Registry upon successful completion of all build steps. A package can encapsulate multiple objects to be uploaded to a single repository.
|
636
|
+
The location and generation of the uploaded objects will be stored in the Build resource's results field.
|
637
|
+
If any objects fail to be pushed, the build is marked FAILURE.
|
638
|
+
Structure is documented below.
|
621
639
|
"""
|
622
640
|
if images is not None:
|
623
641
|
pulumi.set(__self__, "images", images)
|
642
|
+
if maven_artifacts is not None:
|
643
|
+
pulumi.set(__self__, "maven_artifacts", maven_artifacts)
|
644
|
+
if npm_packages is not None:
|
645
|
+
pulumi.set(__self__, "npm_packages", npm_packages)
|
624
646
|
if objects is not None:
|
625
647
|
pulumi.set(__self__, "objects", objects)
|
648
|
+
if python_packages is not None:
|
649
|
+
pulumi.set(__self__, "python_packages", python_packages)
|
626
650
|
|
627
651
|
@property
|
628
652
|
@pulumi.getter
|
@@ -639,6 +663,36 @@ class TriggerBuildArtifactsArgs:
|
|
639
663
|
def images(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
640
664
|
pulumi.set(self, "images", value)
|
641
665
|
|
666
|
+
@property
|
667
|
+
@pulumi.getter(name="mavenArtifacts")
|
668
|
+
def maven_artifacts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsMavenArtifactArgs']]]]:
|
669
|
+
"""
|
670
|
+
A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
|
671
|
+
The location and generation of the uploaded objects will be stored in the Build resource's results field.
|
672
|
+
If any objects fail to be pushed, the build is marked FAILURE.
|
673
|
+
Structure is documented below.
|
674
|
+
"""
|
675
|
+
return pulumi.get(self, "maven_artifacts")
|
676
|
+
|
677
|
+
@maven_artifacts.setter
|
678
|
+
def maven_artifacts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsMavenArtifactArgs']]]]):
|
679
|
+
pulumi.set(self, "maven_artifacts", value)
|
680
|
+
|
681
|
+
@property
|
682
|
+
@pulumi.getter(name="npmPackages")
|
683
|
+
def npm_packages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsNpmPackageArgs']]]]:
|
684
|
+
"""
|
685
|
+
Npm package to upload to Artifact Registry upon successful completion of all build steps.
|
686
|
+
The location and generation of the uploaded objects will be stored in the Build resource's results field.
|
687
|
+
If any objects fail to be pushed, the build is marked FAILURE.
|
688
|
+
Structure is documented below.
|
689
|
+
"""
|
690
|
+
return pulumi.get(self, "npm_packages")
|
691
|
+
|
692
|
+
@npm_packages.setter
|
693
|
+
def npm_packages(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsNpmPackageArgs']]]]):
|
694
|
+
pulumi.set(self, "npm_packages", value)
|
695
|
+
|
642
696
|
@property
|
643
697
|
@pulumi.getter
|
644
698
|
def objects(self) -> Optional[pulumi.Input['TriggerBuildArtifactsObjectsArgs']]:
|
@@ -656,6 +710,151 @@ class TriggerBuildArtifactsArgs:
|
|
656
710
|
def objects(self, value: Optional[pulumi.Input['TriggerBuildArtifactsObjectsArgs']]):
|
657
711
|
pulumi.set(self, "objects", value)
|
658
712
|
|
713
|
+
@property
|
714
|
+
@pulumi.getter(name="pythonPackages")
|
715
|
+
def python_packages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsPythonPackageArgs']]]]:
|
716
|
+
"""
|
717
|
+
Python package to upload to Artifact Registry upon successful completion of all build steps. A package can encapsulate multiple objects to be uploaded to a single repository.
|
718
|
+
The location and generation of the uploaded objects will be stored in the Build resource's results field.
|
719
|
+
If any objects fail to be pushed, the build is marked FAILURE.
|
720
|
+
Structure is documented below.
|
721
|
+
"""
|
722
|
+
return pulumi.get(self, "python_packages")
|
723
|
+
|
724
|
+
@python_packages.setter
|
725
|
+
def python_packages(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TriggerBuildArtifactsPythonPackageArgs']]]]):
|
726
|
+
pulumi.set(self, "python_packages", value)
|
727
|
+
|
728
|
+
|
729
|
+
@pulumi.input_type
|
730
|
+
class TriggerBuildArtifactsMavenArtifactArgs:
|
731
|
+
def __init__(__self__, *,
|
732
|
+
artifact_id: Optional[pulumi.Input[str]] = None,
|
733
|
+
group_id: Optional[pulumi.Input[str]] = None,
|
734
|
+
path: Optional[pulumi.Input[str]] = None,
|
735
|
+
repository: Optional[pulumi.Input[str]] = None,
|
736
|
+
version: Optional[pulumi.Input[str]] = None):
|
737
|
+
"""
|
738
|
+
:param pulumi.Input[str] artifact_id: Maven artifactId value used when uploading the artifact to Artifact Registry.
|
739
|
+
:param pulumi.Input[str] group_id: Maven groupId value used when uploading the artifact to Artifact Registry.
|
740
|
+
:param pulumi.Input[str] path: Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
|
741
|
+
:param pulumi.Input[str] repository: Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY"
|
742
|
+
Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
|
743
|
+
:param pulumi.Input[str] version: Maven version value used when uploading the artifact to Artifact Registry.
|
744
|
+
"""
|
745
|
+
if artifact_id is not None:
|
746
|
+
pulumi.set(__self__, "artifact_id", artifact_id)
|
747
|
+
if group_id is not None:
|
748
|
+
pulumi.set(__self__, "group_id", group_id)
|
749
|
+
if path is not None:
|
750
|
+
pulumi.set(__self__, "path", path)
|
751
|
+
if repository is not None:
|
752
|
+
pulumi.set(__self__, "repository", repository)
|
753
|
+
if version is not None:
|
754
|
+
pulumi.set(__self__, "version", version)
|
755
|
+
|
756
|
+
@property
|
757
|
+
@pulumi.getter(name="artifactId")
|
758
|
+
def artifact_id(self) -> Optional[pulumi.Input[str]]:
|
759
|
+
"""
|
760
|
+
Maven artifactId value used when uploading the artifact to Artifact Registry.
|
761
|
+
"""
|
762
|
+
return pulumi.get(self, "artifact_id")
|
763
|
+
|
764
|
+
@artifact_id.setter
|
765
|
+
def artifact_id(self, value: Optional[pulumi.Input[str]]):
|
766
|
+
pulumi.set(self, "artifact_id", value)
|
767
|
+
|
768
|
+
@property
|
769
|
+
@pulumi.getter(name="groupId")
|
770
|
+
def group_id(self) -> Optional[pulumi.Input[str]]:
|
771
|
+
"""
|
772
|
+
Maven groupId value used when uploading the artifact to Artifact Registry.
|
773
|
+
"""
|
774
|
+
return pulumi.get(self, "group_id")
|
775
|
+
|
776
|
+
@group_id.setter
|
777
|
+
def group_id(self, value: Optional[pulumi.Input[str]]):
|
778
|
+
pulumi.set(self, "group_id", value)
|
779
|
+
|
780
|
+
@property
|
781
|
+
@pulumi.getter
|
782
|
+
def path(self) -> Optional[pulumi.Input[str]]:
|
783
|
+
"""
|
784
|
+
Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
|
785
|
+
"""
|
786
|
+
return pulumi.get(self, "path")
|
787
|
+
|
788
|
+
@path.setter
|
789
|
+
def path(self, value: Optional[pulumi.Input[str]]):
|
790
|
+
pulumi.set(self, "path", value)
|
791
|
+
|
792
|
+
@property
|
793
|
+
@pulumi.getter
|
794
|
+
def repository(self) -> Optional[pulumi.Input[str]]:
|
795
|
+
"""
|
796
|
+
Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY"
|
797
|
+
Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
|
798
|
+
"""
|
799
|
+
return pulumi.get(self, "repository")
|
800
|
+
|
801
|
+
@repository.setter
|
802
|
+
def repository(self, value: Optional[pulumi.Input[str]]):
|
803
|
+
pulumi.set(self, "repository", value)
|
804
|
+
|
805
|
+
@property
|
806
|
+
@pulumi.getter
|
807
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
808
|
+
"""
|
809
|
+
Maven version value used when uploading the artifact to Artifact Registry.
|
810
|
+
"""
|
811
|
+
return pulumi.get(self, "version")
|
812
|
+
|
813
|
+
@version.setter
|
814
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
815
|
+
pulumi.set(self, "version", value)
|
816
|
+
|
817
|
+
|
818
|
+
@pulumi.input_type
|
819
|
+
class TriggerBuildArtifactsNpmPackageArgs:
|
820
|
+
def __init__(__self__, *,
|
821
|
+
package_path: Optional[pulumi.Input[str]] = None,
|
822
|
+
repository: Optional[pulumi.Input[str]] = None):
|
823
|
+
"""
|
824
|
+
:param pulumi.Input[str] package_path: Path to the package.json. e.g. workspace/path/to/package
|
825
|
+
:param pulumi.Input[str] repository: Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY"
|
826
|
+
Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
|
827
|
+
"""
|
828
|
+
if package_path is not None:
|
829
|
+
pulumi.set(__self__, "package_path", package_path)
|
830
|
+
if repository is not None:
|
831
|
+
pulumi.set(__self__, "repository", repository)
|
832
|
+
|
833
|
+
@property
|
834
|
+
@pulumi.getter(name="packagePath")
|
835
|
+
def package_path(self) -> Optional[pulumi.Input[str]]:
|
836
|
+
"""
|
837
|
+
Path to the package.json. e.g. workspace/path/to/package
|
838
|
+
"""
|
839
|
+
return pulumi.get(self, "package_path")
|
840
|
+
|
841
|
+
@package_path.setter
|
842
|
+
def package_path(self, value: Optional[pulumi.Input[str]]):
|
843
|
+
pulumi.set(self, "package_path", value)
|
844
|
+
|
845
|
+
@property
|
846
|
+
@pulumi.getter
|
847
|
+
def repository(self) -> Optional[pulumi.Input[str]]:
|
848
|
+
"""
|
849
|
+
Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY"
|
850
|
+
Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
|
851
|
+
"""
|
852
|
+
return pulumi.get(self, "repository")
|
853
|
+
|
854
|
+
@repository.setter
|
855
|
+
def repository(self, value: Optional[pulumi.Input[str]]):
|
856
|
+
pulumi.set(self, "repository", value)
|
857
|
+
|
659
858
|
|
660
859
|
@pulumi.input_type
|
661
860
|
class TriggerBuildArtifactsObjectsArgs:
|
@@ -773,6 +972,47 @@ class TriggerBuildArtifactsObjectsTimingArgs:
|
|
773
972
|
pulumi.set(self, "start_time", value)
|
774
973
|
|
775
974
|
|
975
|
+
@pulumi.input_type
|
976
|
+
class TriggerBuildArtifactsPythonPackageArgs:
|
977
|
+
def __init__(__self__, *,
|
978
|
+
paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
979
|
+
repository: Optional[pulumi.Input[str]] = None):
|
980
|
+
"""
|
981
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] paths: Path globs used to match files in the build's workspace. For Python/ Twine, this is usually dist/*, and sometimes additionally an .asc file.
|
982
|
+
:param pulumi.Input[str] repository: Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY"
|
983
|
+
Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.
|
984
|
+
"""
|
985
|
+
if paths is not None:
|
986
|
+
pulumi.set(__self__, "paths", paths)
|
987
|
+
if repository is not None:
|
988
|
+
pulumi.set(__self__, "repository", repository)
|
989
|
+
|
990
|
+
@property
|
991
|
+
@pulumi.getter
|
992
|
+
def paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
993
|
+
"""
|
994
|
+
Path globs used to match files in the build's workspace. For Python/ Twine, this is usually dist/*, and sometimes additionally an .asc file.
|
995
|
+
"""
|
996
|
+
return pulumi.get(self, "paths")
|
997
|
+
|
998
|
+
@paths.setter
|
999
|
+
def paths(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1000
|
+
pulumi.set(self, "paths", value)
|
1001
|
+
|
1002
|
+
@property
|
1003
|
+
@pulumi.getter
|
1004
|
+
def repository(self) -> Optional[pulumi.Input[str]]:
|
1005
|
+
"""
|
1006
|
+
Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY"
|
1007
|
+
Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.
|
1008
|
+
"""
|
1009
|
+
return pulumi.get(self, "repository")
|
1010
|
+
|
1011
|
+
@repository.setter
|
1012
|
+
def repository(self, value: Optional[pulumi.Input[str]]):
|
1013
|
+
pulumi.set(self, "repository", value)
|
1014
|
+
|
1015
|
+
|
776
1016
|
@pulumi.input_type
|
777
1017
|
class TriggerBuildAvailableSecretsArgs:
|
778
1018
|
def __init__(__self__, *,
|