pulumi-gcp 8.22.0a1741888019__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 +32 -0
- pulumi_gcp/alloydb/_inputs.py +27 -1
- pulumi_gcp/alloydb/outputs.py +33 -2
- pulumi_gcp/applicationintegration/client.py +18 -24
- 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/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/firewall_policy.py +20 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/subnetwork.py +109 -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 +3 -3
- pulumi_gcp/container/get_attached_versions.py +2 -2
- pulumi_gcp/container/outputs.py +4 -4
- 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/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/_inputs.py +1758 -0
- pulumi_gcp/eventarc/outputs.py +1337 -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/hosting_version.py +2 -2
- pulumi_gcp/firebase/outputs.py +127 -0
- 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/uptime_check_config.py +2 -2
- pulumi_gcp/networksecurity/_inputs.py +643 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
- pulumi_gcp/networksecurity/mirroring_deployment.py +22 -0
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +20 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +24 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +28 -0
- pulumi_gcp/networksecurity/outputs.py +475 -0
- pulumi_gcp/networksecurity/tls_inspection_policy.py +14 -0
- pulumi_gcp/networkservices/gateway.py +242 -120
- 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/workflows/workflow.py +75 -7
- {pulumi_gcp-8.22.0a1741888019.dist-info → pulumi_gcp-8.23.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.22.0a1741888019.dist-info → pulumi_gcp-8.23.0.dist-info}/RECORD +69 -63
- {pulumi_gcp-8.22.0a1741888019.dist-info → pulumi_gcp-8.23.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.22.0a1741888019.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']]
|