pulumi-gcp 7.23.0a1715695885__py3-none-any.whl → 7.24.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 +40 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
- pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
- pulumi_gcp/apigateway/api_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_iam_policy.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
- pulumi_gcp/apigee/environment_iam_binding.py +12 -12
- pulumi_gcp/apigee/environment_iam_member.py +12 -12
- pulumi_gcp/apigee/environment_iam_policy.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +16 -0
- pulumi_gcp/bigquery/connection.py +126 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
- pulumi_gcp/bigquery/connection_iam_member.py +12 -12
- pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
- pulumi_gcp/bigquery/dataset_access.py +56 -0
- pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
- pulumi_gcp/bigquery/iam_binding.py +12 -12
- pulumi_gcp/bigquery/iam_member.py +12 -12
- pulumi_gcp/bigquery/iam_policy.py +12 -12
- pulumi_gcp/bigquery/outputs.py +16 -0
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/bigquery/table.py +47 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
- pulumi_gcp/bigtable/__init__.py +1 -0
- pulumi_gcp/bigtable/_inputs.py +101 -0
- pulumi_gcp/bigtable/authorized_view.py +440 -0
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
- pulumi_gcp/bigtable/instance_iam_member.py +12 -12
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
- pulumi_gcp/bigtable/outputs.py +119 -0
- pulumi_gcp/bigtable/table_iam_binding.py +12 -12
- pulumi_gcp/bigtable/table_iam_member.py +12 -12
- pulumi_gcp/bigtable/table_iam_policy.py +12 -12
- pulumi_gcp/billing/account_iam_binding.py +12 -12
- pulumi_gcp/billing/account_iam_member.py +12 -12
- pulumi_gcp/billing/account_iam_policy.py +12 -12
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template.py +70 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
- pulumi_gcp/cloudasset/__init__.py +1 -0
- pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
- pulumi_gcp/cloudasset/outputs.py +184 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
- pulumi_gcp/cloudbuildv2/repository.py +2 -2
- pulumi_gcp/clouddeploy/_inputs.py +96 -0
- pulumi_gcp/clouddeploy/custom_target_type.py +46 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +7 -7
- pulumi_gcp/clouddeploy/outputs.py +96 -1
- pulumi_gcp/clouddeploy/target.py +54 -7
- pulumi_gcp/cloudfunctions/function.py +21 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
- pulumi_gcp/cloudrun/iam_binding.py +12 -12
- pulumi_gcp/cloudrun/iam_member.py +12 -12
- pulumi_gcp/cloudrun/iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +1412 -42
- pulumi_gcp/compute/backend_service.py +315 -0
- pulumi_gcp/compute/disk_iam_binding.py +12 -12
- pulumi_gcp/compute/disk_iam_member.py +12 -12
- pulumi_gcp/compute/disk_iam_policy.py +12 -12
- pulumi_gcp/compute/firewall_policy_rule.py +125 -10
- pulumi_gcp/compute/forwarding_rule.py +6 -6
- pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_router_nat.py +11 -1
- pulumi_gcp/compute/get_snapshot.py +2 -0
- pulumi_gcp/compute/image_iam_binding.py +12 -12
- pulumi_gcp/compute/image_iam_member.py +12 -12
- pulumi_gcp/compute/image_iam_policy.py +12 -12
- pulumi_gcp/compute/instance_iam_binding.py +12 -12
- pulumi_gcp/compute/instance_iam_member.py +12 -12
- pulumi_gcp/compute/instance_iam_policy.py +12 -12
- pulumi_gcp/compute/interconnect.py +1683 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
- pulumi_gcp/compute/machine_image_iam_member.py +8 -8
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
- pulumi_gcp/compute/network_firewall_policy_rule.py +125 -10
- pulumi_gcp/compute/outputs.py +1385 -0
- pulumi_gcp/compute/region_backend_service.py +315 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
- pulumi_gcp/compute/region_disk_iam_member.py +12 -12
- pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +125 -10
- pulumi_gcp/compute/region_security_policy_rule.py +230 -1
- pulumi_gcp/compute/router_nat.py +68 -0
- pulumi_gcp/compute/router_peer.py +88 -0
- pulumi_gcp/compute/security_policy.py +49 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
- pulumi_gcp/compute/snapshot_iam_member.py +12 -12
- pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/target_pool.py +21 -21
- pulumi_gcp/container/_inputs.py +81 -5
- pulumi_gcp/container/outputs.py +109 -8
- pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
- pulumi_gcp/dataflow/flex_template_job.py +7 -7
- pulumi_gcp/dataflow/job.py +7 -7
- pulumi_gcp/dataloss/_inputs.py +420 -13
- pulumi_gcp/dataloss/outputs.py +439 -13
- pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
- pulumi_gcp/dataplex/asset_iam_member.py +12 -12
- pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
- pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
- pulumi_gcp/dataplex/lake_iam_member.py +12 -12
- pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +12 -12
- pulumi_gcp/dataplex/task_iam_member.py +12 -12
- pulumi_gcp/dataplex/task_iam_policy.py +12 -12
- pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
- pulumi_gcp/dataplex/zone_iam_member.py +12 -12
- pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
- pulumi_gcp/dataproc/_inputs.py +190 -46
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
- pulumi_gcp/dataproc/job_iam_binding.py +12 -12
- pulumi_gcp/dataproc/job_iam_member.py +12 -12
- pulumi_gcp/dataproc/job_iam_policy.py +12 -12
- pulumi_gcp/dataproc/metastore_federation.py +4 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
- pulumi_gcp/dataproc/outputs.py +182 -46
- pulumi_gcp/datastream/_inputs.py +1789 -820
- pulumi_gcp/datastream/connection_profile.py +163 -3
- pulumi_gcp/datastream/outputs.py +864 -5
- pulumi_gcp/datastream/stream.py +174 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
- pulumi_gcp/endpoints/service_iam_binding.py +12 -12
- pulumi_gcp/endpoints/service_iam_member.py +12 -12
- pulumi_gcp/endpoints/service_iam_policy.py +12 -12
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +23 -23
- pulumi_gcp/folder/iam_member.py +16 -16
- pulumi_gcp/folder/iam_policy.py +16 -16
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
- pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
- pulumi_gcp/gkehub/feature_iam_member.py +12 -12
- pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
- pulumi_gcp/gkehub/membership_iam_member.py +12 -12
- pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
- pulumi_gcp/gkehub/scope_iam_member.py +12 -12
- pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
- pulumi_gcp/iam/_inputs.py +191 -2
- pulumi_gcp/iam/outputs.py +197 -2
- pulumi_gcp/iam/workforce_pool_provider.py +245 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_iam_binding.py +12 -12
- pulumi_gcp/iap/web_iam_member.py +12 -12
- pulumi_gcp/iap/web_iam_policy.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
- pulumi_gcp/integrationconnectors/__init__.py +1 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +753 -0
- pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
- pulumi_gcp/kms/key_ring_iam_member.py +12 -12
- pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
- pulumi_gcp/netapp/storage_pool.py +7 -7
- pulumi_gcp/netapp/volume.py +4 -4
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +946 -0
- pulumi_gcp/networksecurity/firewall_endpoint.py +34 -0
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +24 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/security_profile.py +16 -0
- pulumi_gcp/networksecurity/security_profile_group.py +18 -0
- pulumi_gcp/networksecurity/tls_inspection_policy.py +435 -5
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +254 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
- pulumi_gcp/networkservices/outputs.py +265 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
- pulumi_gcp/notebooks/instance_iam_member.py +12 -12
- pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
- pulumi_gcp/organizations/_inputs.py +10 -0
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/organizations/outputs.py +10 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/projects/iam_audit_config.py +23 -23
- pulumi_gcp/projects/iam_binding.py +23 -23
- pulumi_gcp/projects/iam_member.py +23 -23
- pulumi_gcp/projects/iam_policy.py +16 -16
- pulumi_gcp/projects/service.py +2 -43
- pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
- pulumi_gcp/pubsub/schema_iam_member.py +12 -12
- pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
- pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
- pulumi_gcp/pubsub/topic_iam_member.py +12 -12
- pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
- pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
- pulumi_gcp/spanner/database_iam_binding.py +12 -12
- pulumi_gcp/spanner/database_iam_member.py +12 -12
- pulumi_gcp/spanner/database_iam_policy.py +12 -12
- pulumi_gcp/spanner/instance_iam_binding.py +12 -12
- pulumi_gcp/spanner/instance_iam_member.py +12 -12
- pulumi_gcp/spanner/instance_iam_policy.py +12 -12
- pulumi_gcp/storage/_inputs.py +12 -10
- pulumi_gcp/storage/bucket.py +44 -0
- pulumi_gcp/storage/bucket_iam_binding.py +12 -12
- pulumi_gcp/storage/bucket_iam_member.py +12 -12
- pulumi_gcp/storage/bucket_iam_policy.py +12 -12
- pulumi_gcp/storage/outputs.py +12 -10
- pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_key_iam_member.py +12 -12
- pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
- pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_value_iam_member.py +12 -12
- pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/RECORD +355 -349
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/top_level.txt +0 -0
@@ -306,7 +306,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
306
306
|
|
307
307
|
> **Note:** `cloudbuildv2.ConnectionIAMBinding` resources **can be** used in conjunction with `cloudbuildv2.ConnectionIAMMember` resources **only if** they do not grant privilege to the same role.
|
308
308
|
|
309
|
-
##
|
309
|
+
## cloudbuildv2.ConnectionIAMPolicy
|
310
310
|
|
311
311
|
```python
|
312
312
|
import pulumi
|
@@ -323,7 +323,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
323
323
|
policy_data=admin.policy_data)
|
324
324
|
```
|
325
325
|
|
326
|
-
##
|
326
|
+
## cloudbuildv2.ConnectionIAMBinding
|
327
327
|
|
328
328
|
```python
|
329
329
|
import pulumi
|
@@ -337,7 +337,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
337
337
|
members=["user:jane@example.com"])
|
338
338
|
```
|
339
339
|
|
340
|
-
##
|
340
|
+
## cloudbuildv2.ConnectionIAMMember
|
341
341
|
|
342
342
|
```python
|
343
343
|
import pulumi
|
@@ -351,7 +351,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
351
351
|
member="user:jane@example.com")
|
352
352
|
```
|
353
353
|
|
354
|
-
##
|
354
|
+
## cloudbuildv2.ConnectionIAMPolicy
|
355
355
|
|
356
356
|
```python
|
357
357
|
import pulumi
|
@@ -368,7 +368,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
368
368
|
policy_data=admin.policy_data)
|
369
369
|
```
|
370
370
|
|
371
|
-
##
|
371
|
+
## cloudbuildv2.ConnectionIAMBinding
|
372
372
|
|
373
373
|
```python
|
374
374
|
import pulumi
|
@@ -382,7 +382,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
382
382
|
members=["user:jane@example.com"])
|
383
383
|
```
|
384
384
|
|
385
|
-
##
|
385
|
+
## cloudbuildv2.ConnectionIAMMember
|
386
386
|
|
387
387
|
```python
|
388
388
|
import pulumi
|
@@ -476,7 +476,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
476
476
|
|
477
477
|
> **Note:** `cloudbuildv2.ConnectionIAMBinding` resources **can be** used in conjunction with `cloudbuildv2.ConnectionIAMMember` resources **only if** they do not grant privilege to the same role.
|
478
478
|
|
479
|
-
##
|
479
|
+
## cloudbuildv2.ConnectionIAMPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -493,7 +493,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
493
493
|
policy_data=admin.policy_data)
|
494
494
|
```
|
495
495
|
|
496
|
-
##
|
496
|
+
## cloudbuildv2.ConnectionIAMBinding
|
497
497
|
|
498
498
|
```python
|
499
499
|
import pulumi
|
@@ -507,7 +507,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
507
507
|
members=["user:jane@example.com"])
|
508
508
|
```
|
509
509
|
|
510
|
-
##
|
510
|
+
## cloudbuildv2.ConnectionIAMMember
|
511
511
|
|
512
512
|
```python
|
513
513
|
import pulumi
|
@@ -521,7 +521,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
521
521
|
member="user:jane@example.com")
|
522
522
|
```
|
523
523
|
|
524
|
-
##
|
524
|
+
## cloudbuildv2.ConnectionIAMPolicy
|
525
525
|
|
526
526
|
```python
|
527
527
|
import pulumi
|
@@ -538,7 +538,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
538
538
|
policy_data=admin.policy_data)
|
539
539
|
```
|
540
540
|
|
541
|
-
##
|
541
|
+
## cloudbuildv2.ConnectionIAMBinding
|
542
542
|
|
543
543
|
```python
|
544
544
|
import pulumi
|
@@ -552,7 +552,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
552
552
|
members=["user:jane@example.com"])
|
553
553
|
```
|
554
554
|
|
555
|
-
##
|
555
|
+
## cloudbuildv2.ConnectionIAMMember
|
556
556
|
|
557
557
|
```python
|
558
558
|
import pulumi
|
@@ -203,7 +203,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
203
203
|
|
204
204
|
> **Note:** `cloudbuildv2.ConnectionIAMBinding` resources **can be** used in conjunction with `cloudbuildv2.ConnectionIAMMember` resources **only if** they do not grant privilege to the same role.
|
205
205
|
|
206
|
-
##
|
206
|
+
## cloudbuildv2.ConnectionIAMPolicy
|
207
207
|
|
208
208
|
```python
|
209
209
|
import pulumi
|
@@ -220,7 +220,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
220
220
|
policy_data=admin.policy_data)
|
221
221
|
```
|
222
222
|
|
223
|
-
##
|
223
|
+
## cloudbuildv2.ConnectionIAMBinding
|
224
224
|
|
225
225
|
```python
|
226
226
|
import pulumi
|
@@ -234,7 +234,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
234
234
|
members=["user:jane@example.com"])
|
235
235
|
```
|
236
236
|
|
237
|
-
##
|
237
|
+
## cloudbuildv2.ConnectionIAMMember
|
238
238
|
|
239
239
|
```python
|
240
240
|
import pulumi
|
@@ -248,7 +248,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
248
248
|
member="user:jane@example.com")
|
249
249
|
```
|
250
250
|
|
251
|
-
##
|
251
|
+
## cloudbuildv2.ConnectionIAMPolicy
|
252
252
|
|
253
253
|
```python
|
254
254
|
import pulumi
|
@@ -265,7 +265,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
265
265
|
policy_data=admin.policy_data)
|
266
266
|
```
|
267
267
|
|
268
|
-
##
|
268
|
+
## cloudbuildv2.ConnectionIAMBinding
|
269
269
|
|
270
270
|
```python
|
271
271
|
import pulumi
|
@@ -279,7 +279,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
279
279
|
members=["user:jane@example.com"])
|
280
280
|
```
|
281
281
|
|
282
|
-
##
|
282
|
+
## cloudbuildv2.ConnectionIAMMember
|
283
283
|
|
284
284
|
```python
|
285
285
|
import pulumi
|
@@ -361,7 +361,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
361
361
|
|
362
362
|
> **Note:** `cloudbuildv2.ConnectionIAMBinding` resources **can be** used in conjunction with `cloudbuildv2.ConnectionIAMMember` resources **only if** they do not grant privilege to the same role.
|
363
363
|
|
364
|
-
##
|
364
|
+
## cloudbuildv2.ConnectionIAMPolicy
|
365
365
|
|
366
366
|
```python
|
367
367
|
import pulumi
|
@@ -378,7 +378,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
378
378
|
policy_data=admin.policy_data)
|
379
379
|
```
|
380
380
|
|
381
|
-
##
|
381
|
+
## cloudbuildv2.ConnectionIAMBinding
|
382
382
|
|
383
383
|
```python
|
384
384
|
import pulumi
|
@@ -392,7 +392,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
392
392
|
members=["user:jane@example.com"])
|
393
393
|
```
|
394
394
|
|
395
|
-
##
|
395
|
+
## cloudbuildv2.ConnectionIAMMember
|
396
396
|
|
397
397
|
```python
|
398
398
|
import pulumi
|
@@ -406,7 +406,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
406
406
|
member="user:jane@example.com")
|
407
407
|
```
|
408
408
|
|
409
|
-
##
|
409
|
+
## cloudbuildv2.ConnectionIAMPolicy
|
410
410
|
|
411
411
|
```python
|
412
412
|
import pulumi
|
@@ -423,7 +423,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
423
423
|
policy_data=admin.policy_data)
|
424
424
|
```
|
425
425
|
|
426
|
-
##
|
426
|
+
## cloudbuildv2.ConnectionIAMBinding
|
427
427
|
|
428
428
|
```python
|
429
429
|
import pulumi
|
@@ -437,7 +437,7 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
|
|
437
437
|
members=["user:jane@example.com"])
|
438
438
|
```
|
439
439
|
|
440
|
-
##
|
440
|
+
## cloudbuildv2.ConnectionIAMMember
|
441
441
|
|
442
442
|
```python
|
443
443
|
import pulumi
|
@@ -371,7 +371,7 @@ class Repository(pulumi.CustomResource):
|
|
371
371
|
my_repository = gcp.cloudbuildv2.Repository("my-repository",
|
372
372
|
name="my-terraform-ghe-repo",
|
373
373
|
location="us-central1",
|
374
|
-
parent_connection=my_connection.
|
374
|
+
parent_connection=my_connection.name,
|
375
375
|
remote_uri="https://ghe.com/hashicorp/terraform-provider-google.git")
|
376
376
|
```
|
377
377
|
### Cloudbuildv2 Repository Github Doc
|
@@ -515,7 +515,7 @@ class Repository(pulumi.CustomResource):
|
|
515
515
|
my_repository = gcp.cloudbuildv2.Repository("my-repository",
|
516
516
|
name="my-terraform-ghe-repo",
|
517
517
|
location="us-central1",
|
518
|
-
parent_connection=my_connection.
|
518
|
+
parent_connection=my_connection.name,
|
519
519
|
remote_uri="https://ghe.com/hashicorp/terraform-provider-google.git")
|
520
520
|
```
|
521
521
|
### Cloudbuildv2 Repository Github Doc
|
@@ -18,6 +18,7 @@ __all__ = [
|
|
18
18
|
'CustomTargetTypeCustomActionsArgs',
|
19
19
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs',
|
20
20
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs',
|
21
|
+
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs',
|
21
22
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs',
|
22
23
|
'CustomTargetTypeIamBindingConditionArgs',
|
23
24
|
'CustomTargetTypeIamMemberConditionArgs',
|
@@ -48,6 +49,7 @@ __all__ = [
|
|
48
49
|
'DeliveryPipelineSerialPipelineStageStrategyStandardPostdeployArgs',
|
49
50
|
'DeliveryPipelineSerialPipelineStageStrategyStandardPredeployArgs',
|
50
51
|
'TargetAnthosClusterArgs',
|
52
|
+
'TargetCustomTargetArgs',
|
51
53
|
'TargetExecutionConfigArgs',
|
52
54
|
'TargetGkeArgs',
|
53
55
|
'TargetIamBindingConditionArgs',
|
@@ -351,11 +353,14 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs:
|
|
351
353
|
def __init__(__self__, *,
|
352
354
|
configs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
353
355
|
git: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs']] = None,
|
356
|
+
google_cloud_build_repo: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs']] = None,
|
354
357
|
google_cloud_storage: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs']] = None):
|
355
358
|
"""
|
356
359
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] configs: The Skaffold Config modules to use from the specified source.
|
357
360
|
:param pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs'] git: Remote git repository containing the Skaffold Config modules.
|
358
361
|
Structure is documented below.
|
362
|
+
:param pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs'] google_cloud_build_repo: Cloud Build 2nd gen repository containing the Skaffold Config modules.
|
363
|
+
Structure is documented below.
|
359
364
|
:param pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs'] google_cloud_storage: Cloud Storage bucket containing Skaffold Config modules.
|
360
365
|
Structure is documented below.
|
361
366
|
"""
|
@@ -363,6 +368,8 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs:
|
|
363
368
|
pulumi.set(__self__, "configs", configs)
|
364
369
|
if git is not None:
|
365
370
|
pulumi.set(__self__, "git", git)
|
371
|
+
if google_cloud_build_repo is not None:
|
372
|
+
pulumi.set(__self__, "google_cloud_build_repo", google_cloud_build_repo)
|
366
373
|
if google_cloud_storage is not None:
|
367
374
|
pulumi.set(__self__, "google_cloud_storage", google_cloud_storage)
|
368
375
|
|
@@ -391,6 +398,19 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs:
|
|
391
398
|
def git(self, value: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs']]):
|
392
399
|
pulumi.set(self, "git", value)
|
393
400
|
|
401
|
+
@property
|
402
|
+
@pulumi.getter(name="googleCloudBuildRepo")
|
403
|
+
def google_cloud_build_repo(self) -> Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs']]:
|
404
|
+
"""
|
405
|
+
Cloud Build 2nd gen repository containing the Skaffold Config modules.
|
406
|
+
Structure is documented below.
|
407
|
+
"""
|
408
|
+
return pulumi.get(self, "google_cloud_build_repo")
|
409
|
+
|
410
|
+
@google_cloud_build_repo.setter
|
411
|
+
def google_cloud_build_repo(self, value: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs']]):
|
412
|
+
pulumi.set(self, "google_cloud_build_repo", value)
|
413
|
+
|
394
414
|
@property
|
395
415
|
@pulumi.getter(name="googleCloudStorage")
|
396
416
|
def google_cloud_storage(self) -> Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs']]:
|
@@ -459,6 +479,60 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs:
|
|
459
479
|
pulumi.set(self, "ref", value)
|
460
480
|
|
461
481
|
|
482
|
+
@pulumi.input_type
|
483
|
+
class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs:
|
484
|
+
def __init__(__self__, *,
|
485
|
+
repository: pulumi.Input[str],
|
486
|
+
path: Optional[pulumi.Input[str]] = None,
|
487
|
+
ref: Optional[pulumi.Input[str]] = None):
|
488
|
+
"""
|
489
|
+
:param pulumi.Input[str] repository: Cloud Build 2nd gen repository in the format of 'projects/<project>/locations/<location>/connections/<connection>/repositories/<repository>'.
|
490
|
+
:param pulumi.Input[str] path: Relative path from the repository root to the Skaffold file.
|
491
|
+
:param pulumi.Input[str] ref: Branch or tag to use when cloning the repository.
|
492
|
+
"""
|
493
|
+
pulumi.set(__self__, "repository", repository)
|
494
|
+
if path is not None:
|
495
|
+
pulumi.set(__self__, "path", path)
|
496
|
+
if ref is not None:
|
497
|
+
pulumi.set(__self__, "ref", ref)
|
498
|
+
|
499
|
+
@property
|
500
|
+
@pulumi.getter
|
501
|
+
def repository(self) -> pulumi.Input[str]:
|
502
|
+
"""
|
503
|
+
Cloud Build 2nd gen repository in the format of 'projects/<project>/locations/<location>/connections/<connection>/repositories/<repository>'.
|
504
|
+
"""
|
505
|
+
return pulumi.get(self, "repository")
|
506
|
+
|
507
|
+
@repository.setter
|
508
|
+
def repository(self, value: pulumi.Input[str]):
|
509
|
+
pulumi.set(self, "repository", value)
|
510
|
+
|
511
|
+
@property
|
512
|
+
@pulumi.getter
|
513
|
+
def path(self) -> Optional[pulumi.Input[str]]:
|
514
|
+
"""
|
515
|
+
Relative path from the repository root to the Skaffold file.
|
516
|
+
"""
|
517
|
+
return pulumi.get(self, "path")
|
518
|
+
|
519
|
+
@path.setter
|
520
|
+
def path(self, value: Optional[pulumi.Input[str]]):
|
521
|
+
pulumi.set(self, "path", value)
|
522
|
+
|
523
|
+
@property
|
524
|
+
@pulumi.getter
|
525
|
+
def ref(self) -> Optional[pulumi.Input[str]]:
|
526
|
+
"""
|
527
|
+
Branch or tag to use when cloning the repository.
|
528
|
+
"""
|
529
|
+
return pulumi.get(self, "ref")
|
530
|
+
|
531
|
+
@ref.setter
|
532
|
+
def ref(self, value: Optional[pulumi.Input[str]]):
|
533
|
+
pulumi.set(self, "ref", value)
|
534
|
+
|
535
|
+
|
462
536
|
@pulumi.input_type
|
463
537
|
class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs:
|
464
538
|
def __init__(__self__, *,
|
@@ -1766,6 +1840,28 @@ class TargetAnthosClusterArgs:
|
|
1766
1840
|
pulumi.set(self, "membership", value)
|
1767
1841
|
|
1768
1842
|
|
1843
|
+
@pulumi.input_type
|
1844
|
+
class TargetCustomTargetArgs:
|
1845
|
+
def __init__(__self__, *,
|
1846
|
+
custom_target_type: pulumi.Input[str]):
|
1847
|
+
"""
|
1848
|
+
:param pulumi.Input[str] custom_target_type: Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
|
1849
|
+
"""
|
1850
|
+
pulumi.set(__self__, "custom_target_type", custom_target_type)
|
1851
|
+
|
1852
|
+
@property
|
1853
|
+
@pulumi.getter(name="customTargetType")
|
1854
|
+
def custom_target_type(self) -> pulumi.Input[str]:
|
1855
|
+
"""
|
1856
|
+
Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
|
1857
|
+
"""
|
1858
|
+
return pulumi.get(self, "custom_target_type")
|
1859
|
+
|
1860
|
+
@custom_target_type.setter
|
1861
|
+
def custom_target_type(self, value: pulumi.Input[str]):
|
1862
|
+
pulumi.set(self, "custom_target_type", value)
|
1863
|
+
|
1864
|
+
|
1769
1865
|
@pulumi.input_type
|
1770
1866
|
class TargetExecutionConfigArgs:
|
1771
1867
|
def __init__(__self__, *,
|
@@ -507,6 +507,29 @@ class CustomTargetType(pulumi.CustomResource):
|
|
507
507
|
)],
|
508
508
|
))
|
509
509
|
```
|
510
|
+
### Clouddeploy Custom Target Type Gcb Repo Skaffold Modules
|
511
|
+
|
512
|
+
```python
|
513
|
+
import pulumi
|
514
|
+
import pulumi_gcp as gcp
|
515
|
+
|
516
|
+
custom_target_type = gcp.clouddeploy.CustomTargetType("custom-target-type",
|
517
|
+
location="us-central1",
|
518
|
+
name="my-custom-target-type",
|
519
|
+
description="My custom target type",
|
520
|
+
custom_actions=gcp.clouddeploy.CustomTargetTypeCustomActionsArgs(
|
521
|
+
render_action="renderAction",
|
522
|
+
deploy_action="deployAction",
|
523
|
+
include_skaffold_modules=[gcp.clouddeploy.CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs(
|
524
|
+
configs=["my-config"],
|
525
|
+
google_cloud_build_repo=gcp.clouddeploy.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs(
|
526
|
+
repository="projects/example/locations/us-central1/connections/git/repositories/example-repo",
|
527
|
+
path="configs/skaffold.yaml",
|
528
|
+
ref="main",
|
529
|
+
),
|
530
|
+
)],
|
531
|
+
))
|
532
|
+
```
|
510
533
|
|
511
534
|
## Import
|
512
535
|
|
@@ -637,6 +660,29 @@ class CustomTargetType(pulumi.CustomResource):
|
|
637
660
|
)],
|
638
661
|
))
|
639
662
|
```
|
663
|
+
### Clouddeploy Custom Target Type Gcb Repo Skaffold Modules
|
664
|
+
|
665
|
+
```python
|
666
|
+
import pulumi
|
667
|
+
import pulumi_gcp as gcp
|
668
|
+
|
669
|
+
custom_target_type = gcp.clouddeploy.CustomTargetType("custom-target-type",
|
670
|
+
location="us-central1",
|
671
|
+
name="my-custom-target-type",
|
672
|
+
description="My custom target type",
|
673
|
+
custom_actions=gcp.clouddeploy.CustomTargetTypeCustomActionsArgs(
|
674
|
+
render_action="renderAction",
|
675
|
+
deploy_action="deployAction",
|
676
|
+
include_skaffold_modules=[gcp.clouddeploy.CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs(
|
677
|
+
configs=["my-config"],
|
678
|
+
google_cloud_build_repo=gcp.clouddeploy.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs(
|
679
|
+
repository="projects/example/locations/us-central1/connections/git/repositories/example-repo",
|
680
|
+
path="configs/skaffold.yaml",
|
681
|
+
ref="main",
|
682
|
+
),
|
683
|
+
)],
|
684
|
+
))
|
685
|
+
```
|
640
686
|
|
641
687
|
## Import
|
642
688
|
|
@@ -39,7 +39,7 @@ class DeliveryPipelineArgs:
|
|
39
39
|
are additionally constrained to be <= 128 bytes. **Note**: This field is non-authoritative, and will only manage the
|
40
40
|
labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
41
41
|
resource.
|
42
|
-
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is
|
42
|
+
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is `a-z?`.
|
43
43
|
:param pulumi.Input[str] project: The project for the resource
|
44
44
|
:param pulumi.Input['DeliveryPipelineSerialPipelineArgs'] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
|
45
45
|
:param pulumi.Input[bool] suspended: When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
|
@@ -121,7 +121,7 @@ class DeliveryPipelineArgs:
|
|
121
121
|
@pulumi.getter
|
122
122
|
def name(self) -> Optional[pulumi.Input[str]]:
|
123
123
|
"""
|
124
|
-
Name of the `DeliveryPipeline`. Format is
|
124
|
+
Name of the `DeliveryPipeline`. Format is `a-z?`.
|
125
125
|
"""
|
126
126
|
return pulumi.get(self, "name")
|
127
127
|
|
@@ -204,7 +204,7 @@ class _DeliveryPipelineState:
|
|
204
204
|
labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
205
205
|
resource.
|
206
206
|
:param pulumi.Input[str] location: The location for the resource
|
207
|
-
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is
|
207
|
+
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is `a-z?`.
|
208
208
|
:param pulumi.Input[str] project: The project for the resource
|
209
209
|
:param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
210
210
|
:param pulumi.Input['DeliveryPipelineSerialPipelineArgs'] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
|
@@ -363,7 +363,7 @@ class _DeliveryPipelineState:
|
|
363
363
|
@pulumi.getter
|
364
364
|
def name(self) -> Optional[pulumi.Input[str]]:
|
365
365
|
"""
|
366
|
-
Name of the `DeliveryPipeline`. Format is
|
366
|
+
Name of the `DeliveryPipeline`. Format is `a-z?`.
|
367
367
|
"""
|
368
368
|
return pulumi.get(self, "name")
|
369
369
|
|
@@ -708,7 +708,7 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
708
708
|
labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
709
709
|
resource.
|
710
710
|
:param pulumi.Input[str] location: The location for the resource
|
711
|
-
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is
|
711
|
+
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is `a-z?`.
|
712
712
|
:param pulumi.Input[str] project: The project for the resource
|
713
713
|
:param pulumi.Input[pulumi.InputType['DeliveryPipelineSerialPipelineArgs']] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
|
714
714
|
:param pulumi.Input[bool] suspended: When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
|
@@ -1056,7 +1056,7 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1056
1056
|
labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
1057
1057
|
resource.
|
1058
1058
|
:param pulumi.Input[str] location: The location for the resource
|
1059
|
-
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is
|
1059
|
+
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is `a-z?`.
|
1060
1060
|
:param pulumi.Input[str] project: The project for the resource
|
1061
1061
|
:param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
1062
1062
|
:param pulumi.Input[pulumi.InputType['DeliveryPipelineSerialPipelineArgs']] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
|
@@ -1168,7 +1168,7 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1168
1168
|
@pulumi.getter
|
1169
1169
|
def name(self) -> pulumi.Output[str]:
|
1170
1170
|
"""
|
1171
|
-
Name of the `DeliveryPipeline`. Format is
|
1171
|
+
Name of the `DeliveryPipeline`. Format is `a-z?`.
|
1172
1172
|
"""
|
1173
1173
|
return pulumi.get(self, "name")
|
1174
1174
|
|
@@ -19,6 +19,7 @@ __all__ = [
|
|
19
19
|
'CustomTargetTypeCustomActions',
|
20
20
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModule',
|
21
21
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGit',
|
22
|
+
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo',
|
22
23
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorage',
|
23
24
|
'CustomTargetTypeIamBindingCondition',
|
24
25
|
'CustomTargetTypeIamMemberCondition',
|
@@ -49,6 +50,7 @@ __all__ = [
|
|
49
50
|
'DeliveryPipelineSerialPipelineStageStrategyStandardPostdeploy',
|
50
51
|
'DeliveryPipelineSerialPipelineStageStrategyStandardPredeploy',
|
51
52
|
'TargetAnthosCluster',
|
53
|
+
'TargetCustomTarget',
|
52
54
|
'TargetExecutionConfig',
|
53
55
|
'TargetGke',
|
54
56
|
'TargetIamBindingCondition',
|
@@ -368,7 +370,9 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModule(dict):
|
|
368
370
|
@staticmethod
|
369
371
|
def __key_warning(key: str):
|
370
372
|
suggest = None
|
371
|
-
if key == "
|
373
|
+
if key == "googleCloudBuildRepo":
|
374
|
+
suggest = "google_cloud_build_repo"
|
375
|
+
elif key == "googleCloudStorage":
|
372
376
|
suggest = "google_cloud_storage"
|
373
377
|
|
374
378
|
if suggest:
|
@@ -385,11 +389,14 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModule(dict):
|
|
385
389
|
def __init__(__self__, *,
|
386
390
|
configs: Optional[Sequence[str]] = None,
|
387
391
|
git: Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGit'] = None,
|
392
|
+
google_cloud_build_repo: Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo'] = None,
|
388
393
|
google_cloud_storage: Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorage'] = None):
|
389
394
|
"""
|
390
395
|
:param Sequence[str] configs: The Skaffold Config modules to use from the specified source.
|
391
396
|
:param 'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs' git: Remote git repository containing the Skaffold Config modules.
|
392
397
|
Structure is documented below.
|
398
|
+
:param 'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs' google_cloud_build_repo: Cloud Build 2nd gen repository containing the Skaffold Config modules.
|
399
|
+
Structure is documented below.
|
393
400
|
:param 'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs' google_cloud_storage: Cloud Storage bucket containing Skaffold Config modules.
|
394
401
|
Structure is documented below.
|
395
402
|
"""
|
@@ -397,6 +404,8 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModule(dict):
|
|
397
404
|
pulumi.set(__self__, "configs", configs)
|
398
405
|
if git is not None:
|
399
406
|
pulumi.set(__self__, "git", git)
|
407
|
+
if google_cloud_build_repo is not None:
|
408
|
+
pulumi.set(__self__, "google_cloud_build_repo", google_cloud_build_repo)
|
400
409
|
if google_cloud_storage is not None:
|
401
410
|
pulumi.set(__self__, "google_cloud_storage", google_cloud_storage)
|
402
411
|
|
@@ -417,6 +426,15 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModule(dict):
|
|
417
426
|
"""
|
418
427
|
return pulumi.get(self, "git")
|
419
428
|
|
429
|
+
@property
|
430
|
+
@pulumi.getter(name="googleCloudBuildRepo")
|
431
|
+
def google_cloud_build_repo(self) -> Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo']:
|
432
|
+
"""
|
433
|
+
Cloud Build 2nd gen repository containing the Skaffold Config modules.
|
434
|
+
Structure is documented below.
|
435
|
+
"""
|
436
|
+
return pulumi.get(self, "google_cloud_build_repo")
|
437
|
+
|
420
438
|
@property
|
421
439
|
@pulumi.getter(name="googleCloudStorage")
|
422
440
|
def google_cloud_storage(self) -> Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorage']:
|
@@ -469,6 +487,48 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGit(dict):
|
|
469
487
|
return pulumi.get(self, "ref")
|
470
488
|
|
471
489
|
|
490
|
+
@pulumi.output_type
|
491
|
+
class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo(dict):
|
492
|
+
def __init__(__self__, *,
|
493
|
+
repository: str,
|
494
|
+
path: Optional[str] = None,
|
495
|
+
ref: Optional[str] = None):
|
496
|
+
"""
|
497
|
+
:param str repository: Cloud Build 2nd gen repository in the format of 'projects/<project>/locations/<location>/connections/<connection>/repositories/<repository>'.
|
498
|
+
:param str path: Relative path from the repository root to the Skaffold file.
|
499
|
+
:param str ref: Branch or tag to use when cloning the repository.
|
500
|
+
"""
|
501
|
+
pulumi.set(__self__, "repository", repository)
|
502
|
+
if path is not None:
|
503
|
+
pulumi.set(__self__, "path", path)
|
504
|
+
if ref is not None:
|
505
|
+
pulumi.set(__self__, "ref", ref)
|
506
|
+
|
507
|
+
@property
|
508
|
+
@pulumi.getter
|
509
|
+
def repository(self) -> str:
|
510
|
+
"""
|
511
|
+
Cloud Build 2nd gen repository in the format of 'projects/<project>/locations/<location>/connections/<connection>/repositories/<repository>'.
|
512
|
+
"""
|
513
|
+
return pulumi.get(self, "repository")
|
514
|
+
|
515
|
+
@property
|
516
|
+
@pulumi.getter
|
517
|
+
def path(self) -> Optional[str]:
|
518
|
+
"""
|
519
|
+
Relative path from the repository root to the Skaffold file.
|
520
|
+
"""
|
521
|
+
return pulumi.get(self, "path")
|
522
|
+
|
523
|
+
@property
|
524
|
+
@pulumi.getter
|
525
|
+
def ref(self) -> Optional[str]:
|
526
|
+
"""
|
527
|
+
Branch or tag to use when cloning the repository.
|
528
|
+
"""
|
529
|
+
return pulumi.get(self, "ref")
|
530
|
+
|
531
|
+
|
472
532
|
@pulumi.output_type
|
473
533
|
class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorage(dict):
|
474
534
|
def __init__(__self__, *,
|
@@ -1746,6 +1806,41 @@ class TargetAnthosCluster(dict):
|
|
1746
1806
|
return pulumi.get(self, "membership")
|
1747
1807
|
|
1748
1808
|
|
1809
|
+
@pulumi.output_type
|
1810
|
+
class TargetCustomTarget(dict):
|
1811
|
+
@staticmethod
|
1812
|
+
def __key_warning(key: str):
|
1813
|
+
suggest = None
|
1814
|
+
if key == "customTargetType":
|
1815
|
+
suggest = "custom_target_type"
|
1816
|
+
|
1817
|
+
if suggest:
|
1818
|
+
pulumi.log.warn(f"Key '{key}' not found in TargetCustomTarget. Access the value via the '{suggest}' property getter instead.")
|
1819
|
+
|
1820
|
+
def __getitem__(self, key: str) -> Any:
|
1821
|
+
TargetCustomTarget.__key_warning(key)
|
1822
|
+
return super().__getitem__(key)
|
1823
|
+
|
1824
|
+
def get(self, key: str, default = None) -> Any:
|
1825
|
+
TargetCustomTarget.__key_warning(key)
|
1826
|
+
return super().get(key, default)
|
1827
|
+
|
1828
|
+
def __init__(__self__, *,
|
1829
|
+
custom_target_type: str):
|
1830
|
+
"""
|
1831
|
+
:param str custom_target_type: Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
|
1832
|
+
"""
|
1833
|
+
pulumi.set(__self__, "custom_target_type", custom_target_type)
|
1834
|
+
|
1835
|
+
@property
|
1836
|
+
@pulumi.getter(name="customTargetType")
|
1837
|
+
def custom_target_type(self) -> str:
|
1838
|
+
"""
|
1839
|
+
Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
|
1840
|
+
"""
|
1841
|
+
return pulumi.get(self, "custom_target_type")
|
1842
|
+
|
1843
|
+
|
1749
1844
|
@pulumi.output_type
|
1750
1845
|
class TargetExecutionConfig(dict):
|
1751
1846
|
@staticmethod
|