pulumi-gcp 7.0.0rc0__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.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/RECORD +678 -650
- {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/top_level.txt +0 -0
@@ -893,7 +893,15 @@ class StandardAppVersion(pulumi.CustomResource):
|
|
893
893
|
|
894
894
|
## Import
|
895
895
|
|
896
|
-
StandardAppVersion can be imported using any of these accepted formats
|
896
|
+
StandardAppVersion can be imported using any of these accepted formats* `apps/{{project}}/services/{{service}}/versions/{{version_id}}` * `{{project}}/{{service}}/{{version_id}}` * `{{service}}/{{version_id}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import StandardAppVersion using one of the formats above. For exampletf import {
|
897
|
+
|
898
|
+
id = "apps/{{project}}/services/{{service}}/versions/{{version_id}}"
|
899
|
+
|
900
|
+
to = google_app_engine_standard_app_version.default }
|
901
|
+
|
902
|
+
```sh
|
903
|
+
$ pulumi import gcp:appengine/standardAppVersion:StandardAppVersion When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), StandardAppVersion can be imported using one of the formats above. For example
|
904
|
+
```
|
897
905
|
|
898
906
|
```sh
|
899
907
|
$ pulumi import gcp:appengine/standardAppVersion:StandardAppVersion default apps/{{project}}/services/{{service}}/versions/{{version_id}}
|
@@ -1042,7 +1050,15 @@ class StandardAppVersion(pulumi.CustomResource):
|
|
1042
1050
|
|
1043
1051
|
## Import
|
1044
1052
|
|
1045
|
-
StandardAppVersion can be imported using any of these accepted formats
|
1053
|
+
StandardAppVersion can be imported using any of these accepted formats* `apps/{{project}}/services/{{service}}/versions/{{version_id}}` * `{{project}}/{{service}}/{{version_id}}` * `{{service}}/{{version_id}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import StandardAppVersion using one of the formats above. For exampletf import {
|
1054
|
+
|
1055
|
+
id = "apps/{{project}}/services/{{service}}/versions/{{version_id}}"
|
1056
|
+
|
1057
|
+
to = google_app_engine_standard_app_version.default }
|
1058
|
+
|
1059
|
+
```sh
|
1060
|
+
$ pulumi import gcp:appengine/standardAppVersion:StandardAppVersion When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), StandardAppVersion can be imported using one of the formats above. For example
|
1061
|
+
```
|
1046
1062
|
|
1047
1063
|
```sh
|
1048
1064
|
$ pulumi import gcp:appengine/standardAppVersion:StandardAppVersion default apps/{{project}}/services/{{service}}/versions/{{version_id}}
|
@@ -504,7 +504,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryArgs:
|
|
504
504
|
"""
|
505
505
|
:param pulumi.Input[str] repository_base: A common public repository base for Yum.
|
506
506
|
Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
|
507
|
-
:param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"8-stream/
|
507
|
+
:param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
|
508
508
|
"""
|
509
509
|
pulumi.set(__self__, "repository_base", repository_base)
|
510
510
|
pulumi.set(__self__, "repository_path", repository_path)
|
@@ -526,7 +526,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryArgs:
|
|
526
526
|
@pulumi.getter(name="repositoryPath")
|
527
527
|
def repository_path(self) -> pulumi.Input[str]:
|
528
528
|
"""
|
529
|
-
Specific repository from the base, e.g. `"8-stream/
|
529
|
+
Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
|
530
530
|
"""
|
531
531
|
return pulumi.get(self, "repository_path")
|
532
532
|
|
@@ -676,7 +676,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs:
|
|
676
676
|
"""
|
677
677
|
:param pulumi.Input[str] repository_base: A common public repository base for Yum.
|
678
678
|
Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
|
679
|
-
:param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"8-stream/
|
679
|
+
:param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
|
680
680
|
"""
|
681
681
|
pulumi.set(__self__, "repository_base", repository_base)
|
682
682
|
pulumi.set(__self__, "repository_path", repository_path)
|
@@ -698,7 +698,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs:
|
|
698
698
|
@pulumi.getter(name="repositoryPath")
|
699
699
|
def repository_path(self) -> pulumi.Input[str]:
|
700
700
|
"""
|
701
|
-
Specific repository from the base, e.g. `"8-stream/
|
701
|
+
Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
|
702
702
|
"""
|
703
703
|
return pulumi.get(self, "repository_path")
|
704
704
|
|
@@ -567,7 +567,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepository(dict):
|
|
567
567
|
"""
|
568
568
|
:param str repository_base: A common public repository base for Yum.
|
569
569
|
Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
|
570
|
-
:param str repository_path: Specific repository from the base, e.g. `"8-stream/
|
570
|
+
:param str repository_path: Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
|
571
571
|
"""
|
572
572
|
pulumi.set(__self__, "repository_base", repository_base)
|
573
573
|
pulumi.set(__self__, "repository_path", repository_path)
|
@@ -585,7 +585,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepository(dict):
|
|
585
585
|
@pulumi.getter(name="repositoryPath")
|
586
586
|
def repository_path(self) -> str:
|
587
587
|
"""
|
588
|
-
Specific repository from the base, e.g. `"8-stream/
|
588
|
+
Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
|
589
589
|
"""
|
590
590
|
return pulumi.get(self, "repository_path")
|
591
591
|
|
@@ -815,7 +815,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepository(dict):
|
|
815
815
|
"""
|
816
816
|
:param str repository_base: A common public repository base for Yum.
|
817
817
|
Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
|
818
|
-
:param str repository_path: Specific repository from the base, e.g. `"8-stream/
|
818
|
+
:param str repository_path: Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
|
819
819
|
"""
|
820
820
|
pulumi.set(__self__, "repository_base", repository_base)
|
821
821
|
pulumi.set(__self__, "repository_path", repository_path)
|
@@ -833,7 +833,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepository(dict):
|
|
833
833
|
@pulumi.getter(name="repositoryPath")
|
834
834
|
def repository_path(self) -> str:
|
835
835
|
"""
|
836
|
-
Specific repository from the base, e.g. `"8-stream/
|
836
|
+
Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
|
837
837
|
"""
|
838
838
|
return pulumi.get(self, "repository_path")
|
839
839
|
|
@@ -331,8 +331,7 @@ class _RepositoryState:
|
|
331
331
|
:param pulumi.Input[str] description: The user-provided description of the repository.
|
332
332
|
:param pulumi.Input['RepositoryDockerConfigArgs'] docker_config: Docker repository config contains repository level configuration for the repositories of docker type.
|
333
333
|
Structure is documented below.
|
334
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through
|
335
|
-
clients and services.
|
334
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
336
335
|
:param pulumi.Input[str] format: The format of packages that are stored in the repository. Supported formats
|
337
336
|
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
338
337
|
You can only create alpha formats if you are a member of the
|
@@ -480,8 +479,7 @@ class _RepositoryState:
|
|
480
479
|
@pulumi.getter(name="effectiveLabels")
|
481
480
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
482
481
|
"""
|
483
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through
|
484
|
-
clients and services.
|
482
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
485
483
|
"""
|
486
484
|
return pulumi.get(self, "effective_labels")
|
487
485
|
|
@@ -832,7 +830,7 @@ class Repository(pulumi.CustomResource):
|
|
832
830
|
yum_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryArgs(
|
833
831
|
public_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs(
|
834
832
|
repository_base="CENTOS",
|
835
|
-
repository_path="8-stream/
|
833
|
+
repository_path="centos/8-stream/BaseOS/x86_64/os",
|
836
834
|
),
|
837
835
|
),
|
838
836
|
),
|
@@ -893,7 +891,15 @@ class Repository(pulumi.CustomResource):
|
|
893
891
|
|
894
892
|
## Import
|
895
893
|
|
896
|
-
Repository can be imported using any of these accepted formats
|
894
|
+
Repository can be imported using any of these accepted formats* `projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}` * `{{project}}/{{location}}/{{repository_id}}` * `{{location}}/{{repository_id}}` * `{{repository_id}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import Repository using one of the formats above. For exampletf import {
|
895
|
+
|
896
|
+
id = "projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}"
|
897
|
+
|
898
|
+
to = google_artifact_registry_repository.default }
|
899
|
+
|
900
|
+
```sh
|
901
|
+
$ pulumi import gcp:artifactregistry/repository:Repository When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Repository can be imported using one of the formats above. For example
|
902
|
+
```
|
897
903
|
|
898
904
|
```sh
|
899
905
|
$ pulumi import gcp:artifactregistry/repository:Repository default projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}
|
@@ -1101,7 +1107,7 @@ class Repository(pulumi.CustomResource):
|
|
1101
1107
|
yum_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryArgs(
|
1102
1108
|
public_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs(
|
1103
1109
|
repository_base="CENTOS",
|
1104
|
-
repository_path="8-stream/
|
1110
|
+
repository_path="centos/8-stream/BaseOS/x86_64/os",
|
1105
1111
|
),
|
1106
1112
|
),
|
1107
1113
|
),
|
@@ -1162,7 +1168,15 @@ class Repository(pulumi.CustomResource):
|
|
1162
1168
|
|
1163
1169
|
## Import
|
1164
1170
|
|
1165
|
-
Repository can be imported using any of these accepted formats
|
1171
|
+
Repository can be imported using any of these accepted formats* `projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}` * `{{project}}/{{location}}/{{repository_id}}` * `{{location}}/{{repository_id}}` * `{{repository_id}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import Repository using one of the formats above. For exampletf import {
|
1172
|
+
|
1173
|
+
id = "projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}"
|
1174
|
+
|
1175
|
+
to = google_artifact_registry_repository.default }
|
1176
|
+
|
1177
|
+
```sh
|
1178
|
+
$ pulumi import gcp:artifactregistry/repository:Repository When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Repository can be imported using one of the formats above. For example
|
1179
|
+
```
|
1166
1180
|
|
1167
1181
|
```sh
|
1168
1182
|
$ pulumi import gcp:artifactregistry/repository:Repository default projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}
|
@@ -1287,8 +1301,7 @@ class Repository(pulumi.CustomResource):
|
|
1287
1301
|
:param pulumi.Input[str] description: The user-provided description of the repository.
|
1288
1302
|
:param pulumi.Input[pulumi.InputType['RepositoryDockerConfigArgs']] docker_config: Docker repository config contains repository level configuration for the repositories of docker type.
|
1289
1303
|
Structure is documented below.
|
1290
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through
|
1291
|
-
clients and services.
|
1304
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1292
1305
|
:param pulumi.Input[str] format: The format of packages that are stored in the repository. Supported formats
|
1293
1306
|
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
1294
1307
|
You can only create alpha formats if you are a member of the
|
@@ -1402,8 +1415,7 @@ class Repository(pulumi.CustomResource):
|
|
1402
1415
|
@pulumi.getter(name="effectiveLabels")
|
1403
1416
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
1404
1417
|
"""
|
1405
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through
|
1406
|
-
clients and services.
|
1418
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1407
1419
|
"""
|
1408
1420
|
return pulumi.get(self, "effective_labels")
|
1409
1421
|
|
@@ -174,7 +174,15 @@ class VpcscConfig(pulumi.CustomResource):
|
|
174
174
|
|
175
175
|
## Import
|
176
176
|
|
177
|
-
VPCSCConfig can be imported using any of these accepted formats
|
177
|
+
VPCSCConfig can be imported using any of these accepted formats* `projects/{{project}}/locations/{{location}}/vpcscConfig/{{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 VPCSCConfig using one of the formats above. For exampletf import {
|
178
|
+
|
179
|
+
id = "projects/{{project}}/locations/{{location}}/vpcscConfig/{{name}}"
|
180
|
+
|
181
|
+
to = google_artifact_registry_vpcsc_config.default }
|
182
|
+
|
183
|
+
```sh
|
184
|
+
$ pulumi import gcp:artifactregistry/vpcscConfig:VpcscConfig When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), VPCSCConfig can be imported using one of the formats above. For example
|
185
|
+
```
|
178
186
|
|
179
187
|
```sh
|
180
188
|
$ pulumi import gcp:artifactregistry/vpcscConfig:VpcscConfig default projects/{{project}}/locations/{{location}}/vpcscConfig/{{name}}
|
@@ -218,7 +226,15 @@ class VpcscConfig(pulumi.CustomResource):
|
|
218
226
|
|
219
227
|
## Import
|
220
228
|
|
221
|
-
VPCSCConfig can be imported using any of these accepted formats
|
229
|
+
VPCSCConfig can be imported using any of these accepted formats* `projects/{{project}}/locations/{{location}}/vpcscConfig/{{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 VPCSCConfig using one of the formats above. For exampletf import {
|
230
|
+
|
231
|
+
id = "projects/{{project}}/locations/{{location}}/vpcscConfig/{{name}}"
|
232
|
+
|
233
|
+
to = google_artifact_registry_vpcsc_config.default }
|
234
|
+
|
235
|
+
```sh
|
236
|
+
$ pulumi import gcp:artifactregistry/vpcscConfig:VpcscConfig When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), VPCSCConfig can be imported using one of the formats above. For example
|
237
|
+
```
|
222
238
|
|
223
239
|
```sh
|
224
240
|
$ pulumi import gcp:artifactregistry/vpcscConfig:VpcscConfig default projects/{{project}}/locations/{{location}}/vpcscConfig/{{name}}
|
@@ -10,11 +10,85 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
13
|
+
'WorkloadComplianceStatusArgs',
|
14
|
+
'WorkloadEkmProvisioningResponseArgs',
|
13
15
|
'WorkloadKmsSettingsArgs',
|
16
|
+
'WorkloadPartnerPermissionsArgs',
|
14
17
|
'WorkloadResourceArgs',
|
15
18
|
'WorkloadResourceSettingArgs',
|
19
|
+
'WorkloadSaaEnrollmentResponseArgs',
|
16
20
|
]
|
17
21
|
|
22
|
+
@pulumi.input_type
|
23
|
+
class WorkloadComplianceStatusArgs:
|
24
|
+
def __init__(__self__, *,
|
25
|
+
acknowledged_violation_counts: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
26
|
+
active_violation_counts: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
27
|
+
if acknowledged_violation_counts is not None:
|
28
|
+
pulumi.set(__self__, "acknowledged_violation_counts", acknowledged_violation_counts)
|
29
|
+
if active_violation_counts is not None:
|
30
|
+
pulumi.set(__self__, "active_violation_counts", active_violation_counts)
|
31
|
+
|
32
|
+
@property
|
33
|
+
@pulumi.getter(name="acknowledgedViolationCounts")
|
34
|
+
def acknowledged_violation_counts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
35
|
+
return pulumi.get(self, "acknowledged_violation_counts")
|
36
|
+
|
37
|
+
@acknowledged_violation_counts.setter
|
38
|
+
def acknowledged_violation_counts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
39
|
+
pulumi.set(self, "acknowledged_violation_counts", value)
|
40
|
+
|
41
|
+
@property
|
42
|
+
@pulumi.getter(name="activeViolationCounts")
|
43
|
+
def active_violation_counts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
44
|
+
return pulumi.get(self, "active_violation_counts")
|
45
|
+
|
46
|
+
@active_violation_counts.setter
|
47
|
+
def active_violation_counts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
48
|
+
pulumi.set(self, "active_violation_counts", value)
|
49
|
+
|
50
|
+
|
51
|
+
@pulumi.input_type
|
52
|
+
class WorkloadEkmProvisioningResponseArgs:
|
53
|
+
def __init__(__self__, *,
|
54
|
+
ekm_provisioning_error_domain: Optional[pulumi.Input[str]] = None,
|
55
|
+
ekm_provisioning_error_mapping: Optional[pulumi.Input[str]] = None,
|
56
|
+
ekm_provisioning_state: Optional[pulumi.Input[str]] = None):
|
57
|
+
if ekm_provisioning_error_domain is not None:
|
58
|
+
pulumi.set(__self__, "ekm_provisioning_error_domain", ekm_provisioning_error_domain)
|
59
|
+
if ekm_provisioning_error_mapping is not None:
|
60
|
+
pulumi.set(__self__, "ekm_provisioning_error_mapping", ekm_provisioning_error_mapping)
|
61
|
+
if ekm_provisioning_state is not None:
|
62
|
+
pulumi.set(__self__, "ekm_provisioning_state", ekm_provisioning_state)
|
63
|
+
|
64
|
+
@property
|
65
|
+
@pulumi.getter(name="ekmProvisioningErrorDomain")
|
66
|
+
def ekm_provisioning_error_domain(self) -> Optional[pulumi.Input[str]]:
|
67
|
+
return pulumi.get(self, "ekm_provisioning_error_domain")
|
68
|
+
|
69
|
+
@ekm_provisioning_error_domain.setter
|
70
|
+
def ekm_provisioning_error_domain(self, value: Optional[pulumi.Input[str]]):
|
71
|
+
pulumi.set(self, "ekm_provisioning_error_domain", value)
|
72
|
+
|
73
|
+
@property
|
74
|
+
@pulumi.getter(name="ekmProvisioningErrorMapping")
|
75
|
+
def ekm_provisioning_error_mapping(self) -> Optional[pulumi.Input[str]]:
|
76
|
+
return pulumi.get(self, "ekm_provisioning_error_mapping")
|
77
|
+
|
78
|
+
@ekm_provisioning_error_mapping.setter
|
79
|
+
def ekm_provisioning_error_mapping(self, value: Optional[pulumi.Input[str]]):
|
80
|
+
pulumi.set(self, "ekm_provisioning_error_mapping", value)
|
81
|
+
|
82
|
+
@property
|
83
|
+
@pulumi.getter(name="ekmProvisioningState")
|
84
|
+
def ekm_provisioning_state(self) -> Optional[pulumi.Input[str]]:
|
85
|
+
return pulumi.get(self, "ekm_provisioning_state")
|
86
|
+
|
87
|
+
@ekm_provisioning_state.setter
|
88
|
+
def ekm_provisioning_state(self, value: Optional[pulumi.Input[str]]):
|
89
|
+
pulumi.set(self, "ekm_provisioning_state", value)
|
90
|
+
|
91
|
+
|
18
92
|
@pulumi.input_type
|
19
93
|
class WorkloadKmsSettingsArgs:
|
20
94
|
def __init__(__self__, *,
|
@@ -52,13 +126,68 @@ class WorkloadKmsSettingsArgs:
|
|
52
126
|
pulumi.set(self, "rotation_period", value)
|
53
127
|
|
54
128
|
|
129
|
+
@pulumi.input_type
|
130
|
+
class WorkloadPartnerPermissionsArgs:
|
131
|
+
def __init__(__self__, *,
|
132
|
+
assured_workloads_monitoring: Optional[pulumi.Input[bool]] = None,
|
133
|
+
data_logs_viewer: Optional[pulumi.Input[bool]] = None,
|
134
|
+
service_access_approver: Optional[pulumi.Input[bool]] = None):
|
135
|
+
"""
|
136
|
+
:param pulumi.Input[bool] assured_workloads_monitoring: Optional. Allow partner to view violation alerts.
|
137
|
+
:param pulumi.Input[bool] data_logs_viewer: Allow the partner to view inspectability logs and monitoring violations.
|
138
|
+
:param pulumi.Input[bool] service_access_approver: Optional. Allow partner to view access approval logs.
|
139
|
+
"""
|
140
|
+
if assured_workloads_monitoring is not None:
|
141
|
+
pulumi.set(__self__, "assured_workloads_monitoring", assured_workloads_monitoring)
|
142
|
+
if data_logs_viewer is not None:
|
143
|
+
pulumi.set(__self__, "data_logs_viewer", data_logs_viewer)
|
144
|
+
if service_access_approver is not None:
|
145
|
+
pulumi.set(__self__, "service_access_approver", service_access_approver)
|
146
|
+
|
147
|
+
@property
|
148
|
+
@pulumi.getter(name="assuredWorkloadsMonitoring")
|
149
|
+
def assured_workloads_monitoring(self) -> Optional[pulumi.Input[bool]]:
|
150
|
+
"""
|
151
|
+
Optional. Allow partner to view violation alerts.
|
152
|
+
"""
|
153
|
+
return pulumi.get(self, "assured_workloads_monitoring")
|
154
|
+
|
155
|
+
@assured_workloads_monitoring.setter
|
156
|
+
def assured_workloads_monitoring(self, value: Optional[pulumi.Input[bool]]):
|
157
|
+
pulumi.set(self, "assured_workloads_monitoring", value)
|
158
|
+
|
159
|
+
@property
|
160
|
+
@pulumi.getter(name="dataLogsViewer")
|
161
|
+
def data_logs_viewer(self) -> Optional[pulumi.Input[bool]]:
|
162
|
+
"""
|
163
|
+
Allow the partner to view inspectability logs and monitoring violations.
|
164
|
+
"""
|
165
|
+
return pulumi.get(self, "data_logs_viewer")
|
166
|
+
|
167
|
+
@data_logs_viewer.setter
|
168
|
+
def data_logs_viewer(self, value: Optional[pulumi.Input[bool]]):
|
169
|
+
pulumi.set(self, "data_logs_viewer", value)
|
170
|
+
|
171
|
+
@property
|
172
|
+
@pulumi.getter(name="serviceAccessApprover")
|
173
|
+
def service_access_approver(self) -> Optional[pulumi.Input[bool]]:
|
174
|
+
"""
|
175
|
+
Optional. Allow partner to view access approval logs.
|
176
|
+
"""
|
177
|
+
return pulumi.get(self, "service_access_approver")
|
178
|
+
|
179
|
+
@service_access_approver.setter
|
180
|
+
def service_access_approver(self, value: Optional[pulumi.Input[bool]]):
|
181
|
+
pulumi.set(self, "service_access_approver", value)
|
182
|
+
|
183
|
+
|
55
184
|
@pulumi.input_type
|
56
185
|
class WorkloadResourceArgs:
|
57
186
|
def __init__(__self__, *,
|
58
187
|
resource_id: Optional[pulumi.Input[int]] = None,
|
59
188
|
resource_type: Optional[pulumi.Input[str]] = None):
|
60
189
|
"""
|
61
|
-
:param pulumi.Input[int] resource_id: Resource identifier. For a project this represents
|
190
|
+
:param pulumi.Input[int] resource_id: Resource identifier. For a project this represents projectId. If the project is already taken, the workload creation will fail. For KeyRing, this represents the keyring_id. For a folder, don't set this value as folder_id is assigned by Google.
|
62
191
|
:param pulumi.Input[str] resource_type: Indicates the type of resource. This field should be specified to correspond the id to the right project type (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT) Possible values: RESOURCE_TYPE_UNSPECIFIED, CONSUMER_PROJECT, ENCRYPTION_KEYS_PROJECT, KEYRING, CONSUMER_FOLDER
|
63
192
|
"""
|
64
193
|
if resource_id is not None:
|
@@ -70,7 +199,7 @@ class WorkloadResourceArgs:
|
|
70
199
|
@pulumi.getter(name="resourceId")
|
71
200
|
def resource_id(self) -> Optional[pulumi.Input[int]]:
|
72
201
|
"""
|
73
|
-
Resource identifier. For a project this represents
|
202
|
+
Resource identifier. For a project this represents projectId. If the project is already taken, the workload creation will fail. For KeyRing, this represents the keyring_id. For a folder, don't set this value as folder_id is assigned by Google.
|
74
203
|
"""
|
75
204
|
return pulumi.get(self, "resource_id")
|
76
205
|
|
@@ -94,22 +223,38 @@ class WorkloadResourceArgs:
|
|
94
223
|
@pulumi.input_type
|
95
224
|
class WorkloadResourceSettingArgs:
|
96
225
|
def __init__(__self__, *,
|
226
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
97
227
|
resource_id: Optional[pulumi.Input[str]] = None,
|
98
228
|
resource_type: Optional[pulumi.Input[str]] = None):
|
99
229
|
"""
|
100
|
-
:param pulumi.Input[str]
|
230
|
+
:param pulumi.Input[str] display_name: User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
|
231
|
+
:param pulumi.Input[str] resource_id: Resource identifier. For a project this represents projectId. If the project is already taken, the workload creation will fail. For KeyRing, this represents the keyring_id. For a folder, don't set this value as folder_id is assigned by Google.
|
101
232
|
:param pulumi.Input[str] resource_type: Indicates the type of resource. This field should be specified to correspond the id to the right project type (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT) Possible values: RESOURCE_TYPE_UNSPECIFIED, CONSUMER_PROJECT, ENCRYPTION_KEYS_PROJECT, KEYRING, CONSUMER_FOLDER
|
102
233
|
"""
|
234
|
+
if display_name is not None:
|
235
|
+
pulumi.set(__self__, "display_name", display_name)
|
103
236
|
if resource_id is not None:
|
104
237
|
pulumi.set(__self__, "resource_id", resource_id)
|
105
238
|
if resource_type is not None:
|
106
239
|
pulumi.set(__self__, "resource_type", resource_type)
|
107
240
|
|
241
|
+
@property
|
242
|
+
@pulumi.getter(name="displayName")
|
243
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
244
|
+
"""
|
245
|
+
User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
|
246
|
+
"""
|
247
|
+
return pulumi.get(self, "display_name")
|
248
|
+
|
249
|
+
@display_name.setter
|
250
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
251
|
+
pulumi.set(self, "display_name", value)
|
252
|
+
|
108
253
|
@property
|
109
254
|
@pulumi.getter(name="resourceId")
|
110
255
|
def resource_id(self) -> Optional[pulumi.Input[str]]:
|
111
256
|
"""
|
112
|
-
Resource identifier. For a project this represents
|
257
|
+
Resource identifier. For a project this represents projectId. If the project is already taken, the workload creation will fail. For KeyRing, this represents the keyring_id. For a folder, don't set this value as folder_id is assigned by Google.
|
113
258
|
"""
|
114
259
|
return pulumi.get(self, "resource_id")
|
115
260
|
|
@@ -130,3 +275,32 @@ class WorkloadResourceSettingArgs:
|
|
130
275
|
pulumi.set(self, "resource_type", value)
|
131
276
|
|
132
277
|
|
278
|
+
@pulumi.input_type
|
279
|
+
class WorkloadSaaEnrollmentResponseArgs:
|
280
|
+
def __init__(__self__, *,
|
281
|
+
setup_errors: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
282
|
+
setup_status: Optional[pulumi.Input[str]] = None):
|
283
|
+
if setup_errors is not None:
|
284
|
+
pulumi.set(__self__, "setup_errors", setup_errors)
|
285
|
+
if setup_status is not None:
|
286
|
+
pulumi.set(__self__, "setup_status", setup_status)
|
287
|
+
|
288
|
+
@property
|
289
|
+
@pulumi.getter(name="setupErrors")
|
290
|
+
def setup_errors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
291
|
+
return pulumi.get(self, "setup_errors")
|
292
|
+
|
293
|
+
@setup_errors.setter
|
294
|
+
def setup_errors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
295
|
+
pulumi.set(self, "setup_errors", value)
|
296
|
+
|
297
|
+
@property
|
298
|
+
@pulumi.getter(name="setupStatus")
|
299
|
+
def setup_status(self) -> Optional[pulumi.Input[str]]:
|
300
|
+
return pulumi.get(self, "setup_status")
|
301
|
+
|
302
|
+
@setup_status.setter
|
303
|
+
def setup_status(self, value: Optional[pulumi.Input[str]]):
|
304
|
+
pulumi.set(self, "setup_status", value)
|
305
|
+
|
306
|
+
|