pulumi-gcp 8.22.0a1741790977__py3-none-any.whl → 8.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +64 -0
- pulumi_gcp/alloydb/_inputs.py +93 -1
- pulumi_gcp/alloydb/outputs.py +128 -2
- pulumi_gcp/applicationintegration/client.py +18 -24
- pulumi_gcp/backupdisasterrecovery/_inputs.py +3 -3
- pulumi_gcp/backupdisasterrecovery/outputs.py +4 -4
- pulumi_gcp/bigquery/_inputs.py +20 -0
- pulumi_gcp/bigquery/outputs.py +12 -0
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/certificatemanager/certificate.py +53 -7
- pulumi_gcp/certificatemanager/outputs.py +8 -2
- pulumi_gcp/clouddeploy/_inputs.py +20 -0
- pulumi_gcp/clouddeploy/outputs.py +15 -1
- pulumi_gcp/cloudfunctions/function.py +11 -11
- pulumi_gcp/cloudfunctionsv2/function.py +24 -24
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +41 -2
- pulumi_gcp/cloudidentity/outputs.py +18 -38
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +600 -17
- pulumi_gcp/compute/backend_service.py +195 -7
- pulumi_gcp/compute/disk.py +108 -0
- pulumi_gcp/compute/firewall_policy.py +20 -0
- pulumi_gcp/compute/firewall_policy_association.py +28 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_disk.py +23 -1
- pulumi_gcp/compute/get_region_disk.py +23 -1
- pulumi_gcp/compute/get_region_ssl_policy.py +203 -0
- pulumi_gcp/compute/outputs.py +623 -23
- pulumi_gcp/compute/region_backend_service.py +193 -7
- pulumi_gcp/compute/region_disk.py +114 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/shared_vpc_service_project.py +0 -4
- pulumi_gcp/compute/subnetwork.py +256 -1
- pulumi_gcp/compute/target_https_proxy.py +7 -7
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/get_attached_versions.py +2 -2
- pulumi_gcp/container/outputs.py +8 -8
- pulumi_gcp/dataform/repository.py +49 -0
- pulumi_gcp/dataproc/get_metastore_service.py +26 -4
- pulumi_gcp/dataproc/metastore_federation.py +56 -0
- pulumi_gcp/dataproc/metastore_service.py +58 -2
- pulumi_gcp/datastream/_inputs.py +273 -0
- pulumi_gcp/datastream/connection_profile.py +54 -2
- pulumi_gcp/datastream/outputs.py +224 -0
- pulumi_gcp/eventarc/__init__.py +2 -0
- pulumi_gcp/eventarc/_inputs.py +1798 -0
- pulumi_gcp/eventarc/channel.py +85 -93
- pulumi_gcp/eventarc/google_api_source.py +997 -0
- pulumi_gcp/eventarc/outputs.py +1378 -0
- pulumi_gcp/eventarc/pipeline.py +1596 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +154 -0
- pulumi_gcp/firebase/app_hosting_backend.py +1303 -0
- pulumi_gcp/firebase/data_connect_service.py +40 -2
- pulumi_gcp/firebase/hosting_version.py +2 -2
- pulumi_gcp/firebase/outputs.py +127 -0
- pulumi_gcp/iam/__init__.py +2 -0
- pulumi_gcp/iam/_inputs.py +51 -18
- pulumi_gcp/iam/folders_policy_binding.py +10 -26
- pulumi_gcp/iam/oauth_client.py +979 -0
- pulumi_gcp/iam/oauth_client_credential.py +641 -0
- pulumi_gcp/iam/organizations_policy_binding.py +8 -24
- pulumi_gcp/iam/outputs.py +34 -12
- pulumi_gcp/iam/principal_access_boundary_policy.py +58 -22
- pulumi_gcp/iam/projects_policy_binding.py +8 -24
- pulumi_gcp/kms/crypto_key_version.py +14 -7
- pulumi_gcp/kms/get_key_rings.py +39 -2
- pulumi_gcp/managedkafka/__init__.py +2 -0
- pulumi_gcp/managedkafka/_inputs.py +263 -0
- pulumi_gcp/managedkafka/connect_cluster.py +795 -0
- pulumi_gcp/managedkafka/connector.py +695 -0
- pulumi_gcp/managedkafka/outputs.py +248 -0
- pulumi_gcp/memorystore/instance.py +7 -7
- pulumi_gcp/monitoring/_inputs.py +15 -18
- pulumi_gcp/monitoring/alert_policy.py +46 -0
- pulumi_gcp/monitoring/outputs.py +10 -12
- pulumi_gcp/monitoring/uptime_check_config.py +2 -2
- pulumi_gcp/networksecurity/__init__.py +1 -0
- pulumi_gcp/networksecurity/_inputs.py +673 -18
- pulumi_gcp/networksecurity/backend_authentication_config.py +847 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
- pulumi_gcp/networksecurity/intercept_deployment.py +178 -94
- pulumi_gcp/networksecurity/intercept_deployment_group.py +161 -77
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +161 -66
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +137 -80
- pulumi_gcp/networksecurity/mirroring_deployment.py +200 -94
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +181 -77
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +185 -80
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +165 -105
- pulumi_gcp/networksecurity/outputs.py +495 -12
- pulumi_gcp/networksecurity/tls_inspection_policy.py +14 -0
- pulumi_gcp/networkservices/endpoint_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +242 -120
- pulumi_gcp/networkservices/grpc_route.py +12 -0
- pulumi_gcp/networkservices/http_route.py +16 -0
- pulumi_gcp/networkservices/mesh.py +16 -0
- pulumi_gcp/networkservices/service_binding.py +14 -0
- pulumi_gcp/networkservices/tcp_route.py +16 -0
- pulumi_gcp/networkservices/tls_route.py +12 -0
- pulumi_gcp/projects/__init__.py +2 -0
- pulumi_gcp/projects/get_iam_custom_role.py +198 -0
- pulumi_gcp/projects/get_iam_custom_roles.py +164 -0
- pulumi_gcp/projects/outputs.py +96 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +4 -0
- pulumi_gcp/sql/outputs.py +8 -8
- pulumi_gcp/storage/_inputs.py +14 -6
- pulumi_gcp/storage/insights_report_config.py +121 -20
- pulumi_gcp/storage/outputs.py +7 -4
- pulumi_gcp/tpu/_inputs.py +21 -1
- pulumi_gcp/tpu/outputs.py +13 -1
- pulumi_gcp/tpu/v2_vm.py +2 -0
- pulumi_gcp/vmwareengine/_inputs.py +6 -0
- pulumi_gcp/vmwareengine/outputs.py +8 -0
- pulumi_gcp/workflows/workflow.py +75 -7
- pulumi_gcp/workstations/workstation_cluster.py +137 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/RECORD +124 -113
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/top_level.txt +0 -0
@@ -59,6 +59,18 @@ __all__ = [
|
|
59
59
|
'AuthzPolicyHttpRuleFromSourceResourceTagValueIdSetArgsDict',
|
60
60
|
'AuthzPolicyHttpRuleToArgs',
|
61
61
|
'AuthzPolicyHttpRuleToArgsDict',
|
62
|
+
'AuthzPolicyHttpRuleToNotOperationArgs',
|
63
|
+
'AuthzPolicyHttpRuleToNotOperationArgsDict',
|
64
|
+
'AuthzPolicyHttpRuleToNotOperationHeaderSetArgs',
|
65
|
+
'AuthzPolicyHttpRuleToNotOperationHeaderSetArgsDict',
|
66
|
+
'AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgs',
|
67
|
+
'AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgsDict',
|
68
|
+
'AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgs',
|
69
|
+
'AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgsDict',
|
70
|
+
'AuthzPolicyHttpRuleToNotOperationHostArgs',
|
71
|
+
'AuthzPolicyHttpRuleToNotOperationHostArgsDict',
|
72
|
+
'AuthzPolicyHttpRuleToNotOperationPathArgs',
|
73
|
+
'AuthzPolicyHttpRuleToNotOperationPathArgsDict',
|
62
74
|
'AuthzPolicyHttpRuleToOperationArgs',
|
63
75
|
'AuthzPolicyHttpRuleToOperationArgsDict',
|
64
76
|
'AuthzPolicyHttpRuleToOperationHeaderSetArgs',
|
@@ -1598,6 +1610,11 @@ class AuthzPolicyHttpRuleFromSourceResourceTagValueIdSetArgs:
|
|
1598
1610
|
|
1599
1611
|
if not MYPY:
|
1600
1612
|
class AuthzPolicyHttpRuleToArgsDict(TypedDict):
|
1613
|
+
not_operations: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationArgsDict']]]]
|
1614
|
+
"""
|
1615
|
+
Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified.
|
1616
|
+
Structure is documented below.
|
1617
|
+
"""
|
1601
1618
|
operations: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToOperationArgsDict']]]]
|
1602
1619
|
"""
|
1603
1620
|
Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches.
|
@@ -1609,14 +1626,32 @@ elif False:
|
|
1609
1626
|
@pulumi.input_type
|
1610
1627
|
class AuthzPolicyHttpRuleToArgs:
|
1611
1628
|
def __init__(__self__, *,
|
1629
|
+
not_operations: Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationArgs']]]] = None,
|
1612
1630
|
operations: Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToOperationArgs']]]] = None):
|
1613
1631
|
"""
|
1632
|
+
:param pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationArgs']]] not_operations: Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified.
|
1633
|
+
Structure is documented below.
|
1614
1634
|
:param pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToOperationArgs']]] operations: Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches.
|
1615
1635
|
Structure is documented below.
|
1616
1636
|
"""
|
1637
|
+
if not_operations is not None:
|
1638
|
+
pulumi.set(__self__, "not_operations", not_operations)
|
1617
1639
|
if operations is not None:
|
1618
1640
|
pulumi.set(__self__, "operations", operations)
|
1619
1641
|
|
1642
|
+
@property
|
1643
|
+
@pulumi.getter(name="notOperations")
|
1644
|
+
def not_operations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationArgs']]]]:
|
1645
|
+
"""
|
1646
|
+
Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified.
|
1647
|
+
Structure is documented below.
|
1648
|
+
"""
|
1649
|
+
return pulumi.get(self, "not_operations")
|
1650
|
+
|
1651
|
+
@not_operations.setter
|
1652
|
+
def not_operations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationArgs']]]]):
|
1653
|
+
pulumi.set(self, "not_operations", value)
|
1654
|
+
|
1620
1655
|
@property
|
1621
1656
|
@pulumi.getter
|
1622
1657
|
def operations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToOperationArgs']]]]:
|
@@ -1631,6 +1666,614 @@ class AuthzPolicyHttpRuleToArgs:
|
|
1631
1666
|
pulumi.set(self, "operations", value)
|
1632
1667
|
|
1633
1668
|
|
1669
|
+
if not MYPY:
|
1670
|
+
class AuthzPolicyHttpRuleToNotOperationArgsDict(TypedDict):
|
1671
|
+
header_set: NotRequired[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetArgsDict']]
|
1672
|
+
"""
|
1673
|
+
A list of headers to match against in http header.
|
1674
|
+
Structure is documented below.
|
1675
|
+
"""
|
1676
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHostArgsDict']]]]
|
1677
|
+
"""
|
1678
|
+
A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set.
|
1679
|
+
Limited to 5 matches.
|
1680
|
+
Structure is documented below.
|
1681
|
+
"""
|
1682
|
+
methods: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1683
|
+
"""
|
1684
|
+
A list of HTTP methods to match against. Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive.
|
1685
|
+
"""
|
1686
|
+
paths: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationPathArgsDict']]]]
|
1687
|
+
"""
|
1688
|
+
A list of paths to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set.
|
1689
|
+
Limited to 5 matches.
|
1690
|
+
Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method.
|
1691
|
+
Structure is documented below.
|
1692
|
+
"""
|
1693
|
+
elif False:
|
1694
|
+
AuthzPolicyHttpRuleToNotOperationArgsDict: TypeAlias = Mapping[str, Any]
|
1695
|
+
|
1696
|
+
@pulumi.input_type
|
1697
|
+
class AuthzPolicyHttpRuleToNotOperationArgs:
|
1698
|
+
def __init__(__self__, *,
|
1699
|
+
header_set: Optional[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetArgs']] = None,
|
1700
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHostArgs']]]] = None,
|
1701
|
+
methods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1702
|
+
paths: Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationPathArgs']]]] = None):
|
1703
|
+
"""
|
1704
|
+
:param pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetArgs'] header_set: A list of headers to match against in http header.
|
1705
|
+
Structure is documented below.
|
1706
|
+
:param pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHostArgs']]] hosts: A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set.
|
1707
|
+
Limited to 5 matches.
|
1708
|
+
Structure is documented below.
|
1709
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] methods: A list of HTTP methods to match against. Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive.
|
1710
|
+
:param pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationPathArgs']]] paths: A list of paths to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set.
|
1711
|
+
Limited to 5 matches.
|
1712
|
+
Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method.
|
1713
|
+
Structure is documented below.
|
1714
|
+
"""
|
1715
|
+
if header_set is not None:
|
1716
|
+
pulumi.set(__self__, "header_set", header_set)
|
1717
|
+
if hosts is not None:
|
1718
|
+
pulumi.set(__self__, "hosts", hosts)
|
1719
|
+
if methods is not None:
|
1720
|
+
pulumi.set(__self__, "methods", methods)
|
1721
|
+
if paths is not None:
|
1722
|
+
pulumi.set(__self__, "paths", paths)
|
1723
|
+
|
1724
|
+
@property
|
1725
|
+
@pulumi.getter(name="headerSet")
|
1726
|
+
def header_set(self) -> Optional[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetArgs']]:
|
1727
|
+
"""
|
1728
|
+
A list of headers to match against in http header.
|
1729
|
+
Structure is documented below.
|
1730
|
+
"""
|
1731
|
+
return pulumi.get(self, "header_set")
|
1732
|
+
|
1733
|
+
@header_set.setter
|
1734
|
+
def header_set(self, value: Optional[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetArgs']]):
|
1735
|
+
pulumi.set(self, "header_set", value)
|
1736
|
+
|
1737
|
+
@property
|
1738
|
+
@pulumi.getter
|
1739
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHostArgs']]]]:
|
1740
|
+
"""
|
1741
|
+
A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set.
|
1742
|
+
Limited to 5 matches.
|
1743
|
+
Structure is documented below.
|
1744
|
+
"""
|
1745
|
+
return pulumi.get(self, "hosts")
|
1746
|
+
|
1747
|
+
@hosts.setter
|
1748
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHostArgs']]]]):
|
1749
|
+
pulumi.set(self, "hosts", value)
|
1750
|
+
|
1751
|
+
@property
|
1752
|
+
@pulumi.getter
|
1753
|
+
def methods(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1754
|
+
"""
|
1755
|
+
A list of HTTP methods to match against. Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive.
|
1756
|
+
"""
|
1757
|
+
return pulumi.get(self, "methods")
|
1758
|
+
|
1759
|
+
@methods.setter
|
1760
|
+
def methods(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1761
|
+
pulumi.set(self, "methods", value)
|
1762
|
+
|
1763
|
+
@property
|
1764
|
+
@pulumi.getter
|
1765
|
+
def paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationPathArgs']]]]:
|
1766
|
+
"""
|
1767
|
+
A list of paths to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set.
|
1768
|
+
Limited to 5 matches.
|
1769
|
+
Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method.
|
1770
|
+
Structure is documented below.
|
1771
|
+
"""
|
1772
|
+
return pulumi.get(self, "paths")
|
1773
|
+
|
1774
|
+
@paths.setter
|
1775
|
+
def paths(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationPathArgs']]]]):
|
1776
|
+
pulumi.set(self, "paths", value)
|
1777
|
+
|
1778
|
+
|
1779
|
+
if not MYPY:
|
1780
|
+
class AuthzPolicyHttpRuleToNotOperationHeaderSetArgsDict(TypedDict):
|
1781
|
+
headers: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgsDict']]]]
|
1782
|
+
"""
|
1783
|
+
A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.
|
1784
|
+
Structure is documented below.
|
1785
|
+
"""
|
1786
|
+
elif False:
|
1787
|
+
AuthzPolicyHttpRuleToNotOperationHeaderSetArgsDict: TypeAlias = Mapping[str, Any]
|
1788
|
+
|
1789
|
+
@pulumi.input_type
|
1790
|
+
class AuthzPolicyHttpRuleToNotOperationHeaderSetArgs:
|
1791
|
+
def __init__(__self__, *,
|
1792
|
+
headers: Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgs']]]] = None):
|
1793
|
+
"""
|
1794
|
+
:param pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgs']]] headers: A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.
|
1795
|
+
Structure is documented below.
|
1796
|
+
"""
|
1797
|
+
if headers is not None:
|
1798
|
+
pulumi.set(__self__, "headers", headers)
|
1799
|
+
|
1800
|
+
@property
|
1801
|
+
@pulumi.getter
|
1802
|
+
def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgs']]]]:
|
1803
|
+
"""
|
1804
|
+
A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.
|
1805
|
+
Structure is documented below.
|
1806
|
+
"""
|
1807
|
+
return pulumi.get(self, "headers")
|
1808
|
+
|
1809
|
+
@headers.setter
|
1810
|
+
def headers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgs']]]]):
|
1811
|
+
pulumi.set(self, "headers", value)
|
1812
|
+
|
1813
|
+
|
1814
|
+
if not MYPY:
|
1815
|
+
class AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgsDict(TypedDict):
|
1816
|
+
name: NotRequired[pulumi.Input[str]]
|
1817
|
+
"""
|
1818
|
+
Specifies the name of the header in the request.
|
1819
|
+
"""
|
1820
|
+
value: NotRequired[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgsDict']]
|
1821
|
+
"""
|
1822
|
+
Specifies how the header match will be performed.
|
1823
|
+
Structure is documented below.
|
1824
|
+
"""
|
1825
|
+
elif False:
|
1826
|
+
AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgsDict: TypeAlias = Mapping[str, Any]
|
1827
|
+
|
1828
|
+
@pulumi.input_type
|
1829
|
+
class AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderArgs:
|
1830
|
+
def __init__(__self__, *,
|
1831
|
+
name: Optional[pulumi.Input[str]] = None,
|
1832
|
+
value: Optional[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgs']] = None):
|
1833
|
+
"""
|
1834
|
+
:param pulumi.Input[str] name: Specifies the name of the header in the request.
|
1835
|
+
:param pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgs'] value: Specifies how the header match will be performed.
|
1836
|
+
Structure is documented below.
|
1837
|
+
"""
|
1838
|
+
if name is not None:
|
1839
|
+
pulumi.set(__self__, "name", name)
|
1840
|
+
if value is not None:
|
1841
|
+
pulumi.set(__self__, "value", value)
|
1842
|
+
|
1843
|
+
@property
|
1844
|
+
@pulumi.getter
|
1845
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
1846
|
+
"""
|
1847
|
+
Specifies the name of the header in the request.
|
1848
|
+
"""
|
1849
|
+
return pulumi.get(self, "name")
|
1850
|
+
|
1851
|
+
@name.setter
|
1852
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
1853
|
+
pulumi.set(self, "name", value)
|
1854
|
+
|
1855
|
+
@property
|
1856
|
+
@pulumi.getter
|
1857
|
+
def value(self) -> Optional[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgs']]:
|
1858
|
+
"""
|
1859
|
+
Specifies how the header match will be performed.
|
1860
|
+
Structure is documented below.
|
1861
|
+
"""
|
1862
|
+
return pulumi.get(self, "value")
|
1863
|
+
|
1864
|
+
@value.setter
|
1865
|
+
def value(self, value: Optional[pulumi.Input['AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgs']]):
|
1866
|
+
pulumi.set(self, "value", value)
|
1867
|
+
|
1868
|
+
|
1869
|
+
if not MYPY:
|
1870
|
+
class AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgsDict(TypedDict):
|
1871
|
+
contains: NotRequired[pulumi.Input[str]]
|
1872
|
+
"""
|
1873
|
+
The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead.
|
1874
|
+
Examples:
|
1875
|
+
* abc matches the value xyz.abc.def
|
1876
|
+
"""
|
1877
|
+
exact: NotRequired[pulumi.Input[str]]
|
1878
|
+
"""
|
1879
|
+
The input string must match exactly the string specified here.
|
1880
|
+
Examples:
|
1881
|
+
* abc only matches the value abc.
|
1882
|
+
"""
|
1883
|
+
ignore_case: NotRequired[pulumi.Input[bool]]
|
1884
|
+
"""
|
1885
|
+
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
|
1886
|
+
"""
|
1887
|
+
prefix: NotRequired[pulumi.Input[str]]
|
1888
|
+
"""
|
1889
|
+
The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead.
|
1890
|
+
Examples:
|
1891
|
+
* abc matches the value abc.xyz
|
1892
|
+
"""
|
1893
|
+
suffix: NotRequired[pulumi.Input[str]]
|
1894
|
+
"""
|
1895
|
+
The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead.
|
1896
|
+
Examples:
|
1897
|
+
* abc matches the value xyz.abc
|
1898
|
+
"""
|
1899
|
+
elif False:
|
1900
|
+
AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgsDict: TypeAlias = Mapping[str, Any]
|
1901
|
+
|
1902
|
+
@pulumi.input_type
|
1903
|
+
class AuthzPolicyHttpRuleToNotOperationHeaderSetHeaderValueArgs:
|
1904
|
+
def __init__(__self__, *,
|
1905
|
+
contains: Optional[pulumi.Input[str]] = None,
|
1906
|
+
exact: Optional[pulumi.Input[str]] = None,
|
1907
|
+
ignore_case: Optional[pulumi.Input[bool]] = None,
|
1908
|
+
prefix: Optional[pulumi.Input[str]] = None,
|
1909
|
+
suffix: Optional[pulumi.Input[str]] = None):
|
1910
|
+
"""
|
1911
|
+
:param pulumi.Input[str] contains: The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead.
|
1912
|
+
Examples:
|
1913
|
+
* abc matches the value xyz.abc.def
|
1914
|
+
:param pulumi.Input[str] exact: The input string must match exactly the string specified here.
|
1915
|
+
Examples:
|
1916
|
+
* abc only matches the value abc.
|
1917
|
+
:param pulumi.Input[bool] ignore_case: If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
|
1918
|
+
:param pulumi.Input[str] prefix: The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead.
|
1919
|
+
Examples:
|
1920
|
+
* abc matches the value abc.xyz
|
1921
|
+
:param pulumi.Input[str] suffix: The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead.
|
1922
|
+
Examples:
|
1923
|
+
* abc matches the value xyz.abc
|
1924
|
+
"""
|
1925
|
+
if contains is not None:
|
1926
|
+
pulumi.set(__self__, "contains", contains)
|
1927
|
+
if exact is not None:
|
1928
|
+
pulumi.set(__self__, "exact", exact)
|
1929
|
+
if ignore_case is not None:
|
1930
|
+
pulumi.set(__self__, "ignore_case", ignore_case)
|
1931
|
+
if prefix is not None:
|
1932
|
+
pulumi.set(__self__, "prefix", prefix)
|
1933
|
+
if suffix is not None:
|
1934
|
+
pulumi.set(__self__, "suffix", suffix)
|
1935
|
+
|
1936
|
+
@property
|
1937
|
+
@pulumi.getter
|
1938
|
+
def contains(self) -> Optional[pulumi.Input[str]]:
|
1939
|
+
"""
|
1940
|
+
The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead.
|
1941
|
+
Examples:
|
1942
|
+
* abc matches the value xyz.abc.def
|
1943
|
+
"""
|
1944
|
+
return pulumi.get(self, "contains")
|
1945
|
+
|
1946
|
+
@contains.setter
|
1947
|
+
def contains(self, value: Optional[pulumi.Input[str]]):
|
1948
|
+
pulumi.set(self, "contains", value)
|
1949
|
+
|
1950
|
+
@property
|
1951
|
+
@pulumi.getter
|
1952
|
+
def exact(self) -> Optional[pulumi.Input[str]]:
|
1953
|
+
"""
|
1954
|
+
The input string must match exactly the string specified here.
|
1955
|
+
Examples:
|
1956
|
+
* abc only matches the value abc.
|
1957
|
+
"""
|
1958
|
+
return pulumi.get(self, "exact")
|
1959
|
+
|
1960
|
+
@exact.setter
|
1961
|
+
def exact(self, value: Optional[pulumi.Input[str]]):
|
1962
|
+
pulumi.set(self, "exact", value)
|
1963
|
+
|
1964
|
+
@property
|
1965
|
+
@pulumi.getter(name="ignoreCase")
|
1966
|
+
def ignore_case(self) -> Optional[pulumi.Input[bool]]:
|
1967
|
+
"""
|
1968
|
+
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
|
1969
|
+
"""
|
1970
|
+
return pulumi.get(self, "ignore_case")
|
1971
|
+
|
1972
|
+
@ignore_case.setter
|
1973
|
+
def ignore_case(self, value: Optional[pulumi.Input[bool]]):
|
1974
|
+
pulumi.set(self, "ignore_case", value)
|
1975
|
+
|
1976
|
+
@property
|
1977
|
+
@pulumi.getter
|
1978
|
+
def prefix(self) -> Optional[pulumi.Input[str]]:
|
1979
|
+
"""
|
1980
|
+
The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead.
|
1981
|
+
Examples:
|
1982
|
+
* abc matches the value abc.xyz
|
1983
|
+
"""
|
1984
|
+
return pulumi.get(self, "prefix")
|
1985
|
+
|
1986
|
+
@prefix.setter
|
1987
|
+
def prefix(self, value: Optional[pulumi.Input[str]]):
|
1988
|
+
pulumi.set(self, "prefix", value)
|
1989
|
+
|
1990
|
+
@property
|
1991
|
+
@pulumi.getter
|
1992
|
+
def suffix(self) -> Optional[pulumi.Input[str]]:
|
1993
|
+
"""
|
1994
|
+
The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead.
|
1995
|
+
Examples:
|
1996
|
+
* abc matches the value xyz.abc
|
1997
|
+
"""
|
1998
|
+
return pulumi.get(self, "suffix")
|
1999
|
+
|
2000
|
+
@suffix.setter
|
2001
|
+
def suffix(self, value: Optional[pulumi.Input[str]]):
|
2002
|
+
pulumi.set(self, "suffix", value)
|
2003
|
+
|
2004
|
+
|
2005
|
+
if not MYPY:
|
2006
|
+
class AuthzPolicyHttpRuleToNotOperationHostArgsDict(TypedDict):
|
2007
|
+
contains: NotRequired[pulumi.Input[str]]
|
2008
|
+
"""
|
2009
|
+
The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead.
|
2010
|
+
Examples:
|
2011
|
+
* abc matches the value xyz.abc.def
|
2012
|
+
"""
|
2013
|
+
exact: NotRequired[pulumi.Input[str]]
|
2014
|
+
"""
|
2015
|
+
The input string must match exactly the string specified here.
|
2016
|
+
Examples:
|
2017
|
+
* abc only matches the value abc.
|
2018
|
+
"""
|
2019
|
+
ignore_case: NotRequired[pulumi.Input[bool]]
|
2020
|
+
"""
|
2021
|
+
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
|
2022
|
+
"""
|
2023
|
+
prefix: NotRequired[pulumi.Input[str]]
|
2024
|
+
"""
|
2025
|
+
The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2026
|
+
Examples:
|
2027
|
+
* abc matches the value abc.xyz
|
2028
|
+
"""
|
2029
|
+
suffix: NotRequired[pulumi.Input[str]]
|
2030
|
+
"""
|
2031
|
+
The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2032
|
+
Examples:
|
2033
|
+
* abc matches the value xyz.abc
|
2034
|
+
"""
|
2035
|
+
elif False:
|
2036
|
+
AuthzPolicyHttpRuleToNotOperationHostArgsDict: TypeAlias = Mapping[str, Any]
|
2037
|
+
|
2038
|
+
@pulumi.input_type
|
2039
|
+
class AuthzPolicyHttpRuleToNotOperationHostArgs:
|
2040
|
+
def __init__(__self__, *,
|
2041
|
+
contains: Optional[pulumi.Input[str]] = None,
|
2042
|
+
exact: Optional[pulumi.Input[str]] = None,
|
2043
|
+
ignore_case: Optional[pulumi.Input[bool]] = None,
|
2044
|
+
prefix: Optional[pulumi.Input[str]] = None,
|
2045
|
+
suffix: Optional[pulumi.Input[str]] = None):
|
2046
|
+
"""
|
2047
|
+
:param pulumi.Input[str] contains: The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead.
|
2048
|
+
Examples:
|
2049
|
+
* abc matches the value xyz.abc.def
|
2050
|
+
:param pulumi.Input[str] exact: The input string must match exactly the string specified here.
|
2051
|
+
Examples:
|
2052
|
+
* abc only matches the value abc.
|
2053
|
+
:param pulumi.Input[bool] ignore_case: If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
|
2054
|
+
:param pulumi.Input[str] prefix: The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2055
|
+
Examples:
|
2056
|
+
* abc matches the value abc.xyz
|
2057
|
+
:param pulumi.Input[str] suffix: The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2058
|
+
Examples:
|
2059
|
+
* abc matches the value xyz.abc
|
2060
|
+
"""
|
2061
|
+
if contains is not None:
|
2062
|
+
pulumi.set(__self__, "contains", contains)
|
2063
|
+
if exact is not None:
|
2064
|
+
pulumi.set(__self__, "exact", exact)
|
2065
|
+
if ignore_case is not None:
|
2066
|
+
pulumi.set(__self__, "ignore_case", ignore_case)
|
2067
|
+
if prefix is not None:
|
2068
|
+
pulumi.set(__self__, "prefix", prefix)
|
2069
|
+
if suffix is not None:
|
2070
|
+
pulumi.set(__self__, "suffix", suffix)
|
2071
|
+
|
2072
|
+
@property
|
2073
|
+
@pulumi.getter
|
2074
|
+
def contains(self) -> Optional[pulumi.Input[str]]:
|
2075
|
+
"""
|
2076
|
+
The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead.
|
2077
|
+
Examples:
|
2078
|
+
* abc matches the value xyz.abc.def
|
2079
|
+
"""
|
2080
|
+
return pulumi.get(self, "contains")
|
2081
|
+
|
2082
|
+
@contains.setter
|
2083
|
+
def contains(self, value: Optional[pulumi.Input[str]]):
|
2084
|
+
pulumi.set(self, "contains", value)
|
2085
|
+
|
2086
|
+
@property
|
2087
|
+
@pulumi.getter
|
2088
|
+
def exact(self) -> Optional[pulumi.Input[str]]:
|
2089
|
+
"""
|
2090
|
+
The input string must match exactly the string specified here.
|
2091
|
+
Examples:
|
2092
|
+
* abc only matches the value abc.
|
2093
|
+
"""
|
2094
|
+
return pulumi.get(self, "exact")
|
2095
|
+
|
2096
|
+
@exact.setter
|
2097
|
+
def exact(self, value: Optional[pulumi.Input[str]]):
|
2098
|
+
pulumi.set(self, "exact", value)
|
2099
|
+
|
2100
|
+
@property
|
2101
|
+
@pulumi.getter(name="ignoreCase")
|
2102
|
+
def ignore_case(self) -> Optional[pulumi.Input[bool]]:
|
2103
|
+
"""
|
2104
|
+
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
|
2105
|
+
"""
|
2106
|
+
return pulumi.get(self, "ignore_case")
|
2107
|
+
|
2108
|
+
@ignore_case.setter
|
2109
|
+
def ignore_case(self, value: Optional[pulumi.Input[bool]]):
|
2110
|
+
pulumi.set(self, "ignore_case", value)
|
2111
|
+
|
2112
|
+
@property
|
2113
|
+
@pulumi.getter
|
2114
|
+
def prefix(self) -> Optional[pulumi.Input[str]]:
|
2115
|
+
"""
|
2116
|
+
The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2117
|
+
Examples:
|
2118
|
+
* abc matches the value abc.xyz
|
2119
|
+
"""
|
2120
|
+
return pulumi.get(self, "prefix")
|
2121
|
+
|
2122
|
+
@prefix.setter
|
2123
|
+
def prefix(self, value: Optional[pulumi.Input[str]]):
|
2124
|
+
pulumi.set(self, "prefix", value)
|
2125
|
+
|
2126
|
+
@property
|
2127
|
+
@pulumi.getter
|
2128
|
+
def suffix(self) -> Optional[pulumi.Input[str]]:
|
2129
|
+
"""
|
2130
|
+
The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2131
|
+
Examples:
|
2132
|
+
* abc matches the value xyz.abc
|
2133
|
+
"""
|
2134
|
+
return pulumi.get(self, "suffix")
|
2135
|
+
|
2136
|
+
@suffix.setter
|
2137
|
+
def suffix(self, value: Optional[pulumi.Input[str]]):
|
2138
|
+
pulumi.set(self, "suffix", value)
|
2139
|
+
|
2140
|
+
|
2141
|
+
if not MYPY:
|
2142
|
+
class AuthzPolicyHttpRuleToNotOperationPathArgsDict(TypedDict):
|
2143
|
+
contains: NotRequired[pulumi.Input[str]]
|
2144
|
+
"""
|
2145
|
+
The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead.
|
2146
|
+
Examples:
|
2147
|
+
* abc matches the value xyz.abc.def
|
2148
|
+
"""
|
2149
|
+
exact: NotRequired[pulumi.Input[str]]
|
2150
|
+
"""
|
2151
|
+
The input string must match exactly the string specified here.
|
2152
|
+
Examples:
|
2153
|
+
* abc only matches the value abc.
|
2154
|
+
"""
|
2155
|
+
ignore_case: NotRequired[pulumi.Input[bool]]
|
2156
|
+
"""
|
2157
|
+
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
|
2158
|
+
"""
|
2159
|
+
prefix: NotRequired[pulumi.Input[str]]
|
2160
|
+
"""
|
2161
|
+
The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2162
|
+
Examples:
|
2163
|
+
* abc matches the value abc.xyz
|
2164
|
+
"""
|
2165
|
+
suffix: NotRequired[pulumi.Input[str]]
|
2166
|
+
"""
|
2167
|
+
The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2168
|
+
Examples:
|
2169
|
+
* abc matches the value xyz.abc
|
2170
|
+
"""
|
2171
|
+
elif False:
|
2172
|
+
AuthzPolicyHttpRuleToNotOperationPathArgsDict: TypeAlias = Mapping[str, Any]
|
2173
|
+
|
2174
|
+
@pulumi.input_type
|
2175
|
+
class AuthzPolicyHttpRuleToNotOperationPathArgs:
|
2176
|
+
def __init__(__self__, *,
|
2177
|
+
contains: Optional[pulumi.Input[str]] = None,
|
2178
|
+
exact: Optional[pulumi.Input[str]] = None,
|
2179
|
+
ignore_case: Optional[pulumi.Input[bool]] = None,
|
2180
|
+
prefix: Optional[pulumi.Input[str]] = None,
|
2181
|
+
suffix: Optional[pulumi.Input[str]] = None):
|
2182
|
+
"""
|
2183
|
+
:param pulumi.Input[str] contains: The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead.
|
2184
|
+
Examples:
|
2185
|
+
* abc matches the value xyz.abc.def
|
2186
|
+
:param pulumi.Input[str] exact: The input string must match exactly the string specified here.
|
2187
|
+
Examples:
|
2188
|
+
* abc only matches the value abc.
|
2189
|
+
:param pulumi.Input[bool] ignore_case: If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
|
2190
|
+
:param pulumi.Input[str] prefix: The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2191
|
+
Examples:
|
2192
|
+
* abc matches the value abc.xyz
|
2193
|
+
:param pulumi.Input[str] suffix: The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2194
|
+
Examples:
|
2195
|
+
* abc matches the value xyz.abc
|
2196
|
+
"""
|
2197
|
+
if contains is not None:
|
2198
|
+
pulumi.set(__self__, "contains", contains)
|
2199
|
+
if exact is not None:
|
2200
|
+
pulumi.set(__self__, "exact", exact)
|
2201
|
+
if ignore_case is not None:
|
2202
|
+
pulumi.set(__self__, "ignore_case", ignore_case)
|
2203
|
+
if prefix is not None:
|
2204
|
+
pulumi.set(__self__, "prefix", prefix)
|
2205
|
+
if suffix is not None:
|
2206
|
+
pulumi.set(__self__, "suffix", suffix)
|
2207
|
+
|
2208
|
+
@property
|
2209
|
+
@pulumi.getter
|
2210
|
+
def contains(self) -> Optional[pulumi.Input[str]]:
|
2211
|
+
"""
|
2212
|
+
The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead.
|
2213
|
+
Examples:
|
2214
|
+
* abc matches the value xyz.abc.def
|
2215
|
+
"""
|
2216
|
+
return pulumi.get(self, "contains")
|
2217
|
+
|
2218
|
+
@contains.setter
|
2219
|
+
def contains(self, value: Optional[pulumi.Input[str]]):
|
2220
|
+
pulumi.set(self, "contains", value)
|
2221
|
+
|
2222
|
+
@property
|
2223
|
+
@pulumi.getter
|
2224
|
+
def exact(self) -> Optional[pulumi.Input[str]]:
|
2225
|
+
"""
|
2226
|
+
The input string must match exactly the string specified here.
|
2227
|
+
Examples:
|
2228
|
+
* abc only matches the value abc.
|
2229
|
+
"""
|
2230
|
+
return pulumi.get(self, "exact")
|
2231
|
+
|
2232
|
+
@exact.setter
|
2233
|
+
def exact(self, value: Optional[pulumi.Input[str]]):
|
2234
|
+
pulumi.set(self, "exact", value)
|
2235
|
+
|
2236
|
+
@property
|
2237
|
+
@pulumi.getter(name="ignoreCase")
|
2238
|
+
def ignore_case(self) -> Optional[pulumi.Input[bool]]:
|
2239
|
+
"""
|
2240
|
+
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
|
2241
|
+
"""
|
2242
|
+
return pulumi.get(self, "ignore_case")
|
2243
|
+
|
2244
|
+
@ignore_case.setter
|
2245
|
+
def ignore_case(self, value: Optional[pulumi.Input[bool]]):
|
2246
|
+
pulumi.set(self, "ignore_case", value)
|
2247
|
+
|
2248
|
+
@property
|
2249
|
+
@pulumi.getter
|
2250
|
+
def prefix(self) -> Optional[pulumi.Input[str]]:
|
2251
|
+
"""
|
2252
|
+
The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2253
|
+
Examples:
|
2254
|
+
* abc matches the value abc.xyz
|
2255
|
+
"""
|
2256
|
+
return pulumi.get(self, "prefix")
|
2257
|
+
|
2258
|
+
@prefix.setter
|
2259
|
+
def prefix(self, value: Optional[pulumi.Input[str]]):
|
2260
|
+
pulumi.set(self, "prefix", value)
|
2261
|
+
|
2262
|
+
@property
|
2263
|
+
@pulumi.getter
|
2264
|
+
def suffix(self) -> Optional[pulumi.Input[str]]:
|
2265
|
+
"""
|
2266
|
+
The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead.
|
2267
|
+
Examples:
|
2268
|
+
* abc matches the value xyz.abc
|
2269
|
+
"""
|
2270
|
+
return pulumi.get(self, "suffix")
|
2271
|
+
|
2272
|
+
@suffix.setter
|
2273
|
+
def suffix(self, value: Optional[pulumi.Input[str]]):
|
2274
|
+
pulumi.set(self, "suffix", value)
|
2275
|
+
|
2276
|
+
|
1634
2277
|
if not MYPY:
|
1635
2278
|
class AuthzPolicyHttpRuleToOperationArgsDict(TypedDict):
|
1636
2279
|
header_set: NotRequired[pulumi.Input['AuthzPolicyHttpRuleToOperationHeaderSetArgsDict']]
|
@@ -2547,7 +3190,9 @@ if not MYPY:
|
|
2547
3190
|
name: NotRequired[pulumi.Input[str]]
|
2548
3191
|
"""
|
2549
3192
|
(Output)
|
2550
|
-
|
3193
|
+
The connected endpoint group's resource name, for example:
|
3194
|
+
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
3195
|
+
See https://google.aip.dev/124.
|
2551
3196
|
"""
|
2552
3197
|
elif False:
|
2553
3198
|
InterceptDeploymentGroupConnectedEndpointGroupArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2558,7 +3203,9 @@ class InterceptDeploymentGroupConnectedEndpointGroupArgs:
|
|
2558
3203
|
name: Optional[pulumi.Input[str]] = None):
|
2559
3204
|
"""
|
2560
3205
|
:param pulumi.Input[str] name: (Output)
|
2561
|
-
|
3206
|
+
The connected endpoint group's resource name, for example:
|
3207
|
+
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
3208
|
+
See https://google.aip.dev/124.
|
2562
3209
|
"""
|
2563
3210
|
if name is not None:
|
2564
3211
|
pulumi.set(__self__, "name", name)
|
@@ -2568,7 +3215,9 @@ class InterceptDeploymentGroupConnectedEndpointGroupArgs:
|
|
2568
3215
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2569
3216
|
"""
|
2570
3217
|
(Output)
|
2571
|
-
|
3218
|
+
The connected endpoint group's resource name, for example:
|
3219
|
+
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
3220
|
+
See https://google.aip.dev/124.
|
2572
3221
|
"""
|
2573
3222
|
return pulumi.get(self, "name")
|
2574
3223
|
|
@@ -2581,7 +3230,7 @@ if not MYPY:
|
|
2581
3230
|
class InterceptEndpointGroupAssociationLocationsDetailArgsDict(TypedDict):
|
2582
3231
|
location: NotRequired[pulumi.Input[str]]
|
2583
3232
|
"""
|
2584
|
-
The location of the
|
3233
|
+
The cloud location of the association, currently restricted to `global`.
|
2585
3234
|
|
2586
3235
|
|
2587
3236
|
- - -
|
@@ -2589,7 +3238,7 @@ if not MYPY:
|
|
2589
3238
|
state: NotRequired[pulumi.Input[str]]
|
2590
3239
|
"""
|
2591
3240
|
(Output)
|
2592
|
-
The
|
3241
|
+
The current state of the association in this location.
|
2593
3242
|
Possible values:
|
2594
3243
|
STATE_UNSPECIFIED
|
2595
3244
|
ACTIVE
|
@@ -2604,12 +3253,12 @@ class InterceptEndpointGroupAssociationLocationsDetailArgs:
|
|
2604
3253
|
location: Optional[pulumi.Input[str]] = None,
|
2605
3254
|
state: Optional[pulumi.Input[str]] = None):
|
2606
3255
|
"""
|
2607
|
-
:param pulumi.Input[str] location: The location of the
|
3256
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
2608
3257
|
|
2609
3258
|
|
2610
3259
|
- - -
|
2611
3260
|
:param pulumi.Input[str] state: (Output)
|
2612
|
-
The
|
3261
|
+
The current state of the association in this location.
|
2613
3262
|
Possible values:
|
2614
3263
|
STATE_UNSPECIFIED
|
2615
3264
|
ACTIVE
|
@@ -2624,7 +3273,7 @@ class InterceptEndpointGroupAssociationLocationsDetailArgs:
|
|
2624
3273
|
@pulumi.getter
|
2625
3274
|
def location(self) -> Optional[pulumi.Input[str]]:
|
2626
3275
|
"""
|
2627
|
-
The location of the
|
3276
|
+
The cloud location of the association, currently restricted to `global`.
|
2628
3277
|
|
2629
3278
|
|
2630
3279
|
- - -
|
@@ -2640,7 +3289,7 @@ class InterceptEndpointGroupAssociationLocationsDetailArgs:
|
|
2640
3289
|
def state(self) -> Optional[pulumi.Input[str]]:
|
2641
3290
|
"""
|
2642
3291
|
(Output)
|
2643
|
-
The
|
3292
|
+
The current state of the association in this location.
|
2644
3293
|
Possible values:
|
2645
3294
|
STATE_UNSPECIFIED
|
2646
3295
|
ACTIVE
|
@@ -2658,7 +3307,9 @@ if not MYPY:
|
|
2658
3307
|
name: NotRequired[pulumi.Input[str]]
|
2659
3308
|
"""
|
2660
3309
|
(Output)
|
2661
|
-
|
3310
|
+
The connected endpoint group's resource name, for example:
|
3311
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
3312
|
+
See https://google.aip.dev/124.
|
2662
3313
|
"""
|
2663
3314
|
elif False:
|
2664
3315
|
MirroringDeploymentGroupConnectedEndpointGroupArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2669,7 +3320,9 @@ class MirroringDeploymentGroupConnectedEndpointGroupArgs:
|
|
2669
3320
|
name: Optional[pulumi.Input[str]] = None):
|
2670
3321
|
"""
|
2671
3322
|
:param pulumi.Input[str] name: (Output)
|
2672
|
-
|
3323
|
+
The connected endpoint group's resource name, for example:
|
3324
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
3325
|
+
See https://google.aip.dev/124.
|
2673
3326
|
"""
|
2674
3327
|
if name is not None:
|
2675
3328
|
pulumi.set(__self__, "name", name)
|
@@ -2679,7 +3332,9 @@ class MirroringDeploymentGroupConnectedEndpointGroupArgs:
|
|
2679
3332
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2680
3333
|
"""
|
2681
3334
|
(Output)
|
2682
|
-
|
3335
|
+
The connected endpoint group's resource name, for example:
|
3336
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
3337
|
+
See https://google.aip.dev/124.
|
2683
3338
|
"""
|
2684
3339
|
return pulumi.get(self, "name")
|
2685
3340
|
|
@@ -2692,7 +3347,7 @@ if not MYPY:
|
|
2692
3347
|
class MirroringEndpointGroupAssociationLocationsDetailArgsDict(TypedDict):
|
2693
3348
|
location: NotRequired[pulumi.Input[str]]
|
2694
3349
|
"""
|
2695
|
-
|
3350
|
+
The cloud location of the association, currently restricted to `global`.
|
2696
3351
|
|
2697
3352
|
|
2698
3353
|
- - -
|
@@ -2700,7 +3355,7 @@ if not MYPY:
|
|
2700
3355
|
state: NotRequired[pulumi.Input[str]]
|
2701
3356
|
"""
|
2702
3357
|
(Output)
|
2703
|
-
|
3358
|
+
The current state of the association in this location.
|
2704
3359
|
Possible values:
|
2705
3360
|
STATE_UNSPECIFIED
|
2706
3361
|
ACTIVE
|
@@ -2715,12 +3370,12 @@ class MirroringEndpointGroupAssociationLocationsDetailArgs:
|
|
2715
3370
|
location: Optional[pulumi.Input[str]] = None,
|
2716
3371
|
state: Optional[pulumi.Input[str]] = None):
|
2717
3372
|
"""
|
2718
|
-
:param pulumi.Input[str] location:
|
3373
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
2719
3374
|
|
2720
3375
|
|
2721
3376
|
- - -
|
2722
3377
|
:param pulumi.Input[str] state: (Output)
|
2723
|
-
|
3378
|
+
The current state of the association in this location.
|
2724
3379
|
Possible values:
|
2725
3380
|
STATE_UNSPECIFIED
|
2726
3381
|
ACTIVE
|
@@ -2735,7 +3390,7 @@ class MirroringEndpointGroupAssociationLocationsDetailArgs:
|
|
2735
3390
|
@pulumi.getter
|
2736
3391
|
def location(self) -> Optional[pulumi.Input[str]]:
|
2737
3392
|
"""
|
2738
|
-
|
3393
|
+
The cloud location of the association, currently restricted to `global`.
|
2739
3394
|
|
2740
3395
|
|
2741
3396
|
- - -
|
@@ -2751,7 +3406,7 @@ class MirroringEndpointGroupAssociationLocationsDetailArgs:
|
|
2751
3406
|
def state(self) -> Optional[pulumi.Input[str]]:
|
2752
3407
|
"""
|
2753
3408
|
(Output)
|
2754
|
-
|
3409
|
+
The current state of the association in this location.
|
2755
3410
|
Possible values:
|
2756
3411
|
STATE_UNSPECIFIED
|
2757
3412
|
ACTIVE
|