pulumi-gcp 7.0.0a1699651384__py3-none-any.whl → 7.1.0__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 +118 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +546 -71
- pulumi_gcp/accesscontextmanager/access_level.py +18 -2
- pulumi_gcp/accesscontextmanager/access_level_condition.py +57 -3
- pulumi_gcp/accesscontextmanager/access_levels.py +18 -2
- pulumi_gcp/accesscontextmanager/access_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +18 -2
- pulumi_gcp/accesscontextmanager/egress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +18 -2
- pulumi_gcp/accesscontextmanager/ingress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/outputs.py +643 -71
- pulumi_gcp/accesscontextmanager/service_perimeter.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +18 -2
- pulumi_gcp/activedirectory/domain.py +22 -10
- pulumi_gcp/activedirectory/domain_trust.py +18 -2
- pulumi_gcp/activedirectory/peering.py +4 -8
- pulumi_gcp/alloydb/__init__.py +1 -0
- pulumi_gcp/alloydb/_inputs.py +93 -0
- pulumi_gcp/alloydb/backup.py +22 -10
- pulumi_gcp/alloydb/cluster.py +283 -11
- pulumi_gcp/alloydb/instance.py +241 -40
- pulumi_gcp/alloydb/outputs.py +130 -0
- pulumi_gcp/alloydb/user.py +609 -0
- pulumi_gcp/apigateway/api.py +22 -10
- pulumi_gcp/apigateway/api_config.py +22 -10
- pulumi_gcp/apigateway/gateway.py +22 -10
- pulumi_gcp/apigee/addons_config.py +18 -2
- pulumi_gcp/apigee/endpoint_attachment.py +18 -2
- pulumi_gcp/apigee/env_group.py +18 -2
- pulumi_gcp/apigee/env_group_attachment.py +18 -2
- pulumi_gcp/apigee/env_keystore.py +18 -2
- pulumi_gcp/apigee/env_references.py +18 -2
- pulumi_gcp/apigee/environment.py +96 -5
- pulumi_gcp/apigee/flowhook.py +18 -2
- pulumi_gcp/apigee/instance.py +18 -2
- pulumi_gcp/apigee/instance_attachment.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +18 -2
- pulumi_gcp/apigee/nat_address.py +18 -2
- pulumi_gcp/apigee/organization.py +18 -2
- pulumi_gcp/apigee/sharedflow.py +18 -2
- pulumi_gcp/apigee/sharedflow_deployment.py +18 -2
- pulumi_gcp/apigee/sync_authorization.py +18 -2
- pulumi_gcp/apigee/target_server.py +18 -2
- pulumi_gcp/appengine/application.py +20 -4
- pulumi_gcp/appengine/application_url_dispatch_rules.py +18 -2
- pulumi_gcp/appengine/domain_mapping.py +18 -2
- pulumi_gcp/appengine/engine_split_traffic.py +18 -2
- pulumi_gcp/appengine/firewall_rule.py +18 -2
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +18 -2
- pulumi_gcp/appengine/standard_app_version.py +18 -2
- pulumi_gcp/artifactregistry/_inputs.py +4 -4
- pulumi_gcp/artifactregistry/outputs.py +4 -4
- pulumi_gcp/artifactregistry/repository.py +24 -12
- pulumi_gcp/artifactregistry/vpcsc_config.py +18 -2
- pulumi_gcp/assuredworkloads/_inputs.py +178 -4
- pulumi_gcp/assuredworkloads/outputs.py +217 -5
- pulumi_gcp/assuredworkloads/workload.py +474 -63
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +152 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +18 -2
- pulumi_gcp/backupdisasterrecovery/outputs.py +40 -0
- pulumi_gcp/beyondcorp/app_connection.py +22 -10
- pulumi_gcp/beyondcorp/app_connector.py +22 -10
- pulumi_gcp/beyondcorp/app_gateway.py +22 -10
- pulumi_gcp/biglake/catalog.py +18 -2
- pulumi_gcp/biglake/database.py +18 -2
- pulumi_gcp/biglake/table.py +18 -2
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/_inputs.py +94 -8
- pulumi_gcp/bigquery/app_profile.py +18 -2
- pulumi_gcp/bigquery/bi_reservation.py +18 -2
- pulumi_gcp/bigquery/capacity_commitment.py +25 -9
- pulumi_gcp/bigquery/connection.py +56 -2
- pulumi_gcp/bigquery/data_transfer_config.py +18 -2
- pulumi_gcp/bigquery/dataset.py +22 -10
- pulumi_gcp/bigquery/dataset_iam_binding.py +10 -38
- pulumi_gcp/bigquery/dataset_iam_member.py +10 -38
- pulumi_gcp/bigquery/dataset_iam_policy.py +10 -38
- pulumi_gcp/bigquery/get_dataset.py +315 -0
- pulumi_gcp/bigquery/job.py +26 -10
- pulumi_gcp/bigquery/outputs.py +275 -9
- pulumi_gcp/bigquery/reservation.py +18 -2
- pulumi_gcp/bigquery/reservation_assignment.py +18 -2
- pulumi_gcp/bigquery/routine.py +18 -2
- pulumi_gcp/bigquery/table.py +171 -17
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +18 -2
- pulumi_gcp/bigqueryanalyticshub/listing.py +18 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +18 -2
- pulumi_gcp/bigtable/instance.py +30 -10
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -20
- pulumi_gcp/bigtable/instance_iam_member.py +12 -20
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -20
- pulumi_gcp/bigtable/table.py +18 -6
- pulumi_gcp/bigtable/table_iam_binding.py +12 -20
- pulumi_gcp/bigtable/table_iam_member.py +12 -20
- pulumi_gcp/bigtable/table_iam_policy.py +12 -20
- pulumi_gcp/billing/account_iam_binding.py +12 -20
- pulumi_gcp/billing/account_iam_member.py +12 -20
- pulumi_gcp/billing/account_iam_policy.py +12 -20
- pulumi_gcp/billing/budget.py +18 -2
- pulumi_gcp/billing/project_info.py +18 -2
- pulumi_gcp/billing/sub_account.py +18 -2
- pulumi_gcp/binaryauthorization/attestor.py +18 -2
- pulumi_gcp/binaryauthorization/policy.py +18 -2
- pulumi_gcp/certificateauthority/authority.py +22 -10
- pulumi_gcp/certificateauthority/ca_pool.py +22 -10
- pulumi_gcp/certificateauthority/certificate.py +22 -10
- pulumi_gcp/certificateauthority/certificate_template.py +22 -10
- pulumi_gcp/certificatemanager/certificate.py +223 -31
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +22 -10
- pulumi_gcp/certificatemanager/certificate_map.py +22 -10
- pulumi_gcp/certificatemanager/certificate_map_entry.py +22 -10
- pulumi_gcp/certificatemanager/dns_authorization.py +22 -10
- pulumi_gcp/certificatemanager/trust_config.py +22 -10
- pulumi_gcp/cloudasset/folder_feed.py +18 -2
- pulumi_gcp/cloudasset/organization_feed.py +18 -2
- pulumi_gcp/cloudasset/project_feed.py +18 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +18 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -2
- pulumi_gcp/cloudbuild/worker_pool.py +18 -2
- pulumi_gcp/cloudbuildv2/connection.py +18 -2
- pulumi_gcp/cloudbuildv2/repository.py +18 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +22 -10
- pulumi_gcp/clouddeploy/target.py +22 -10
- pulumi_gcp/cloudfunctions/function.py +26 -14
- pulumi_gcp/cloudfunctions/get_function.py +3 -0
- pulumi_gcp/cloudfunctionsv2/function.py +22 -10
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/_inputs.py +119 -0
- pulumi_gcp/cloudidentity/get_group_lookup.py +128 -0
- pulumi_gcp/cloudidentity/group.py +50 -2
- pulumi_gcp/cloudidentity/group_membership.py +18 -2
- pulumi_gcp/cloudidentity/outputs.py +156 -0
- pulumi_gcp/cloudids/endpoint.py +18 -2
- pulumi_gcp/cloudrun/_inputs.py +12 -0
- pulumi_gcp/cloudrun/domain_mapping.py +18 -2
- pulumi_gcp/cloudrun/outputs.py +12 -0
- pulumi_gcp/cloudrun/service.py +18 -2
- pulumi_gcp/cloudrunv2/__init__.py +2 -0
- pulumi_gcp/cloudrunv2/get_job.py +394 -0
- pulumi_gcp/cloudrunv2/get_service.py +454 -0
- pulumi_gcp/cloudrunv2/job.py +40 -27
- pulumi_gcp/cloudrunv2/outputs.py +1687 -0
- pulumi_gcp/cloudrunv2/service.py +40 -27
- pulumi_gcp/cloudscheduler/job.py +18 -2
- pulumi_gcp/cloudtasks/queue.py +18 -2
- pulumi_gcp/composer/_inputs.py +17 -0
- pulumi_gcp/composer/environment.py +68 -5
- pulumi_gcp/composer/get_environment.py +13 -3
- pulumi_gcp/composer/outputs.py +26 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +158 -4
- pulumi_gcp/compute/address.py +38 -18
- pulumi_gcp/compute/attached_disk.py +18 -2
- pulumi_gcp/compute/autoscaler.py +18 -2
- pulumi_gcp/compute/backend_bucket.py +18 -2
- pulumi_gcp/compute/backend_service.py +32 -16
- pulumi_gcp/compute/disk.py +22 -10
- pulumi_gcp/compute/disk_resource_policy_attachment.py +18 -2
- pulumi_gcp/compute/external_vpn_gateway.py +22 -10
- pulumi_gcp/compute/firewall.py +18 -2
- pulumi_gcp/compute/firewall_policy_association.py +18 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/forwarding_rule.py +377 -276
- pulumi_gcp/compute/get_disk.py +3 -0
- pulumi_gcp/compute/get_forwarding_rule.py +11 -1
- pulumi_gcp/compute/get_image.py +3 -0
- pulumi_gcp/compute/get_network.py +14 -1
- pulumi_gcp/compute/get_networks.py +130 -0
- pulumi_gcp/compute/get_subnetwork.py +14 -1
- pulumi_gcp/compute/global_address.py +18 -2
- pulumi_gcp/compute/global_forwarding_rule.py +127 -108
- pulumi_gcp/compute/global_network_endpoint.py +18 -2
- pulumi_gcp/compute/global_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +18 -2
- pulumi_gcp/compute/health_check.py +18 -2
- pulumi_gcp/compute/http_health_check.py +18 -2
- pulumi_gcp/compute/https_health_check.py +18 -2
- pulumi_gcp/compute/image.py +22 -10
- pulumi_gcp/compute/instance.py +44 -36
- pulumi_gcp/compute/instance_group.py +24 -8
- pulumi_gcp/compute/instance_group_manager.py +26 -10
- pulumi_gcp/compute/instance_group_named_port.py +18 -2
- pulumi_gcp/compute/instance_settings.py +387 -0
- pulumi_gcp/compute/instance_template.py +29 -21
- pulumi_gcp/compute/interconnect_attachment.py +18 -2
- pulumi_gcp/compute/machine_image.py +18 -2
- pulumi_gcp/compute/managed_ssl_certificate.py +18 -2
- pulumi_gcp/compute/manged_ssl_certificate.py +18 -2
- pulumi_gcp/compute/network.py +18 -2
- pulumi_gcp/compute/network_attachment.py +156 -2
- pulumi_gcp/compute/network_edge_security_service.py +18 -2
- pulumi_gcp/compute/network_endpoint.py +18 -2
- pulumi_gcp/compute/network_endpoint_group.py +32 -16
- pulumi_gcp/compute/network_endpoint_list.py +18 -2
- pulumi_gcp/compute/network_firewall_policy.py +18 -2
- pulumi_gcp/compute/network_firewall_policy_association.py +18 -2
- pulumi_gcp/compute/network_firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/network_peering.py +20 -4
- pulumi_gcp/compute/network_peering_routes_config.py +18 -2
- pulumi_gcp/compute/node_group.py +129 -2
- pulumi_gcp/compute/node_template.py +18 -2
- pulumi_gcp/compute/organization_security_policy.py +18 -2
- pulumi_gcp/compute/organization_security_policy_association.py +18 -2
- pulumi_gcp/compute/organization_security_policy_rule.py +18 -2
- pulumi_gcp/compute/outputs.py +230 -7
- pulumi_gcp/compute/packet_mirroring.py +18 -2
- pulumi_gcp/compute/per_instance_config.py +18 -2
- pulumi_gcp/compute/project_default_network_tier.py +20 -4
- pulumi_gcp/compute/project_metadata.py +20 -4
- pulumi_gcp/compute/project_metadata_item.py +20 -4
- pulumi_gcp/compute/public_advertised_prefix.py +18 -2
- pulumi_gcp/compute/public_delegated_prefix.py +18 -2
- pulumi_gcp/compute/region_autoscaler.py +18 -2
- pulumi_gcp/compute/region_backend_service.py +18 -2
- pulumi_gcp/compute/region_commitment.py +18 -2
- pulumi_gcp/compute/region_disk.py +22 -10
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +18 -2
- pulumi_gcp/compute/region_health_check.py +18 -2
- pulumi_gcp/compute/region_instance_group_manager.py +20 -4
- pulumi_gcp/compute/region_instance_template.py +29 -21
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy_association.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/region_per_instance_config.py +18 -2
- pulumi_gcp/compute/region_security_policy.py +18 -2
- pulumi_gcp/compute/region_security_policy_rule.py +18 -2
- pulumi_gcp/compute/region_ssl_certificate.py +18 -2
- pulumi_gcp/compute/region_ssl_policy.py +18 -2
- pulumi_gcp/compute/region_target_http_proxy.py +18 -2
- pulumi_gcp/compute/region_target_https_proxy.py +18 -2
- pulumi_gcp/compute/region_target_tcp_proxy.py +18 -2
- pulumi_gcp/compute/region_url_map.py +18 -2
- pulumi_gcp/compute/reservation.py +18 -2
- pulumi_gcp/compute/resource_policy.py +18 -2
- pulumi_gcp/compute/route.py +18 -2
- pulumi_gcp/compute/router.py +18 -2
- pulumi_gcp/compute/router_interface.py +22 -6
- pulumi_gcp/compute/router_nat.py +18 -2
- pulumi_gcp/compute/router_peer.py +18 -2
- pulumi_gcp/compute/security_policy.py +52 -4
- pulumi_gcp/compute/security_scan_config.py +18 -2
- pulumi_gcp/compute/service_attachment.py +18 -2
- pulumi_gcp/compute/shared_vpc_host_project.py +20 -4
- pulumi_gcp/compute/shared_vpc_service_project.py +20 -4
- pulumi_gcp/compute/snapshot.py +22 -10
- pulumi_gcp/compute/ssl_certificate.py +18 -2
- pulumi_gcp/compute/ssl_policy.py +18 -2
- pulumi_gcp/compute/subnetwork.py +109 -2
- pulumi_gcp/compute/target_grpc_proxy.py +18 -2
- pulumi_gcp/compute/target_http_proxy.py +18 -2
- pulumi_gcp/compute/target_https_proxy.py +181 -16
- pulumi_gcp/compute/target_instance.py +18 -2
- pulumi_gcp/compute/target_pool.py +18 -2
- pulumi_gcp/compute/target_ssl_proxy.py +18 -2
- pulumi_gcp/compute/target_tcp_proxy.py +18 -2
- pulumi_gcp/compute/url_map.py +18 -2
- pulumi_gcp/compute/vpn_gateway.py +18 -2
- pulumi_gcp/compute/vpn_tunnel.py +18 -2
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/container/_inputs.py +299 -54
- pulumi_gcp/container/attached_cluster.py +18 -2
- pulumi_gcp/container/aws_cluster.py +24 -2
- pulumi_gcp/container/aws_node_pool.py +18 -2
- pulumi_gcp/container/azure_client.py +18 -2
- pulumi_gcp/container/azure_cluster.py +24 -2
- pulumi_gcp/container/azure_node_pool.py +18 -2
- pulumi_gcp/container/cluster.py +92 -29
- pulumi_gcp/container/get_cluster.py +11 -1
- pulumi_gcp/container/node_pool.py +22 -6
- pulumi_gcp/container/outputs.py +384 -52
- pulumi_gcp/containeranalysis/note.py +18 -2
- pulumi_gcp/containeranalysis/occurence.py +18 -2
- pulumi_gcp/databasemigrationservice/__init__.py +1 -0
- pulumi_gcp/databasemigrationservice/_inputs.py +465 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +122 -12
- pulumi_gcp/databasemigrationservice/outputs.py +466 -0
- pulumi_gcp/databasemigrationservice/private_connection.py +672 -0
- pulumi_gcp/datacatalog/entry.py +18 -2
- pulumi_gcp/datacatalog/entry_group.py +18 -2
- pulumi_gcp/datacatalog/policy_tag.py +18 -2
- pulumi_gcp/datacatalog/tag.py +18 -2
- pulumi_gcp/datacatalog/tag_template.py +18 -2
- pulumi_gcp/datacatalog/taxonomy.py +18 -2
- pulumi_gcp/dataflow/job.py +24 -12
- pulumi_gcp/dataflow/pipeline.py +18 -2
- pulumi_gcp/dataform/_inputs.py +78 -21
- pulumi_gcp/dataform/outputs.py +86 -20
- pulumi_gcp/dataform/repository.py +140 -9
- pulumi_gcp/dataform/repository_release_config.py +18 -2
- pulumi_gcp/dataform/repository_workflow_config.py +20 -4
- pulumi_gcp/datafusion/instance.py +22 -10
- pulumi_gcp/dataloss/prevention_deidentify_template.py +18 -2
- pulumi_gcp/dataloss/prevention_inspect_template.py +18 -2
- pulumi_gcp/dataloss/prevention_job_trigger.py +18 -2
- pulumi_gcp/dataloss/prevention_stored_info_type.py +18 -2
- pulumi_gcp/dataplex/asset.py +22 -10
- pulumi_gcp/dataplex/datascan.py +22 -10
- pulumi_gcp/dataplex/lake.py +22 -10
- pulumi_gcp/dataplex/task.py +22 -10
- pulumi_gcp/dataplex/zone.py +22 -10
- pulumi_gcp/dataproc/_inputs.py +148 -0
- pulumi_gcp/dataproc/autoscaling_policy.py +18 -2
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -20
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -20
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -20
- pulumi_gcp/dataproc/job.py +20 -8
- pulumi_gcp/dataproc/job_iam_binding.py +12 -20
- pulumi_gcp/dataproc/job_iam_member.py +12 -20
- pulumi_gcp/dataproc/job_iam_policy.py +12 -20
- pulumi_gcp/dataproc/metastore_federation.py +22 -10
- pulumi_gcp/dataproc/metastore_service.py +22 -10
- pulumi_gcp/dataproc/outputs.py +175 -0
- pulumi_gcp/dataproc/workflow_template.py +18 -2
- pulumi_gcp/datastore/data_store_index.py +18 -2
- pulumi_gcp/datastream/connection_profile.py +22 -10
- pulumi_gcp/datastream/private_connection.py +22 -10
- pulumi_gcp/datastream/stream.py +22 -10
- pulumi_gcp/deploymentmanager/deployment.py +18 -2
- pulumi_gcp/diagflow/_inputs.py +626 -4
- pulumi_gcp/diagflow/agent.py +18 -2
- pulumi_gcp/diagflow/cx_agent.py +288 -21
- pulumi_gcp/diagflow/cx_entity_type.py +18 -2
- pulumi_gcp/diagflow/cx_environment.py +18 -2
- pulumi_gcp/diagflow/cx_flow.py +309 -4
- pulumi_gcp/diagflow/cx_intent.py +165 -10
- pulumi_gcp/diagflow/cx_page.py +109 -4
- pulumi_gcp/diagflow/cx_security_settings.py +18 -2
- pulumi_gcp/diagflow/cx_test_case.py +18 -2
- pulumi_gcp/diagflow/cx_version.py +18 -2
- pulumi_gcp/diagflow/cx_webhook.py +18 -2
- pulumi_gcp/diagflow/entity_type.py +18 -2
- pulumi_gcp/diagflow/fulfillment.py +18 -2
- pulumi_gcp/diagflow/intent.py +18 -2
- pulumi_gcp/diagflow/outputs.py +722 -5
- pulumi_gcp/dns/get_keys.py +16 -2
- pulumi_gcp/dns/managed_zone.py +22 -10
- pulumi_gcp/dns/policy.py +18 -2
- pulumi_gcp/dns/record_set.py +24 -8
- pulumi_gcp/dns/response_policy.py +18 -2
- pulumi_gcp/dns/response_policy_rule.py +18 -2
- pulumi_gcp/edgecontainer/__init__.py +12 -0
- pulumi_gcp/edgecontainer/_inputs.py +1171 -0
- pulumi_gcp/edgecontainer/cluster.py +1539 -0
- pulumi_gcp/edgecontainer/node_pool.py +1062 -0
- pulumi_gcp/edgecontainer/outputs.py +1204 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +918 -0
- pulumi_gcp/edgenetwork/network.py +18 -2
- pulumi_gcp/edgenetwork/subnet.py +18 -2
- pulumi_gcp/essentialcontacts/contact.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_processor.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +18 -2
- pulumi_gcp/eventarc/channel.py +18 -2
- pulumi_gcp/eventarc/google_channel_config.py +18 -2
- pulumi_gcp/eventarc/trigger.py +22 -10
- pulumi_gcp/filestore/backup.py +22 -10
- pulumi_gcp/filestore/instance.py +22 -10
- pulumi_gcp/filestore/snapshot.py +22 -10
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +878 -0
- pulumi_gcp/firebase/android_app.py +18 -2
- pulumi_gcp/firebase/apple_app.py +18 -2
- pulumi_gcp/firebase/database_instance.py +18 -2
- pulumi_gcp/firebase/extensions_instance.py +18 -2
- pulumi_gcp/firebase/hosting_channel.py +22 -10
- pulumi_gcp/firebase/hosting_custom_domain.py +1274 -0
- pulumi_gcp/firebase/hosting_release.py +18 -2
- pulumi_gcp/firebase/hosting_site.py +18 -2
- pulumi_gcp/firebase/hosting_version.py +18 -2
- pulumi_gcp/firebase/outputs.py +905 -0
- pulumi_gcp/firebase/project.py +18 -2
- pulumi_gcp/firebase/storage_bucket.py +18 -2
- pulumi_gcp/firebase/web_app.py +18 -2
- pulumi_gcp/firebaserules/release.py +18 -2
- pulumi_gcp/firebaserules/ruleset.py +18 -2
- pulumi_gcp/firestore/__init__.py +1 -0
- pulumi_gcp/firestore/_inputs.py +35 -2
- pulumi_gcp/firestore/backup_schedule.py +547 -0
- pulumi_gcp/firestore/database.py +24 -4
- pulumi_gcp/firestore/document.py +22 -2
- pulumi_gcp/firestore/field.py +27 -13
- pulumi_gcp/firestore/index.py +140 -21
- pulumi_gcp/firestore/outputs.py +31 -2
- pulumi_gcp/folder/access_approval_settings.py +18 -2
- pulumi_gcp/folder/iam_audit_config.py +10 -58
- pulumi_gcp/folder/iam_member.py +10 -58
- pulumi_gcp/folder/iam_policy.py +10 -58
- pulumi_gcp/folder/organization_policy.py +22 -6
- pulumi_gcp/gkebackup/backup_plan.py +22 -10
- pulumi_gcp/gkebackup/restore_plan.py +22 -10
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +18 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +18 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +18 -2
- pulumi_gcp/gkehub/__init__.py +1 -0
- pulumi_gcp/gkehub/_inputs.py +431 -0
- pulumi_gcp/gkehub/feature.py +76 -10
- pulumi_gcp/gkehub/feature_membership.py +22 -2
- pulumi_gcp/gkehub/fleet.py +432 -0
- pulumi_gcp/gkehub/get_membership_iam_policy.py +24 -3
- pulumi_gcp/gkehub/membership.py +120 -16
- pulumi_gcp/gkehub/membership_binding.py +22 -10
- pulumi_gcp/gkehub/membership_iam_binding.py +67 -0
- pulumi_gcp/gkehub/membership_iam_member.py +67 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +67 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +18 -2
- pulumi_gcp/gkehub/namespace.py +22 -10
- pulumi_gcp/gkehub/outputs.py +432 -1
- pulumi_gcp/gkehub/scope.py +22 -10
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +22 -10
- pulumi_gcp/gkeonprem/_inputs.py +17 -31
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +148 -132
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +260 -246
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +30 -18
- pulumi_gcp/gkeonprem/outputs.py +17 -31
- pulumi_gcp/gkeonprem/v_mware_cluster.py +287 -230
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +30 -18
- pulumi_gcp/healthcare/consent_store.py +22 -10
- pulumi_gcp/healthcare/dataset.py +18 -2
- pulumi_gcp/healthcare/dataset_iam_binding.py +10 -38
- pulumi_gcp/healthcare/dataset_iam_member.py +10 -38
- pulumi_gcp/healthcare/dataset_iam_policy.py +10 -38
- pulumi_gcp/healthcare/dicom_store.py +22 -10
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/dicom_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +10 -30
- pulumi_gcp/healthcare/fhir_store.py +22 -10
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/fhir_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +10 -30
- pulumi_gcp/healthcare/hl7_store.py +22 -10
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/hl7_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +10 -30
- pulumi_gcp/iam/_inputs.py +20 -0
- pulumi_gcp/iam/access_boundary_policy.py +18 -2
- pulumi_gcp/iam/deny_policy.py +18 -2
- pulumi_gcp/iam/outputs.py +20 -0
- pulumi_gcp/iam/workforce_pool.py +18 -2
- pulumi_gcp/iam/workforce_pool_provider.py +18 -2
- pulumi_gcp/iam/workload_identity_pool.py +18 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +18 -2
- pulumi_gcp/iap/brand.py +18 -2
- pulumi_gcp/iap/client.py +18 -2
- pulumi_gcp/identityplatform/_inputs.py +92 -0
- pulumi_gcp/identityplatform/config.py +91 -5
- pulumi_gcp/identityplatform/default_supported_idp_config.py +18 -2
- pulumi_gcp/identityplatform/inbound_saml_config.py +18 -2
- pulumi_gcp/identityplatform/oauth_idp_config.py +18 -2
- pulumi_gcp/identityplatform/outputs.py +129 -0
- pulumi_gcp/identityplatform/project_default_config.py +18 -2
- pulumi_gcp/identityplatform/tenant.py +18 -2
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +18 -2
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +18 -2
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +18 -2
- pulumi_gcp/integrationconnectors/__init__.py +10 -0
- pulumi_gcp/integrationconnectors/_inputs.py +2518 -0
- pulumi_gcp/integrationconnectors/connection.py +1921 -0
- pulumi_gcp/integrationconnectors/outputs.py +2780 -0
- pulumi_gcp/kms/crypto_key.py +22 -10
- pulumi_gcp/kms/crypto_key_iam_binding.py +10 -30
- pulumi_gcp/kms/crypto_key_iam_member.py +10 -30
- pulumi_gcp/kms/crypto_key_iam_policy.py +10 -30
- pulumi_gcp/kms/crypto_key_version.py +18 -2
- pulumi_gcp/kms/key_ring.py +18 -2
- pulumi_gcp/kms/key_ring_iam_binding.py +10 -30
- pulumi_gcp/kms/key_ring_iam_member.py +10 -30
- pulumi_gcp/kms/key_ring_iam_policy.py +10 -30
- pulumi_gcp/kms/key_ring_import_job.py +18 -2
- pulumi_gcp/logging/_inputs.py +160 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +61 -26
- pulumi_gcp/logging/billing_account_exclusion.py +20 -4
- pulumi_gcp/logging/billing_account_sink.py +20 -4
- pulumi_gcp/logging/folder_bucket_config.py +75 -4
- pulumi_gcp/logging/folder_exclusion.py +20 -4
- pulumi_gcp/logging/folder_sink.py +20 -4
- pulumi_gcp/logging/linked_dataset.py +18 -2
- pulumi_gcp/logging/log_view.py +18 -2
- pulumi_gcp/logging/metric.py +18 -2
- pulumi_gcp/logging/organization_bucket_config.py +75 -4
- pulumi_gcp/logging/organization_exclusion.py +20 -4
- pulumi_gcp/logging/organization_sink.py +20 -4
- pulumi_gcp/logging/outputs.py +196 -0
- pulumi_gcp/logging/project_bucket_config.py +59 -134
- pulumi_gcp/logging/project_exclusion.py +20 -4
- pulumi_gcp/logging/project_sink.py +95 -18
- pulumi_gcp/looker/instance.py +18 -2
- pulumi_gcp/memcache/instance.py +22 -10
- pulumi_gcp/ml/engine_model.py +22 -10
- pulumi_gcp/monitoring/_inputs.py +127 -13
- pulumi_gcp/monitoring/alert_policy.py +64 -2
- pulumi_gcp/monitoring/custom_service.py +18 -2
- pulumi_gcp/monitoring/dashboard.py +18 -2
- pulumi_gcp/monitoring/generic_service.py +18 -2
- pulumi_gcp/monitoring/group.py +18 -2
- pulumi_gcp/monitoring/metric_descriptor.py +18 -2
- pulumi_gcp/monitoring/monitored_project.py +18 -2
- pulumi_gcp/monitoring/notification_channel.py +18 -2
- pulumi_gcp/monitoring/outputs.py +158 -13
- pulumi_gcp/monitoring/slo.py +18 -2
- pulumi_gcp/monitoring/uptime_check_config.py +92 -9
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/_inputs.py +185 -0
- pulumi_gcp/networkconnectivity/hub.py +22 -10
- pulumi_gcp/networkconnectivity/outputs.py +189 -0
- pulumi_gcp/networkconnectivity/policy_based_route.py +1003 -0
- pulumi_gcp/networkconnectivity/service_connection_policy.py +22 -10
- pulumi_gcp/networkconnectivity/spoke.py +22 -10
- pulumi_gcp/networkmanagement/connectivity_test.py +22 -10
- pulumi_gcp/networksecurity/address_group.py +22 -10
- pulumi_gcp/networksecurity/authorization_policy.py +22 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +22 -10
- pulumi_gcp/networksecurity/gateway_security_policy.py +18 -2
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +18 -2
- pulumi_gcp/networksecurity/server_tls_policy.py +92 -10
- pulumi_gcp/networksecurity/tls_inspection_policy.py +18 -2
- pulumi_gcp/networksecurity/url_list.py +18 -2
- pulumi_gcp/networkservices/edge_cache_keyset.py +22 -10
- pulumi_gcp/networkservices/edge_cache_origin.py +22 -10
- pulumi_gcp/networkservices/edge_cache_service.py +22 -10
- pulumi_gcp/networkservices/endpoint_policy.py +22 -10
- pulumi_gcp/networkservices/gateway.py +22 -10
- pulumi_gcp/networkservices/grpc_route.py +22 -10
- pulumi_gcp/networkservices/http_route.py +22 -10
- pulumi_gcp/networkservices/mesh.py +22 -10
- pulumi_gcp/networkservices/service_binding.py +22 -10
- pulumi_gcp/networkservices/tcp_route.py +22 -10
- pulumi_gcp/networkservices/tls_route.py +18 -2
- pulumi_gcp/notebooks/environment.py +18 -2
- pulumi_gcp/notebooks/instance.py +22 -10
- pulumi_gcp/notebooks/location.py +18 -2
- pulumi_gcp/notebooks/runtime.py +18 -2
- pulumi_gcp/organizations/access_approval_settings.py +18 -2
- pulumi_gcp/organizations/folder.py +22 -6
- pulumi_gcp/organizations/iam_member.py +10 -58
- pulumi_gcp/organizations/iam_policy.py +10 -58
- pulumi_gcp/organizations/policy.py +22 -4
- pulumi_gcp/organizations/project.py +24 -12
- pulumi_gcp/orgpolicy/custom_constraint.py +50 -22
- pulumi_gcp/orgpolicy/policy.py +18 -2
- pulumi_gcp/osconfig/guest_policies.py +18 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +18 -2
- pulumi_gcp/osconfig/patch_deployment.py +18 -2
- pulumi_gcp/oslogin/ssh_public_key.py +18 -2
- pulumi_gcp/projects/access_approval_settings.py +18 -2
- pulumi_gcp/projects/api_key.py +18 -2
- pulumi_gcp/projects/iam_audit_config.py +10 -58
- pulumi_gcp/projects/iam_binding.py +10 -58
- pulumi_gcp/projects/iam_custom_role.py +18 -2
- pulumi_gcp/projects/iam_member.py +10 -58
- pulumi_gcp/projects/iam_policy.py +10 -58
- pulumi_gcp/projects/organization_policy.py +24 -8
- pulumi_gcp/projects/service.py +22 -4
- pulumi_gcp/projects/usage_export_bucket.py +20 -4
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/__init__.py +4 -0
- pulumi_gcp/pubsub/_inputs.py +80 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +147 -0
- pulumi_gcp/pubsub/lite_reservation.py +18 -2
- pulumi_gcp/pubsub/lite_subscription.py +18 -2
- pulumi_gcp/pubsub/lite_topic.py +18 -2
- pulumi_gcp/pubsub/outputs.py +56 -0
- pulumi_gcp/pubsub/schema.py +18 -2
- pulumi_gcp/pubsub/schema_iam_binding.py +601 -0
- pulumi_gcp/pubsub/schema_iam_member.py +601 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +523 -0
- pulumi_gcp/pubsub/subscription.py +22 -10
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -20
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -20
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -20
- pulumi_gcp/pubsub/topic.py +36 -17
- pulumi_gcp/recaptcha/enterprise_key.py +22 -10
- pulumi_gcp/redis/cluster.py +42 -18
- pulumi_gcp/redis/instance.py +22 -58
- pulumi_gcp/resourcemanager/lien.py +18 -2
- pulumi_gcp/runtimeconfig/config.py +26 -6
- pulumi_gcp/runtimeconfig/variable.py +26 -6
- pulumi_gcp/secretmanager/__init__.py +1 -0
- pulumi_gcp/secretmanager/get_secrets.py +133 -0
- pulumi_gcp/secretmanager/outputs.py +354 -0
- pulumi_gcp/secretmanager/secret.py +36 -10
- pulumi_gcp/secretmanager/secret_version.py +18 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -2
- pulumi_gcp/securitycenter/mute_config.py +18 -2
- pulumi_gcp/securitycenter/notification_config.py +18 -2
- pulumi_gcp/securitycenter/organization_custom_module.py +18 -2
- pulumi_gcp/securitycenter/project_custom_module.py +18 -2
- pulumi_gcp/securitycenter/source.py +18 -2
- pulumi_gcp/securitycenter/source_iam_binding.py +18 -2
- pulumi_gcp/securitycenter/source_iam_member.py +18 -2
- pulumi_gcp/securitycenter/source_iam_policy.py +18 -2
- pulumi_gcp/serviceaccount/account.py +20 -4
- pulumi_gcp/serviceaccount/iam_binding.py +2 -30
- pulumi_gcp/serviceaccount/iam_member.py +2 -30
- pulumi_gcp/serviceaccount/iam_policy.py +2 -30
- pulumi_gcp/servicedirectory/endpoint.py +18 -2
- pulumi_gcp/servicedirectory/namespace.py +22 -10
- pulumi_gcp/servicedirectory/service.py +18 -2
- pulumi_gcp/servicenetworking/connection.py +22 -6
- pulumi_gcp/servicenetworking/peered_dns_domain.py +18 -6
- pulumi_gcp/serviceusage/consumer_quota_override.py +18 -2
- pulumi_gcp/sourcerepo/repository.py +18 -2
- pulumi_gcp/spanner/_inputs.py +142 -0
- pulumi_gcp/spanner/database.py +18 -2
- pulumi_gcp/spanner/database_iam_binding.py +10 -26
- pulumi_gcp/spanner/database_iam_member.py +10 -26
- pulumi_gcp/spanner/database_iam_policy.py +10 -26
- pulumi_gcp/spanner/get_instance.py +12 -1
- pulumi_gcp/spanner/instance.py +99 -10
- pulumi_gcp/spanner/instance_iam_binding.py +10 -26
- pulumi_gcp/spanner/instance_iam_member.py +10 -26
- pulumi_gcp/spanner/instance_iam_policy.py +10 -26
- pulumi_gcp/spanner/outputs.py +236 -0
- pulumi_gcp/sql/_inputs.py +27 -7
- pulumi_gcp/sql/database.py +18 -2
- pulumi_gcp/sql/database_instance.py +24 -8
- pulumi_gcp/sql/outputs.py +41 -9
- pulumi_gcp/sql/source_representation_instance.py +25 -9
- pulumi_gcp/sql/user.py +38 -8
- pulumi_gcp/storage/_inputs.py +59 -1
- pulumi_gcp/storage/bucket.py +69 -6
- pulumi_gcp/storage/bucket_access_control.py +18 -2
- pulumi_gcp/storage/bucket_object.py +47 -0
- pulumi_gcp/storage/default_object_access_control.py +18 -2
- pulumi_gcp/storage/get_bucket.py +11 -1
- pulumi_gcp/storage/get_bucket_object.py +11 -1
- pulumi_gcp/storage/get_bucket_object_content.py +11 -1
- pulumi_gcp/storage/hmac_key.py +18 -2
- pulumi_gcp/storage/insights_report_config.py +18 -2
- pulumi_gcp/storage/notification.py +20 -4
- pulumi_gcp/storage/object_access_control.py +18 -2
- pulumi_gcp/storage/outputs.py +129 -2
- pulumi_gcp/storage/transfer_agent_pool.py +18 -2
- pulumi_gcp/storage/transfer_job.py +20 -4
- pulumi_gcp/tags/location_tag_binding.py +35 -19
- pulumi_gcp/tags/tag_binding.py +18 -2
- pulumi_gcp/tags/tag_key.py +18 -2
- pulumi_gcp/tags/tag_value.py +18 -2
- pulumi_gcp/tpu/_inputs.py +450 -0
- pulumi_gcp/tpu/node.py +22 -10
- pulumi_gcp/tpu/outputs.py +477 -0
- pulumi_gcp/tpu/v2_vm.py +906 -38
- pulumi_gcp/vertex/_inputs.py +39 -0
- pulumi_gcp/vertex/ai_dataset.py +4 -8
- pulumi_gcp/vertex/ai_endpoint.py +22 -10
- pulumi_gcp/vertex/ai_feature_store.py +22 -10
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +22 -10
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +22 -10
- pulumi_gcp/vertex/ai_index.py +22 -10
- pulumi_gcp/vertex/ai_index_endpoint.py +116 -10
- pulumi_gcp/vertex/ai_metadata_store.py +18 -2
- pulumi_gcp/vertex/ai_tensorboard.py +22 -10
- pulumi_gcp/vertex/outputs.py +50 -0
- pulumi_gcp/vmwareengine/cluster.py +18 -2
- pulumi_gcp/vmwareengine/network.py +18 -2
- pulumi_gcp/vmwareengine/private_cloud.py +18 -2
- pulumi_gcp/vpcaccess/connector.py +18 -2
- pulumi_gcp/workflows/workflow.py +159 -11
- pulumi_gcp/workstations/_inputs.py +23 -0
- pulumi_gcp/workstations/outputs.py +19 -0
- pulumi_gcp/workstations/workstation.py +22 -10
- pulumi_gcp/workstations/workstation_cluster.py +142 -10
- pulumi_gcp/workstations/workstation_config.py +24 -12
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/RECORD +678 -650
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/top_level.txt +0 -0
@@ -29,6 +29,7 @@ class BucketObjectArgs:
|
|
29
29
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
30
30
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
31
31
|
name: Optional[pulumi.Input[str]] = None,
|
32
|
+
retention: Optional[pulumi.Input['BucketObjectRetentionArgs']] = None,
|
32
33
|
source: Optional[pulumi.Input[Union[pulumi.Asset, pulumi.Archive]]] = None,
|
33
34
|
storage_class: Optional[pulumi.Input[str]] = None,
|
34
35
|
temporary_hold: Optional[pulumi.Input[bool]] = None):
|
@@ -50,6 +51,7 @@ class BucketObjectArgs:
|
|
50
51
|
|
51
52
|
One of the following is required:
|
52
53
|
:param pulumi.Input[str] name: The name of the object. If you're interpolating the name of this object, see `output_name` instead.
|
54
|
+
:param pulumi.Input['BucketObjectRetentionArgs'] retention: The [object retention](http://cloud.google.com/storage/docs/object-lock) settings for the object. The retention settings allow an object to be retained until a provided date. Structure is documented below.
|
53
55
|
:param pulumi.Input[Union[pulumi.Asset, pulumi.Archive]] source: A path to the data you want to upload. Must be defined
|
54
56
|
if `content` is not.
|
55
57
|
|
@@ -84,6 +86,8 @@ class BucketObjectArgs:
|
|
84
86
|
pulumi.set(__self__, "metadata", metadata)
|
85
87
|
if name is not None:
|
86
88
|
pulumi.set(__self__, "name", name)
|
89
|
+
if retention is not None:
|
90
|
+
pulumi.set(__self__, "retention", retention)
|
87
91
|
if source is not None:
|
88
92
|
pulumi.set(__self__, "source", source)
|
89
93
|
if storage_class is not None:
|
@@ -248,6 +252,18 @@ class BucketObjectArgs:
|
|
248
252
|
def name(self, value: Optional[pulumi.Input[str]]):
|
249
253
|
pulumi.set(self, "name", value)
|
250
254
|
|
255
|
+
@property
|
256
|
+
@pulumi.getter
|
257
|
+
def retention(self) -> Optional[pulumi.Input['BucketObjectRetentionArgs']]:
|
258
|
+
"""
|
259
|
+
The [object retention](http://cloud.google.com/storage/docs/object-lock) settings for the object. The retention settings allow an object to be retained until a provided date. Structure is documented below.
|
260
|
+
"""
|
261
|
+
return pulumi.get(self, "retention")
|
262
|
+
|
263
|
+
@retention.setter
|
264
|
+
def retention(self, value: Optional[pulumi.Input['BucketObjectRetentionArgs']]):
|
265
|
+
pulumi.set(self, "retention", value)
|
266
|
+
|
251
267
|
@property
|
252
268
|
@pulumi.getter
|
253
269
|
def source(self) -> Optional[pulumi.Input[Union[pulumi.Asset, pulumi.Archive]]]:
|
@@ -310,6 +326,7 @@ class _BucketObjectState:
|
|
310
326
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
311
327
|
name: Optional[pulumi.Input[str]] = None,
|
312
328
|
output_name: Optional[pulumi.Input[str]] = None,
|
329
|
+
retention: Optional[pulumi.Input['BucketObjectRetentionArgs']] = None,
|
313
330
|
self_link: Optional[pulumi.Input[str]] = None,
|
314
331
|
source: Optional[pulumi.Input[Union[pulumi.Asset, pulumi.Archive]]] = None,
|
315
332
|
storage_class: Optional[pulumi.Input[str]] = None,
|
@@ -337,6 +354,7 @@ class _BucketObjectState:
|
|
337
354
|
:param pulumi.Input[str] name: The name of the object. If you're interpolating the name of this object, see `output_name` instead.
|
338
355
|
:param pulumi.Input[str] output_name: (Computed) The name of the object. Use this field in interpolations with `storage.ObjectACL` to recreate
|
339
356
|
`storage.ObjectACL` resources when your `storage.BucketObject` is recreated.
|
357
|
+
:param pulumi.Input['BucketObjectRetentionArgs'] retention: The [object retention](http://cloud.google.com/storage/docs/object-lock) settings for the object. The retention settings allow an object to be retained until a provided date. Structure is documented below.
|
340
358
|
:param pulumi.Input[str] self_link: (Computed) A url reference to this object.
|
341
359
|
:param pulumi.Input[Union[pulumi.Asset, pulumi.Archive]] source: A path to the data you want to upload. Must be defined
|
342
360
|
if `content` is not.
|
@@ -381,6 +399,8 @@ class _BucketObjectState:
|
|
381
399
|
pulumi.set(__self__, "name", name)
|
382
400
|
if output_name is not None:
|
383
401
|
pulumi.set(__self__, "output_name", output_name)
|
402
|
+
if retention is not None:
|
403
|
+
pulumi.set(__self__, "retention", retention)
|
384
404
|
if self_link is not None:
|
385
405
|
pulumi.set(__self__, "self_link", self_link)
|
386
406
|
if source is not None:
|
@@ -596,6 +616,18 @@ class _BucketObjectState:
|
|
596
616
|
def output_name(self, value: Optional[pulumi.Input[str]]):
|
597
617
|
pulumi.set(self, "output_name", value)
|
598
618
|
|
619
|
+
@property
|
620
|
+
@pulumi.getter
|
621
|
+
def retention(self) -> Optional[pulumi.Input['BucketObjectRetentionArgs']]:
|
622
|
+
"""
|
623
|
+
The [object retention](http://cloud.google.com/storage/docs/object-lock) settings for the object. The retention settings allow an object to be retained until a provided date. Structure is documented below.
|
624
|
+
"""
|
625
|
+
return pulumi.get(self, "retention")
|
626
|
+
|
627
|
+
@retention.setter
|
628
|
+
def retention(self, value: Optional[pulumi.Input['BucketObjectRetentionArgs']]):
|
629
|
+
pulumi.set(self, "retention", value)
|
630
|
+
|
599
631
|
@property
|
600
632
|
@pulumi.getter(name="selfLink")
|
601
633
|
def self_link(self) -> Optional[pulumi.Input[str]]:
|
@@ -668,6 +700,7 @@ class BucketObject(pulumi.CustomResource):
|
|
668
700
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
669
701
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
670
702
|
name: Optional[pulumi.Input[str]] = None,
|
703
|
+
retention: Optional[pulumi.Input[pulumi.InputType['BucketObjectRetentionArgs']]] = None,
|
671
704
|
source: Optional[pulumi.Input[Union[pulumi.Asset, pulumi.Archive]]] = None,
|
672
705
|
storage_class: Optional[pulumi.Input[str]] = None,
|
673
706
|
temporary_hold: Optional[pulumi.Input[bool]] = None,
|
@@ -727,6 +760,7 @@ class BucketObject(pulumi.CustomResource):
|
|
727
760
|
|
728
761
|
One of the following is required:
|
729
762
|
:param pulumi.Input[str] name: The name of the object. If you're interpolating the name of this object, see `output_name` instead.
|
763
|
+
:param pulumi.Input[pulumi.InputType['BucketObjectRetentionArgs']] retention: The [object retention](http://cloud.google.com/storage/docs/object-lock) settings for the object. The retention settings allow an object to be retained until a provided date. Structure is documented below.
|
730
764
|
:param pulumi.Input[Union[pulumi.Asset, pulumi.Archive]] source: A path to the data you want to upload. Must be defined
|
731
765
|
if `content` is not.
|
732
766
|
|
@@ -807,6 +841,7 @@ class BucketObject(pulumi.CustomResource):
|
|
807
841
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
808
842
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
809
843
|
name: Optional[pulumi.Input[str]] = None,
|
844
|
+
retention: Optional[pulumi.Input[pulumi.InputType['BucketObjectRetentionArgs']]] = None,
|
810
845
|
source: Optional[pulumi.Input[Union[pulumi.Asset, pulumi.Archive]]] = None,
|
811
846
|
storage_class: Optional[pulumi.Input[str]] = None,
|
812
847
|
temporary_hold: Optional[pulumi.Input[bool]] = None,
|
@@ -834,6 +869,7 @@ class BucketObject(pulumi.CustomResource):
|
|
834
869
|
__props__.__dict__["kms_key_name"] = kms_key_name
|
835
870
|
__props__.__dict__["metadata"] = metadata
|
836
871
|
__props__.__dict__["name"] = name
|
872
|
+
__props__.__dict__["retention"] = retention
|
837
873
|
__props__.__dict__["source"] = source
|
838
874
|
__props__.__dict__["storage_class"] = storage_class
|
839
875
|
__props__.__dict__["temporary_hold"] = temporary_hold
|
@@ -871,6 +907,7 @@ class BucketObject(pulumi.CustomResource):
|
|
871
907
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
872
908
|
name: Optional[pulumi.Input[str]] = None,
|
873
909
|
output_name: Optional[pulumi.Input[str]] = None,
|
910
|
+
retention: Optional[pulumi.Input[pulumi.InputType['BucketObjectRetentionArgs']]] = None,
|
874
911
|
self_link: Optional[pulumi.Input[str]] = None,
|
875
912
|
source: Optional[pulumi.Input[Union[pulumi.Asset, pulumi.Archive]]] = None,
|
876
913
|
storage_class: Optional[pulumi.Input[str]] = None,
|
@@ -903,6 +940,7 @@ class BucketObject(pulumi.CustomResource):
|
|
903
940
|
:param pulumi.Input[str] name: The name of the object. If you're interpolating the name of this object, see `output_name` instead.
|
904
941
|
:param pulumi.Input[str] output_name: (Computed) The name of the object. Use this field in interpolations with `storage.ObjectACL` to recreate
|
905
942
|
`storage.ObjectACL` resources when your `storage.BucketObject` is recreated.
|
943
|
+
:param pulumi.Input[pulumi.InputType['BucketObjectRetentionArgs']] retention: The [object retention](http://cloud.google.com/storage/docs/object-lock) settings for the object. The retention settings allow an object to be retained until a provided date. Structure is documented below.
|
906
944
|
:param pulumi.Input[str] self_link: (Computed) A url reference to this object.
|
907
945
|
:param pulumi.Input[Union[pulumi.Asset, pulumi.Archive]] source: A path to the data you want to upload. Must be defined
|
908
946
|
if `content` is not.
|
@@ -934,6 +972,7 @@ class BucketObject(pulumi.CustomResource):
|
|
934
972
|
__props__.__dict__["metadata"] = metadata
|
935
973
|
__props__.__dict__["name"] = name
|
936
974
|
__props__.__dict__["output_name"] = output_name
|
975
|
+
__props__.__dict__["retention"] = retention
|
937
976
|
__props__.__dict__["self_link"] = self_link
|
938
977
|
__props__.__dict__["source"] = source
|
939
978
|
__props__.__dict__["storage_class"] = storage_class
|
@@ -1078,6 +1117,14 @@ class BucketObject(pulumi.CustomResource):
|
|
1078
1117
|
"""
|
1079
1118
|
return pulumi.get(self, "output_name")
|
1080
1119
|
|
1120
|
+
@property
|
1121
|
+
@pulumi.getter
|
1122
|
+
def retention(self) -> pulumi.Output[Optional['outputs.BucketObjectRetention']]:
|
1123
|
+
"""
|
1124
|
+
The [object retention](http://cloud.google.com/storage/docs/object-lock) settings for the object. The retention settings allow an object to be retained until a provided date. Structure is documented below.
|
1125
|
+
"""
|
1126
|
+
return pulumi.get(self, "retention")
|
1127
|
+
|
1081
1128
|
@property
|
1082
1129
|
@pulumi.getter(name="selfLink")
|
1083
1130
|
def self_link(self) -> pulumi.Output[str]:
|
@@ -331,7 +331,15 @@ class DefaultObjectAccessControl(pulumi.CustomResource):
|
|
331
331
|
|
332
332
|
## Import
|
333
333
|
|
334
|
-
DefaultObjectAccessControl can be imported using any of these accepted formats
|
334
|
+
DefaultObjectAccessControl can be imported using any of these accepted formats* `{{bucket}}/{{entity}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import DefaultObjectAccessControl using one of the formats above. For exampletf import {
|
335
|
+
|
336
|
+
id = "{{bucket}}/{{entity}}"
|
337
|
+
|
338
|
+
to = google_storage_default_object_access_control.default }
|
339
|
+
|
340
|
+
```sh
|
341
|
+
$ pulumi import gcp:storage/defaultObjectAccessControl:DefaultObjectAccessControl When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), DefaultObjectAccessControl can be imported using one of the formats above. For example
|
342
|
+
```
|
335
343
|
|
336
344
|
```sh
|
337
345
|
$ pulumi import gcp:storage/defaultObjectAccessControl:DefaultObjectAccessControl default {{bucket}}/{{entity}}
|
@@ -399,7 +407,15 @@ class DefaultObjectAccessControl(pulumi.CustomResource):
|
|
399
407
|
|
400
408
|
## Import
|
401
409
|
|
402
|
-
DefaultObjectAccessControl can be imported using any of these accepted formats
|
410
|
+
DefaultObjectAccessControl can be imported using any of these accepted formats* `{{bucket}}/{{entity}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import DefaultObjectAccessControl using one of the formats above. For exampletf import {
|
411
|
+
|
412
|
+
id = "{{bucket}}/{{entity}}"
|
413
|
+
|
414
|
+
to = google_storage_default_object_access_control.default }
|
415
|
+
|
416
|
+
```sh
|
417
|
+
$ pulumi import gcp:storage/defaultObjectAccessControl:DefaultObjectAccessControl When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), DefaultObjectAccessControl can be imported using one of the formats above. For example
|
418
|
+
```
|
403
419
|
|
404
420
|
```sh
|
405
421
|
$ pulumi import gcp:storage/defaultObjectAccessControl:DefaultObjectAccessControl default {{bucket}}/{{entity}}
|
pulumi_gcp/storage/get_bucket.py
CHANGED
@@ -22,7 +22,7 @@ class GetBucketResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getBucket.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, autoclasses=None, cors=None, custom_placement_configs=None, default_event_based_hold=None, effective_labels=None, encryptions=None, force_destroy=None, id=None, labels=None, lifecycle_rules=None, location=None, loggings=None, name=None, project=None, public_access_prevention=None, pulumi_labels=None, requester_pays=None, retention_policies=None, self_link=None, storage_class=None, uniform_bucket_level_access=None, url=None, versionings=None, websites=None):
|
25
|
+
def __init__(__self__, autoclasses=None, cors=None, custom_placement_configs=None, default_event_based_hold=None, effective_labels=None, enable_object_retention=None, encryptions=None, force_destroy=None, id=None, labels=None, lifecycle_rules=None, location=None, loggings=None, name=None, project=None, public_access_prevention=None, pulumi_labels=None, requester_pays=None, retention_policies=None, self_link=None, storage_class=None, uniform_bucket_level_access=None, url=None, versionings=None, websites=None):
|
26
26
|
if autoclasses and not isinstance(autoclasses, list):
|
27
27
|
raise TypeError("Expected argument 'autoclasses' to be a list")
|
28
28
|
pulumi.set(__self__, "autoclasses", autoclasses)
|
@@ -38,6 +38,9 @@ class GetBucketResult:
|
|
38
38
|
if effective_labels and not isinstance(effective_labels, dict):
|
39
39
|
raise TypeError("Expected argument 'effective_labels' to be a dict")
|
40
40
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
41
|
+
if enable_object_retention and not isinstance(enable_object_retention, bool):
|
42
|
+
raise TypeError("Expected argument 'enable_object_retention' to be a bool")
|
43
|
+
pulumi.set(__self__, "enable_object_retention", enable_object_retention)
|
41
44
|
if encryptions and not isinstance(encryptions, list):
|
42
45
|
raise TypeError("Expected argument 'encryptions' to be a list")
|
43
46
|
pulumi.set(__self__, "encryptions", encryptions)
|
@@ -121,6 +124,11 @@ class GetBucketResult:
|
|
121
124
|
def effective_labels(self) -> Mapping[str, str]:
|
122
125
|
return pulumi.get(self, "effective_labels")
|
123
126
|
|
127
|
+
@property
|
128
|
+
@pulumi.getter(name="enableObjectRetention")
|
129
|
+
def enable_object_retention(self) -> bool:
|
130
|
+
return pulumi.get(self, "enable_object_retention")
|
131
|
+
|
124
132
|
@property
|
125
133
|
@pulumi.getter
|
126
134
|
def encryptions(self) -> Sequence['outputs.GetBucketEncryptionResult']:
|
@@ -231,6 +239,7 @@ class AwaitableGetBucketResult(GetBucketResult):
|
|
231
239
|
custom_placement_configs=self.custom_placement_configs,
|
232
240
|
default_event_based_hold=self.default_event_based_hold,
|
233
241
|
effective_labels=self.effective_labels,
|
242
|
+
enable_object_retention=self.enable_object_retention,
|
234
243
|
encryptions=self.encryptions,
|
235
244
|
force_destroy=self.force_destroy,
|
236
245
|
id=self.id,
|
@@ -283,6 +292,7 @@ def get_bucket(name: Optional[str] = None,
|
|
283
292
|
custom_placement_configs=pulumi.get(__ret__, 'custom_placement_configs'),
|
284
293
|
default_event_based_hold=pulumi.get(__ret__, 'default_event_based_hold'),
|
285
294
|
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
295
|
+
enable_object_retention=pulumi.get(__ret__, 'enable_object_retention'),
|
286
296
|
encryptions=pulumi.get(__ret__, 'encryptions'),
|
287
297
|
force_destroy=pulumi.get(__ret__, 'force_destroy'),
|
288
298
|
id=pulumi.get(__ret__, 'id'),
|
@@ -22,7 +22,7 @@ class GetBucketObjectResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getBucketObject.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, bucket=None, cache_control=None, content=None, content_disposition=None, content_encoding=None, content_language=None, content_type=None, crc32c=None, customer_encryptions=None, detect_md5hash=None, event_based_hold=None, id=None, kms_key_name=None, md5hash=None, media_link=None, metadata=None, name=None, output_name=None, self_link=None, source=None, storage_class=None, temporary_hold=None):
|
25
|
+
def __init__(__self__, bucket=None, cache_control=None, content=None, content_disposition=None, content_encoding=None, content_language=None, content_type=None, crc32c=None, customer_encryptions=None, detect_md5hash=None, event_based_hold=None, id=None, kms_key_name=None, md5hash=None, media_link=None, metadata=None, name=None, output_name=None, retentions=None, self_link=None, source=None, storage_class=None, temporary_hold=None):
|
26
26
|
if bucket and not isinstance(bucket, str):
|
27
27
|
raise TypeError("Expected argument 'bucket' to be a str")
|
28
28
|
pulumi.set(__self__, "bucket", bucket)
|
@@ -77,6 +77,9 @@ class GetBucketObjectResult:
|
|
77
77
|
if output_name and not isinstance(output_name, str):
|
78
78
|
raise TypeError("Expected argument 'output_name' to be a str")
|
79
79
|
pulumi.set(__self__, "output_name", output_name)
|
80
|
+
if retentions and not isinstance(retentions, list):
|
81
|
+
raise TypeError("Expected argument 'retentions' to be a list")
|
82
|
+
pulumi.set(__self__, "retentions", retentions)
|
80
83
|
if self_link and not isinstance(self_link, str):
|
81
84
|
raise TypeError("Expected argument 'self_link' to be a str")
|
82
85
|
pulumi.set(__self__, "self_link", self_link)
|
@@ -211,6 +214,11 @@ class GetBucketObjectResult:
|
|
211
214
|
def output_name(self) -> str:
|
212
215
|
return pulumi.get(self, "output_name")
|
213
216
|
|
217
|
+
@property
|
218
|
+
@pulumi.getter
|
219
|
+
def retentions(self) -> Sequence['outputs.GetBucketObjectRetentionResult']:
|
220
|
+
return pulumi.get(self, "retentions")
|
221
|
+
|
214
222
|
@property
|
215
223
|
@pulumi.getter(name="selfLink")
|
216
224
|
def self_link(self) -> str:
|
@@ -267,6 +275,7 @@ class AwaitableGetBucketObjectResult(GetBucketObjectResult):
|
|
267
275
|
metadata=self.metadata,
|
268
276
|
name=self.name,
|
269
277
|
output_name=self.output_name,
|
278
|
+
retentions=self.retentions,
|
270
279
|
self_link=self.self_link,
|
271
280
|
source=self.source,
|
272
281
|
storage_class=self.storage_class,
|
@@ -323,6 +332,7 @@ def get_bucket_object(bucket: Optional[str] = None,
|
|
323
332
|
metadata=pulumi.get(__ret__, 'metadata'),
|
324
333
|
name=pulumi.get(__ret__, 'name'),
|
325
334
|
output_name=pulumi.get(__ret__, 'output_name'),
|
335
|
+
retentions=pulumi.get(__ret__, 'retentions'),
|
326
336
|
self_link=pulumi.get(__ret__, 'self_link'),
|
327
337
|
source=pulumi.get(__ret__, 'source'),
|
328
338
|
storage_class=pulumi.get(__ret__, 'storage_class'),
|
@@ -22,7 +22,7 @@ class GetBucketObjectContentResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getBucketObjectContent.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, bucket=None, cache_control=None, content=None, content_disposition=None, content_encoding=None, content_language=None, content_type=None, crc32c=None, customer_encryptions=None, detect_md5hash=None, event_based_hold=None, id=None, kms_key_name=None, md5hash=None, media_link=None, metadata=None, name=None, output_name=None, self_link=None, source=None, storage_class=None, temporary_hold=None):
|
25
|
+
def __init__(__self__, bucket=None, cache_control=None, content=None, content_disposition=None, content_encoding=None, content_language=None, content_type=None, crc32c=None, customer_encryptions=None, detect_md5hash=None, event_based_hold=None, id=None, kms_key_name=None, md5hash=None, media_link=None, metadata=None, name=None, output_name=None, retentions=None, self_link=None, source=None, storage_class=None, temporary_hold=None):
|
26
26
|
if bucket and not isinstance(bucket, str):
|
27
27
|
raise TypeError("Expected argument 'bucket' to be a str")
|
28
28
|
pulumi.set(__self__, "bucket", bucket)
|
@@ -77,6 +77,9 @@ class GetBucketObjectContentResult:
|
|
77
77
|
if output_name and not isinstance(output_name, str):
|
78
78
|
raise TypeError("Expected argument 'output_name' to be a str")
|
79
79
|
pulumi.set(__self__, "output_name", output_name)
|
80
|
+
if retentions and not isinstance(retentions, list):
|
81
|
+
raise TypeError("Expected argument 'retentions' to be a list")
|
82
|
+
pulumi.set(__self__, "retentions", retentions)
|
80
83
|
if self_link and not isinstance(self_link, str):
|
81
84
|
raise TypeError("Expected argument 'self_link' to be a str")
|
82
85
|
pulumi.set(__self__, "self_link", self_link)
|
@@ -186,6 +189,11 @@ class GetBucketObjectContentResult:
|
|
186
189
|
def output_name(self) -> str:
|
187
190
|
return pulumi.get(self, "output_name")
|
188
191
|
|
192
|
+
@property
|
193
|
+
@pulumi.getter
|
194
|
+
def retentions(self) -> Sequence['outputs.GetBucketObjectContentRetentionResult']:
|
195
|
+
return pulumi.get(self, "retentions")
|
196
|
+
|
189
197
|
@property
|
190
198
|
@pulumi.getter(name="selfLink")
|
191
199
|
def self_link(self) -> str:
|
@@ -231,6 +239,7 @@ class AwaitableGetBucketObjectContentResult(GetBucketObjectContentResult):
|
|
231
239
|
metadata=self.metadata,
|
232
240
|
name=self.name,
|
233
241
|
output_name=self.output_name,
|
242
|
+
retentions=self.retentions,
|
234
243
|
self_link=self.self_link,
|
235
244
|
source=self.source,
|
236
245
|
storage_class=self.storage_class,
|
@@ -293,6 +302,7 @@ def get_bucket_object_content(bucket: Optional[str] = None,
|
|
293
302
|
metadata=pulumi.get(__ret__, 'metadata'),
|
294
303
|
name=pulumi.get(__ret__, 'name'),
|
295
304
|
output_name=pulumi.get(__ret__, 'output_name'),
|
305
|
+
retentions=pulumi.get(__ret__, 'retentions'),
|
296
306
|
self_link=pulumi.get(__ret__, 'self_link'),
|
297
307
|
source=pulumi.get(__ret__, 'source'),
|
298
308
|
storage_class=pulumi.get(__ret__, 'storage_class'),
|
pulumi_gcp/storage/hmac_key.py
CHANGED
@@ -253,7 +253,15 @@ class HmacKey(pulumi.CustomResource):
|
|
253
253
|
|
254
254
|
## Import
|
255
255
|
|
256
|
-
HmacKey can be imported using any of these accepted formats
|
256
|
+
HmacKey can be imported using any of these accepted formats* `projects/{{project}}/hmacKeys/{{access_id}}` * `{{project}}/{{access_id}}` * `{{access_id}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import HmacKey using one of the formats above. For exampletf import {
|
257
|
+
|
258
|
+
id = "projects/{{project}}/hmacKeys/{{access_id}}"
|
259
|
+
|
260
|
+
to = google_storage_hmac_key.default }
|
261
|
+
|
262
|
+
```sh
|
263
|
+
$ pulumi import gcp:storage/hmacKey:HmacKey When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), HmacKey can be imported using one of the formats above. For example
|
264
|
+
```
|
257
265
|
|
258
266
|
```sh
|
259
267
|
$ pulumi import gcp:storage/hmacKey:HmacKey default projects/{{project}}/hmacKeys/{{access_id}}
|
@@ -317,7 +325,15 @@ class HmacKey(pulumi.CustomResource):
|
|
317
325
|
|
318
326
|
## Import
|
319
327
|
|
320
|
-
HmacKey can be imported using any of these accepted formats
|
328
|
+
HmacKey can be imported using any of these accepted formats* `projects/{{project}}/hmacKeys/{{access_id}}` * `{{project}}/{{access_id}}` * `{{access_id}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import HmacKey using one of the formats above. For exampletf import {
|
329
|
+
|
330
|
+
id = "projects/{{project}}/hmacKeys/{{access_id}}"
|
331
|
+
|
332
|
+
to = google_storage_hmac_key.default }
|
333
|
+
|
334
|
+
```sh
|
335
|
+
$ pulumi import gcp:storage/hmacKey:HmacKey When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), HmacKey can be imported using one of the formats above. For example
|
336
|
+
```
|
321
337
|
|
322
338
|
```sh
|
323
339
|
$ pulumi import gcp:storage/hmacKey:HmacKey default projects/{{project}}/hmacKeys/{{access_id}}
|
@@ -331,7 +331,15 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
331
331
|
|
332
332
|
## Import
|
333
333
|
|
334
|
-
ReportConfig can be imported using any of these accepted formats
|
334
|
+
ReportConfig can be imported using any of these accepted formats* `projects/{{project}}/locations/{{location}}/reportConfigs/{{name}}` * `{{project}}/{{location}}/{{name}}` * `{{location}}/{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import ReportConfig using one of the formats above. For exampletf import {
|
335
|
+
|
336
|
+
id = "projects/{{project}}/locations/{{location}}/reportConfigs/{{name}}"
|
337
|
+
|
338
|
+
to = google_storage_insights_report_config.default }
|
339
|
+
|
340
|
+
```sh
|
341
|
+
$ pulumi import gcp:storage/insightsReportConfig:InsightsReportConfig When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), ReportConfig can be imported using one of the formats above. For example
|
342
|
+
```
|
335
343
|
|
336
344
|
```sh
|
337
345
|
$ pulumi import gcp:storage/insightsReportConfig:InsightsReportConfig default projects/{{project}}/locations/{{location}}/reportConfigs/{{name}}
|
@@ -429,7 +437,15 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
429
437
|
|
430
438
|
## Import
|
431
439
|
|
432
|
-
ReportConfig can be imported using any of these accepted formats
|
440
|
+
ReportConfig can be imported using any of these accepted formats* `projects/{{project}}/locations/{{location}}/reportConfigs/{{name}}` * `{{project}}/{{location}}/{{name}}` * `{{location}}/{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import ReportConfig using one of the formats above. For exampletf import {
|
441
|
+
|
442
|
+
id = "projects/{{project}}/locations/{{location}}/reportConfigs/{{name}}"
|
443
|
+
|
444
|
+
to = google_storage_insights_report_config.default }
|
445
|
+
|
446
|
+
```sh
|
447
|
+
$ pulumi import gcp:storage/insightsReportConfig:InsightsReportConfig When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), ReportConfig can be imported using one of the formats above. For example
|
448
|
+
```
|
433
449
|
|
434
450
|
```sh
|
435
451
|
$ pulumi import gcp:storage/insightsReportConfig:InsightsReportConfig default projects/{{project}}/locations/{{location}}/reportConfigs/{{name}}
|
@@ -329,10 +329,18 @@ class Notification(pulumi.CustomResource):
|
|
329
329
|
|
330
330
|
## Import
|
331
331
|
|
332
|
-
Storage notifications can be imported using
|
332
|
+
Storage notifications can be imported using any of these accepted formats* `{{bucket_name}}/notificationConfigs/{{id}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import Storage notifications using one of the formats above. For exampletf import {
|
333
|
+
|
334
|
+
id = "{{bucket_name}}/notificationConfigs/{{id}}"
|
335
|
+
|
336
|
+
to = google_storage_notification.default }
|
337
|
+
|
338
|
+
```sh
|
339
|
+
$ pulumi import gcp:storage/notification:Notification When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Storage notifications can be imported using one of the formats above. For example
|
340
|
+
```
|
333
341
|
|
334
342
|
```sh
|
335
|
-
$ pulumi import gcp:storage/notification:Notification
|
343
|
+
$ pulumi import gcp:storage/notification:Notification default {{bucket_name}}/notificationConfigs/{{id}}
|
336
344
|
```
|
337
345
|
|
338
346
|
:param str resource_name: The name of the resource.
|
@@ -404,10 +412,18 @@ class Notification(pulumi.CustomResource):
|
|
404
412
|
|
405
413
|
## Import
|
406
414
|
|
407
|
-
Storage notifications can be imported using
|
415
|
+
Storage notifications can be imported using any of these accepted formats* `{{bucket_name}}/notificationConfigs/{{id}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import Storage notifications using one of the formats above. For exampletf import {
|
416
|
+
|
417
|
+
id = "{{bucket_name}}/notificationConfigs/{{id}}"
|
418
|
+
|
419
|
+
to = google_storage_notification.default }
|
420
|
+
|
421
|
+
```sh
|
422
|
+
$ pulumi import gcp:storage/notification:Notification When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Storage notifications can be imported using one of the formats above. For example
|
423
|
+
```
|
408
424
|
|
409
425
|
```sh
|
410
|
-
$ pulumi import gcp:storage/notification:Notification
|
426
|
+
$ pulumi import gcp:storage/notification:Notification default {{bucket_name}}/notificationConfigs/{{id}}
|
411
427
|
```
|
412
428
|
|
413
429
|
:param str resource_name: The name of the resource.
|
@@ -333,7 +333,15 @@ class ObjectAccessControl(pulumi.CustomResource):
|
|
333
333
|
|
334
334
|
## Import
|
335
335
|
|
336
|
-
ObjectAccessControl can be imported using any of these accepted formats
|
336
|
+
ObjectAccessControl can be imported using any of these accepted formats* `{{bucket}}/{{object}}/{{entity}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import ObjectAccessControl using one of the formats above. For exampletf import {
|
337
|
+
|
338
|
+
id = "{{bucket}}/{{object}}/{{entity}}"
|
339
|
+
|
340
|
+
to = google_storage_object_access_control.default }
|
341
|
+
|
342
|
+
```sh
|
343
|
+
$ pulumi import gcp:storage/objectAccessControl:ObjectAccessControl When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), ObjectAccessControl can be imported using one of the formats above. For example
|
344
|
+
```
|
337
345
|
|
338
346
|
```sh
|
339
347
|
$ pulumi import gcp:storage/objectAccessControl:ObjectAccessControl default {{bucket}}/{{object}}/{{entity}}
|
@@ -404,7 +412,15 @@ class ObjectAccessControl(pulumi.CustomResource):
|
|
404
412
|
|
405
413
|
## Import
|
406
414
|
|
407
|
-
ObjectAccessControl can be imported using any of these accepted formats
|
415
|
+
ObjectAccessControl can be imported using any of these accepted formats* `{{bucket}}/{{object}}/{{entity}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import ObjectAccessControl using one of the formats above. For exampletf import {
|
416
|
+
|
417
|
+
id = "{{bucket}}/{{object}}/{{entity}}"
|
418
|
+
|
419
|
+
to = google_storage_object_access_control.default }
|
420
|
+
|
421
|
+
```sh
|
422
|
+
$ pulumi import gcp:storage/objectAccessControl:ObjectAccessControl When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), ObjectAccessControl can be imported using one of the formats above. For example
|
423
|
+
```
|
408
424
|
|
409
425
|
```sh
|
410
426
|
$ pulumi import gcp:storage/objectAccessControl:ObjectAccessControl default {{bucket}}/{{object}}/{{entity}}
|