pulumi-azure-native 2.55.0a1723193023__py3-none-any.whl → 2.56.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_azure_native/__init__.py +52 -1
- pulumi_azure_native/cdn/__init__.py +7 -0
- pulumi_azure_native/cdn/_enums.py +8 -0
- pulumi_azure_native/cdn/_inputs.py +58 -0
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/afd_target_group.py +240 -0
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_afd_target_group.py +166 -0
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_key_group.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/get_tunnel_policy.py +192 -0
- pulumi_azure_native/cdn/key_group.py +3 -3
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/outputs.py +53 -0
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/cdn/tunnel_policy.py +299 -0
- pulumi_azure_native/cdn/v20200901/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20200901/profile.py +1 -1
- pulumi_azure_native/cdn/v20200901/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/policy.py +1 -1
- pulumi_azure_native/cdn/v20230501/profile.py +1 -1
- pulumi_azure_native/cdn/v20230501/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230501/secret.py +1 -1
- pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/key_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/profile.py +1 -1
- pulumi_azure_native/cdn/v20240201/route.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240201/secret.py +1 -1
- pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/key_group.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/route.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/__init__.py +47 -0
- pulumi_azure_native/cdn/v20240601preview/_enums.py +910 -0
- pulumi_azure_native/cdn/v20240601preview/_inputs.py +8517 -0
- pulumi_azure_native/cdn/v20240601preview/afd_custom_domain.py +423 -0
- pulumi_azure_native/cdn/v20240601preview/afd_endpoint.py +343 -0
- pulumi_azure_native/cdn/v20240601preview/afd_origin.py +542 -0
- pulumi_azure_native/cdn/v20240601preview/afd_origin_group.py +334 -0
- pulumi_azure_native/cdn/v20240601preview/afd_target_group.py +238 -0
- pulumi_azure_native/cdn/v20240601preview/custom_domain.py +301 -0
- pulumi_azure_native/cdn/v20240601preview/endpoint.py +767 -0
- pulumi_azure_native/cdn/v20240601preview/get_afd_custom_domain.py +281 -0
- pulumi_azure_native/cdn/v20240601preview/get_afd_endpoint.py +229 -0
- pulumi_azure_native/cdn/v20240601preview/get_afd_origin.py +299 -0
- pulumi_azure_native/cdn/v20240601preview/get_afd_origin_group.py +216 -0
- pulumi_azure_native/cdn/v20240601preview/get_afd_target_group.py +164 -0
- pulumi_azure_native/cdn/v20240601preview/get_custom_domain.py +224 -0
- pulumi_azure_native/cdn/v20240601preview/get_endpoint.py +414 -0
- pulumi_azure_native/cdn/v20240601preview/get_key_group.py +164 -0
- pulumi_azure_native/cdn/v20240601preview/get_origin.py +315 -0
- pulumi_azure_native/cdn/v20240601preview/get_origin_group.py +211 -0
- pulumi_azure_native/cdn/v20240601preview/get_policy.py +276 -0
- pulumi_azure_native/cdn/v20240601preview/get_profile.py +266 -0
- pulumi_azure_native/cdn/v20240601preview/get_profile_supported_optimization_types.py +83 -0
- pulumi_azure_native/cdn/v20240601preview/get_route.py +325 -0
- pulumi_azure_native/cdn/v20240601preview/get_rule.py +221 -0
- pulumi_azure_native/cdn/v20240601preview/get_rule_set.py +164 -0
- pulumi_azure_native/cdn/v20240601preview/get_secret.py +177 -0
- pulumi_azure_native/cdn/v20240601preview/get_security_policy.py +177 -0
- pulumi_azure_native/cdn/v20240601preview/get_tunnel_policy.py +190 -0
- pulumi_azure_native/cdn/v20240601preview/key_group.py +237 -0
- pulumi_azure_native/cdn/v20240601preview/origin.py +561 -0
- pulumi_azure_native/cdn/v20240601preview/origin_group.py +350 -0
- pulumi_azure_native/cdn/v20240601preview/outputs.py +7442 -0
- pulumi_azure_native/cdn/v20240601preview/policy.py +441 -0
- pulumi_azure_native/cdn/v20240601preview/profile.py +396 -0
- pulumi_azure_native/cdn/v20240601preview/route.py +600 -0
- pulumi_azure_native/cdn/v20240601preview/rule.py +361 -0
- pulumi_azure_native/cdn/v20240601preview/rule_set.py +216 -0
- pulumi_azure_native/cdn/v20240601preview/secret.py +246 -0
- pulumi_azure_native/cdn/v20240601preview/security_policy.py +246 -0
- pulumi_azure_native/cdn/v20240601preview/tunnel_policy.py +297 -0
- pulumi_azure_native/confidentialledger/__init__.py +3 -0
- pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
- pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
- pulumi_azure_native/confidentialledger/ledger.py +3 -3
- pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
- pulumi_azure_native/confidentialledger/v20220513/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20230126preview/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py +1 -1
- pulumi_azure_native/confidentialledger/v20230628preview/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py +1 -1
- pulumi_azure_native/confidentialledger/v20240709preview/__init__.py +14 -0
- pulumi_azure_native/confidentialledger/v20240709preview/_enums.py +59 -0
- pulumi_azure_native/confidentialledger/v20240709preview/_inputs.py +621 -0
- pulumi_azure_native/confidentialledger/v20240709preview/get_ledger.py +162 -0
- pulumi_azure_native/confidentialledger/v20240709preview/get_managed_ccf.py +162 -0
- pulumi_azure_native/confidentialledger/v20240709preview/ledger.py +258 -0
- pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py +258 -0
- pulumi_azure_native/confidentialledger/v20240709preview/outputs.py +730 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/resources/__init__.py +3 -0
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/resources/v20220901/deployment.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/resource.py +1 -1
- pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
- pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/resource.py +1 -1
- pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/resource.py +1 -1
- pulumi_azure_native/resources/v20240301/resource_group.py +1 -1
- pulumi_azure_native/resources/v20240301/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/__init__.py +26 -0
- pulumi_azure_native/resources/v20240701/_enums.py +55 -0
- pulumi_azure_native/resources/v20240701/_inputs.py +1082 -0
- pulumi_azure_native/resources/v20240701/deployment.py +249 -0
- pulumi_azure_native/resources/v20240701/deployment_at_management_group_scope.py +249 -0
- pulumi_azure_native/resources/v20240701/deployment_at_scope.py +249 -0
- pulumi_azure_native/resources/v20240701/deployment_at_subscription_scope.py +228 -0
- pulumi_azure_native/resources/v20240701/deployment_at_tenant_scope.py +228 -0
- pulumi_azure_native/resources/v20240701/get_deployment.py +149 -0
- pulumi_azure_native/resources/v20240701/get_deployment_at_management_group_scope.py +149 -0
- pulumi_azure_native/resources/v20240701/get_deployment_at_scope.py +149 -0
- pulumi_azure_native/resources/v20240701/get_deployment_at_subscription_scope.py +144 -0
- pulumi_azure_native/resources/v20240701/get_deployment_at_tenant_scope.py +144 -0
- pulumi_azure_native/resources/v20240701/get_resource.py +242 -0
- pulumi_azure_native/resources/v20240701/get_resource_group.py +157 -0
- pulumi_azure_native/resources/v20240701/get_tag_at_scope.py +118 -0
- pulumi_azure_native/resources/v20240701/outputs.py +1938 -0
- pulumi_azure_native/resources/v20240701/resource.py +485 -0
- pulumi_azure_native/resources/v20240701/resource_group.py +235 -0
- pulumi_azure_native/resources/v20240701/tag_at_scope.py +170 -0
- pulumi_azure_native/storage/blob.py +3 -3
- {pulumi_azure_native-2.55.0a1723193023.dist-info → pulumi_azure_native-2.56.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.55.0a1723193023.dist-info → pulumi_azure_native-2.56.0.dist-info}/RECORD +234 -161
- {pulumi_azure_native-2.55.0a1723193023.dist-info → pulumi_azure_native-2.56.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.55.0a1723193023.dist-info → pulumi_azure_native-2.56.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,542 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['AFDOriginArgs', 'AFDOrigin']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class AFDOriginArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
host_name: pulumi.Input[str],
|
|
26
|
+
origin_group_name: pulumi.Input[str],
|
|
27
|
+
profile_name: pulumi.Input[str],
|
|
28
|
+
resource_group_name: pulumi.Input[str],
|
|
29
|
+
azure_origin: Optional[pulumi.Input['ResourceReferenceArgs']] = None,
|
|
30
|
+
enabled_state: Optional[pulumi.Input[Union[str, 'EnabledState']]] = None,
|
|
31
|
+
enforce_certificate_name_check: Optional[pulumi.Input[bool]] = None,
|
|
32
|
+
http_port: Optional[pulumi.Input[int]] = None,
|
|
33
|
+
https_port: Optional[pulumi.Input[int]] = None,
|
|
34
|
+
origin_host_header: Optional[pulumi.Input[str]] = None,
|
|
35
|
+
origin_name: Optional[pulumi.Input[str]] = None,
|
|
36
|
+
priority: Optional[pulumi.Input[int]] = None,
|
|
37
|
+
shared_private_link_resource: Optional[pulumi.Input['SharedPrivateLinkResourcePropertiesArgs']] = None,
|
|
38
|
+
weight: Optional[pulumi.Input[int]] = None):
|
|
39
|
+
"""
|
|
40
|
+
The set of arguments for constructing a AFDOrigin resource.
|
|
41
|
+
:param pulumi.Input[str] host_name: The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.
|
|
42
|
+
:param pulumi.Input[str] origin_group_name: Name of the origin group which is unique within the profile.
|
|
43
|
+
:param pulumi.Input[str] profile_name: Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
44
|
+
:param pulumi.Input[str] resource_group_name: Name of the Resource group within the Azure subscription.
|
|
45
|
+
:param pulumi.Input['ResourceReferenceArgs'] azure_origin: Resource reference to the Azure origin resource.
|
|
46
|
+
:param pulumi.Input[Union[str, 'EnabledState']] enabled_state: Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.
|
|
47
|
+
:param pulumi.Input[bool] enforce_certificate_name_check: Whether to enable certificate name check at origin level
|
|
48
|
+
:param pulumi.Input[int] http_port: The value of the HTTP port. Must be between 1 and 65535.
|
|
49
|
+
:param pulumi.Input[int] https_port: The value of the HTTPS port. Must be between 1 and 65535.
|
|
50
|
+
:param pulumi.Input[str] origin_host_header: The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint
|
|
51
|
+
:param pulumi.Input[str] origin_name: Name of the origin that is unique within the profile.
|
|
52
|
+
:param pulumi.Input[int] priority: Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5
|
|
53
|
+
:param pulumi.Input['SharedPrivateLinkResourcePropertiesArgs'] shared_private_link_resource: The properties of the private link resource for private origin.
|
|
54
|
+
:param pulumi.Input[int] weight: Weight of the origin in given origin group for load balancing. Must be between 1 and 1000
|
|
55
|
+
"""
|
|
56
|
+
pulumi.set(__self__, "host_name", host_name)
|
|
57
|
+
pulumi.set(__self__, "origin_group_name", origin_group_name)
|
|
58
|
+
pulumi.set(__self__, "profile_name", profile_name)
|
|
59
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
60
|
+
if azure_origin is not None:
|
|
61
|
+
pulumi.set(__self__, "azure_origin", azure_origin)
|
|
62
|
+
if enabled_state is not None:
|
|
63
|
+
pulumi.set(__self__, "enabled_state", enabled_state)
|
|
64
|
+
if enforce_certificate_name_check is None:
|
|
65
|
+
enforce_certificate_name_check = True
|
|
66
|
+
if enforce_certificate_name_check is not None:
|
|
67
|
+
pulumi.set(__self__, "enforce_certificate_name_check", enforce_certificate_name_check)
|
|
68
|
+
if http_port is None:
|
|
69
|
+
http_port = 80
|
|
70
|
+
if http_port is not None:
|
|
71
|
+
pulumi.set(__self__, "http_port", http_port)
|
|
72
|
+
if https_port is None:
|
|
73
|
+
https_port = 443
|
|
74
|
+
if https_port is not None:
|
|
75
|
+
pulumi.set(__self__, "https_port", https_port)
|
|
76
|
+
if origin_host_header is not None:
|
|
77
|
+
pulumi.set(__self__, "origin_host_header", origin_host_header)
|
|
78
|
+
if origin_name is not None:
|
|
79
|
+
pulumi.set(__self__, "origin_name", origin_name)
|
|
80
|
+
if priority is not None:
|
|
81
|
+
pulumi.set(__self__, "priority", priority)
|
|
82
|
+
if shared_private_link_resource is not None:
|
|
83
|
+
pulumi.set(__self__, "shared_private_link_resource", shared_private_link_resource)
|
|
84
|
+
if weight is not None:
|
|
85
|
+
pulumi.set(__self__, "weight", weight)
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter(name="hostName")
|
|
89
|
+
def host_name(self) -> pulumi.Input[str]:
|
|
90
|
+
"""
|
|
91
|
+
The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "host_name")
|
|
94
|
+
|
|
95
|
+
@host_name.setter
|
|
96
|
+
def host_name(self, value: pulumi.Input[str]):
|
|
97
|
+
pulumi.set(self, "host_name", value)
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="originGroupName")
|
|
101
|
+
def origin_group_name(self) -> pulumi.Input[str]:
|
|
102
|
+
"""
|
|
103
|
+
Name of the origin group which is unique within the profile.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "origin_group_name")
|
|
106
|
+
|
|
107
|
+
@origin_group_name.setter
|
|
108
|
+
def origin_group_name(self, value: pulumi.Input[str]):
|
|
109
|
+
pulumi.set(self, "origin_group_name", value)
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter(name="profileName")
|
|
113
|
+
def profile_name(self) -> pulumi.Input[str]:
|
|
114
|
+
"""
|
|
115
|
+
Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "profile_name")
|
|
118
|
+
|
|
119
|
+
@profile_name.setter
|
|
120
|
+
def profile_name(self, value: pulumi.Input[str]):
|
|
121
|
+
pulumi.set(self, "profile_name", value)
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter(name="resourceGroupName")
|
|
125
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
126
|
+
"""
|
|
127
|
+
Name of the Resource group within the Azure subscription.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "resource_group_name")
|
|
130
|
+
|
|
131
|
+
@resource_group_name.setter
|
|
132
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
133
|
+
pulumi.set(self, "resource_group_name", value)
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter(name="azureOrigin")
|
|
137
|
+
def azure_origin(self) -> Optional[pulumi.Input['ResourceReferenceArgs']]:
|
|
138
|
+
"""
|
|
139
|
+
Resource reference to the Azure origin resource.
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "azure_origin")
|
|
142
|
+
|
|
143
|
+
@azure_origin.setter
|
|
144
|
+
def azure_origin(self, value: Optional[pulumi.Input['ResourceReferenceArgs']]):
|
|
145
|
+
pulumi.set(self, "azure_origin", value)
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter(name="enabledState")
|
|
149
|
+
def enabled_state(self) -> Optional[pulumi.Input[Union[str, 'EnabledState']]]:
|
|
150
|
+
"""
|
|
151
|
+
Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "enabled_state")
|
|
154
|
+
|
|
155
|
+
@enabled_state.setter
|
|
156
|
+
def enabled_state(self, value: Optional[pulumi.Input[Union[str, 'EnabledState']]]):
|
|
157
|
+
pulumi.set(self, "enabled_state", value)
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="enforceCertificateNameCheck")
|
|
161
|
+
def enforce_certificate_name_check(self) -> Optional[pulumi.Input[bool]]:
|
|
162
|
+
"""
|
|
163
|
+
Whether to enable certificate name check at origin level
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "enforce_certificate_name_check")
|
|
166
|
+
|
|
167
|
+
@enforce_certificate_name_check.setter
|
|
168
|
+
def enforce_certificate_name_check(self, value: Optional[pulumi.Input[bool]]):
|
|
169
|
+
pulumi.set(self, "enforce_certificate_name_check", value)
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter(name="httpPort")
|
|
173
|
+
def http_port(self) -> Optional[pulumi.Input[int]]:
|
|
174
|
+
"""
|
|
175
|
+
The value of the HTTP port. Must be between 1 and 65535.
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "http_port")
|
|
178
|
+
|
|
179
|
+
@http_port.setter
|
|
180
|
+
def http_port(self, value: Optional[pulumi.Input[int]]):
|
|
181
|
+
pulumi.set(self, "http_port", value)
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="httpsPort")
|
|
185
|
+
def https_port(self) -> Optional[pulumi.Input[int]]:
|
|
186
|
+
"""
|
|
187
|
+
The value of the HTTPS port. Must be between 1 and 65535.
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "https_port")
|
|
190
|
+
|
|
191
|
+
@https_port.setter
|
|
192
|
+
def https_port(self, value: Optional[pulumi.Input[int]]):
|
|
193
|
+
pulumi.set(self, "https_port", value)
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="originHostHeader")
|
|
197
|
+
def origin_host_header(self) -> Optional[pulumi.Input[str]]:
|
|
198
|
+
"""
|
|
199
|
+
The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "origin_host_header")
|
|
202
|
+
|
|
203
|
+
@origin_host_header.setter
|
|
204
|
+
def origin_host_header(self, value: Optional[pulumi.Input[str]]):
|
|
205
|
+
pulumi.set(self, "origin_host_header", value)
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="originName")
|
|
209
|
+
def origin_name(self) -> Optional[pulumi.Input[str]]:
|
|
210
|
+
"""
|
|
211
|
+
Name of the origin that is unique within the profile.
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "origin_name")
|
|
214
|
+
|
|
215
|
+
@origin_name.setter
|
|
216
|
+
def origin_name(self, value: Optional[pulumi.Input[str]]):
|
|
217
|
+
pulumi.set(self, "origin_name", value)
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def priority(self) -> Optional[pulumi.Input[int]]:
|
|
222
|
+
"""
|
|
223
|
+
Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "priority")
|
|
226
|
+
|
|
227
|
+
@priority.setter
|
|
228
|
+
def priority(self, value: Optional[pulumi.Input[int]]):
|
|
229
|
+
pulumi.set(self, "priority", value)
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter(name="sharedPrivateLinkResource")
|
|
233
|
+
def shared_private_link_resource(self) -> Optional[pulumi.Input['SharedPrivateLinkResourcePropertiesArgs']]:
|
|
234
|
+
"""
|
|
235
|
+
The properties of the private link resource for private origin.
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "shared_private_link_resource")
|
|
238
|
+
|
|
239
|
+
@shared_private_link_resource.setter
|
|
240
|
+
def shared_private_link_resource(self, value: Optional[pulumi.Input['SharedPrivateLinkResourcePropertiesArgs']]):
|
|
241
|
+
pulumi.set(self, "shared_private_link_resource", value)
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter
|
|
245
|
+
def weight(self) -> Optional[pulumi.Input[int]]:
|
|
246
|
+
"""
|
|
247
|
+
Weight of the origin in given origin group for load balancing. Must be between 1 and 1000
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "weight")
|
|
250
|
+
|
|
251
|
+
@weight.setter
|
|
252
|
+
def weight(self, value: Optional[pulumi.Input[int]]):
|
|
253
|
+
pulumi.set(self, "weight", value)
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
class AFDOrigin(pulumi.CustomResource):
|
|
257
|
+
@overload
|
|
258
|
+
def __init__(__self__,
|
|
259
|
+
resource_name: str,
|
|
260
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
261
|
+
azure_origin: Optional[pulumi.Input[Union['ResourceReferenceArgs', 'ResourceReferenceArgsDict']]] = None,
|
|
262
|
+
enabled_state: Optional[pulumi.Input[Union[str, 'EnabledState']]] = None,
|
|
263
|
+
enforce_certificate_name_check: Optional[pulumi.Input[bool]] = None,
|
|
264
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
|
265
|
+
http_port: Optional[pulumi.Input[int]] = None,
|
|
266
|
+
https_port: Optional[pulumi.Input[int]] = None,
|
|
267
|
+
origin_group_name: Optional[pulumi.Input[str]] = None,
|
|
268
|
+
origin_host_header: Optional[pulumi.Input[str]] = None,
|
|
269
|
+
origin_name: Optional[pulumi.Input[str]] = None,
|
|
270
|
+
priority: Optional[pulumi.Input[int]] = None,
|
|
271
|
+
profile_name: Optional[pulumi.Input[str]] = None,
|
|
272
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
273
|
+
shared_private_link_resource: Optional[pulumi.Input[Union['SharedPrivateLinkResourcePropertiesArgs', 'SharedPrivateLinkResourcePropertiesArgsDict']]] = None,
|
|
274
|
+
weight: Optional[pulumi.Input[int]] = None,
|
|
275
|
+
__props__=None):
|
|
276
|
+
"""
|
|
277
|
+
Azure Front Door origin is the source of the content being delivered via Azure Front Door. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.
|
|
278
|
+
|
|
279
|
+
:param str resource_name: The name of the resource.
|
|
280
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
281
|
+
:param pulumi.Input[Union['ResourceReferenceArgs', 'ResourceReferenceArgsDict']] azure_origin: Resource reference to the Azure origin resource.
|
|
282
|
+
:param pulumi.Input[Union[str, 'EnabledState']] enabled_state: Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.
|
|
283
|
+
:param pulumi.Input[bool] enforce_certificate_name_check: Whether to enable certificate name check at origin level
|
|
284
|
+
:param pulumi.Input[str] host_name: The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.
|
|
285
|
+
:param pulumi.Input[int] http_port: The value of the HTTP port. Must be between 1 and 65535.
|
|
286
|
+
:param pulumi.Input[int] https_port: The value of the HTTPS port. Must be between 1 and 65535.
|
|
287
|
+
:param pulumi.Input[str] origin_group_name: Name of the origin group which is unique within the profile.
|
|
288
|
+
:param pulumi.Input[str] origin_host_header: The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint
|
|
289
|
+
:param pulumi.Input[str] origin_name: Name of the origin that is unique within the profile.
|
|
290
|
+
:param pulumi.Input[int] priority: Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5
|
|
291
|
+
:param pulumi.Input[str] profile_name: Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
292
|
+
:param pulumi.Input[str] resource_group_name: Name of the Resource group within the Azure subscription.
|
|
293
|
+
:param pulumi.Input[Union['SharedPrivateLinkResourcePropertiesArgs', 'SharedPrivateLinkResourcePropertiesArgsDict']] shared_private_link_resource: The properties of the private link resource for private origin.
|
|
294
|
+
:param pulumi.Input[int] weight: Weight of the origin in given origin group for load balancing. Must be between 1 and 1000
|
|
295
|
+
"""
|
|
296
|
+
...
|
|
297
|
+
@overload
|
|
298
|
+
def __init__(__self__,
|
|
299
|
+
resource_name: str,
|
|
300
|
+
args: AFDOriginArgs,
|
|
301
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
302
|
+
"""
|
|
303
|
+
Azure Front Door origin is the source of the content being delivered via Azure Front Door. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.
|
|
304
|
+
|
|
305
|
+
:param str resource_name: The name of the resource.
|
|
306
|
+
:param AFDOriginArgs args: The arguments to use to populate this resource's properties.
|
|
307
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
308
|
+
"""
|
|
309
|
+
...
|
|
310
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
311
|
+
resource_args, opts = _utilities.get_resource_args_opts(AFDOriginArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
312
|
+
if resource_args is not None:
|
|
313
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
314
|
+
else:
|
|
315
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
316
|
+
|
|
317
|
+
def _internal_init(__self__,
|
|
318
|
+
resource_name: str,
|
|
319
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
320
|
+
azure_origin: Optional[pulumi.Input[Union['ResourceReferenceArgs', 'ResourceReferenceArgsDict']]] = None,
|
|
321
|
+
enabled_state: Optional[pulumi.Input[Union[str, 'EnabledState']]] = None,
|
|
322
|
+
enforce_certificate_name_check: Optional[pulumi.Input[bool]] = None,
|
|
323
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
|
324
|
+
http_port: Optional[pulumi.Input[int]] = None,
|
|
325
|
+
https_port: Optional[pulumi.Input[int]] = None,
|
|
326
|
+
origin_group_name: Optional[pulumi.Input[str]] = None,
|
|
327
|
+
origin_host_header: Optional[pulumi.Input[str]] = None,
|
|
328
|
+
origin_name: Optional[pulumi.Input[str]] = None,
|
|
329
|
+
priority: Optional[pulumi.Input[int]] = None,
|
|
330
|
+
profile_name: Optional[pulumi.Input[str]] = None,
|
|
331
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
332
|
+
shared_private_link_resource: Optional[pulumi.Input[Union['SharedPrivateLinkResourcePropertiesArgs', 'SharedPrivateLinkResourcePropertiesArgsDict']]] = None,
|
|
333
|
+
weight: Optional[pulumi.Input[int]] = None,
|
|
334
|
+
__props__=None):
|
|
335
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
336
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
337
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
338
|
+
if opts.id is None:
|
|
339
|
+
if __props__ is not None:
|
|
340
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
341
|
+
__props__ = AFDOriginArgs.__new__(AFDOriginArgs)
|
|
342
|
+
|
|
343
|
+
__props__.__dict__["azure_origin"] = azure_origin
|
|
344
|
+
__props__.__dict__["enabled_state"] = enabled_state
|
|
345
|
+
if enforce_certificate_name_check is None:
|
|
346
|
+
enforce_certificate_name_check = True
|
|
347
|
+
__props__.__dict__["enforce_certificate_name_check"] = enforce_certificate_name_check
|
|
348
|
+
if host_name is None and not opts.urn:
|
|
349
|
+
raise TypeError("Missing required property 'host_name'")
|
|
350
|
+
__props__.__dict__["host_name"] = host_name
|
|
351
|
+
if http_port is None:
|
|
352
|
+
http_port = 80
|
|
353
|
+
__props__.__dict__["http_port"] = http_port
|
|
354
|
+
if https_port is None:
|
|
355
|
+
https_port = 443
|
|
356
|
+
__props__.__dict__["https_port"] = https_port
|
|
357
|
+
if origin_group_name is None and not opts.urn:
|
|
358
|
+
raise TypeError("Missing required property 'origin_group_name'")
|
|
359
|
+
__props__.__dict__["origin_group_name"] = origin_group_name
|
|
360
|
+
__props__.__dict__["origin_host_header"] = origin_host_header
|
|
361
|
+
__props__.__dict__["origin_name"] = origin_name
|
|
362
|
+
__props__.__dict__["priority"] = priority
|
|
363
|
+
if profile_name is None and not opts.urn:
|
|
364
|
+
raise TypeError("Missing required property 'profile_name'")
|
|
365
|
+
__props__.__dict__["profile_name"] = profile_name
|
|
366
|
+
if resource_group_name is None and not opts.urn:
|
|
367
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
368
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
369
|
+
__props__.__dict__["shared_private_link_resource"] = shared_private_link_resource
|
|
370
|
+
__props__.__dict__["weight"] = weight
|
|
371
|
+
__props__.__dict__["deployment_status"] = None
|
|
372
|
+
__props__.__dict__["name"] = None
|
|
373
|
+
__props__.__dict__["provisioning_state"] = None
|
|
374
|
+
__props__.__dict__["system_data"] = None
|
|
375
|
+
__props__.__dict__["type"] = None
|
|
376
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn:AFDOrigin"), pulumi.Alias(type_="azure-native:cdn/v20200901:AFDOrigin"), pulumi.Alias(type_="azure-native:cdn/v20210601:AFDOrigin"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:AFDOrigin"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:AFDOrigin"), pulumi.Alias(type_="azure-native:cdn/v20230501:AFDOrigin"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:AFDOrigin"), pulumi.Alias(type_="azure-native:cdn/v20240201:AFDOrigin"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:AFDOrigin")])
|
|
377
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
378
|
+
super(AFDOrigin, __self__).__init__(
|
|
379
|
+
'azure-native:cdn/v20240601preview:AFDOrigin',
|
|
380
|
+
resource_name,
|
|
381
|
+
__props__,
|
|
382
|
+
opts)
|
|
383
|
+
|
|
384
|
+
@staticmethod
|
|
385
|
+
def get(resource_name: str,
|
|
386
|
+
id: pulumi.Input[str],
|
|
387
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'AFDOrigin':
|
|
388
|
+
"""
|
|
389
|
+
Get an existing AFDOrigin resource's state with the given name, id, and optional extra
|
|
390
|
+
properties used to qualify the lookup.
|
|
391
|
+
|
|
392
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
393
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
394
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
395
|
+
"""
|
|
396
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
397
|
+
|
|
398
|
+
__props__ = AFDOriginArgs.__new__(AFDOriginArgs)
|
|
399
|
+
|
|
400
|
+
__props__.__dict__["azure_origin"] = None
|
|
401
|
+
__props__.__dict__["deployment_status"] = None
|
|
402
|
+
__props__.__dict__["enabled_state"] = None
|
|
403
|
+
__props__.__dict__["enforce_certificate_name_check"] = None
|
|
404
|
+
__props__.__dict__["host_name"] = None
|
|
405
|
+
__props__.__dict__["http_port"] = None
|
|
406
|
+
__props__.__dict__["https_port"] = None
|
|
407
|
+
__props__.__dict__["name"] = None
|
|
408
|
+
__props__.__dict__["origin_group_name"] = None
|
|
409
|
+
__props__.__dict__["origin_host_header"] = None
|
|
410
|
+
__props__.__dict__["priority"] = None
|
|
411
|
+
__props__.__dict__["provisioning_state"] = None
|
|
412
|
+
__props__.__dict__["shared_private_link_resource"] = None
|
|
413
|
+
__props__.__dict__["system_data"] = None
|
|
414
|
+
__props__.__dict__["type"] = None
|
|
415
|
+
__props__.__dict__["weight"] = None
|
|
416
|
+
return AFDOrigin(resource_name, opts=opts, __props__=__props__)
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
@pulumi.getter(name="azureOrigin")
|
|
420
|
+
def azure_origin(self) -> pulumi.Output[Optional['outputs.ResourceReferenceResponse']]:
|
|
421
|
+
"""
|
|
422
|
+
Resource reference to the Azure origin resource.
|
|
423
|
+
"""
|
|
424
|
+
return pulumi.get(self, "azure_origin")
|
|
425
|
+
|
|
426
|
+
@property
|
|
427
|
+
@pulumi.getter(name="deploymentStatus")
|
|
428
|
+
def deployment_status(self) -> pulumi.Output[str]:
|
|
429
|
+
return pulumi.get(self, "deployment_status")
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter(name="enabledState")
|
|
433
|
+
def enabled_state(self) -> pulumi.Output[Optional[str]]:
|
|
434
|
+
"""
|
|
435
|
+
Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "enabled_state")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter(name="enforceCertificateNameCheck")
|
|
441
|
+
def enforce_certificate_name_check(self) -> pulumi.Output[Optional[bool]]:
|
|
442
|
+
"""
|
|
443
|
+
Whether to enable certificate name check at origin level
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "enforce_certificate_name_check")
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter(name="hostName")
|
|
449
|
+
def host_name(self) -> pulumi.Output[str]:
|
|
450
|
+
"""
|
|
451
|
+
The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "host_name")
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter(name="httpPort")
|
|
457
|
+
def http_port(self) -> pulumi.Output[Optional[int]]:
|
|
458
|
+
"""
|
|
459
|
+
The value of the HTTP port. Must be between 1 and 65535.
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "http_port")
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter(name="httpsPort")
|
|
465
|
+
def https_port(self) -> pulumi.Output[Optional[int]]:
|
|
466
|
+
"""
|
|
467
|
+
The value of the HTTPS port. Must be between 1 and 65535.
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "https_port")
|
|
470
|
+
|
|
471
|
+
@property
|
|
472
|
+
@pulumi.getter
|
|
473
|
+
def name(self) -> pulumi.Output[str]:
|
|
474
|
+
"""
|
|
475
|
+
Resource name.
|
|
476
|
+
"""
|
|
477
|
+
return pulumi.get(self, "name")
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter(name="originGroupName")
|
|
481
|
+
def origin_group_name(self) -> pulumi.Output[str]:
|
|
482
|
+
"""
|
|
483
|
+
The name of the origin group which contains this origin.
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "origin_group_name")
|
|
486
|
+
|
|
487
|
+
@property
|
|
488
|
+
@pulumi.getter(name="originHostHeader")
|
|
489
|
+
def origin_host_header(self) -> pulumi.Output[Optional[str]]:
|
|
490
|
+
"""
|
|
491
|
+
The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint
|
|
492
|
+
"""
|
|
493
|
+
return pulumi.get(self, "origin_host_header")
|
|
494
|
+
|
|
495
|
+
@property
|
|
496
|
+
@pulumi.getter
|
|
497
|
+
def priority(self) -> pulumi.Output[Optional[int]]:
|
|
498
|
+
"""
|
|
499
|
+
Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5
|
|
500
|
+
"""
|
|
501
|
+
return pulumi.get(self, "priority")
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
@pulumi.getter(name="provisioningState")
|
|
505
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
506
|
+
"""
|
|
507
|
+
Provisioning status
|
|
508
|
+
"""
|
|
509
|
+
return pulumi.get(self, "provisioning_state")
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter(name="sharedPrivateLinkResource")
|
|
513
|
+
def shared_private_link_resource(self) -> pulumi.Output[Optional['outputs.SharedPrivateLinkResourcePropertiesResponse']]:
|
|
514
|
+
"""
|
|
515
|
+
The properties of the private link resource for private origin.
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "shared_private_link_resource")
|
|
518
|
+
|
|
519
|
+
@property
|
|
520
|
+
@pulumi.getter(name="systemData")
|
|
521
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
522
|
+
"""
|
|
523
|
+
Read only system data
|
|
524
|
+
"""
|
|
525
|
+
return pulumi.get(self, "system_data")
|
|
526
|
+
|
|
527
|
+
@property
|
|
528
|
+
@pulumi.getter
|
|
529
|
+
def type(self) -> pulumi.Output[str]:
|
|
530
|
+
"""
|
|
531
|
+
Resource type.
|
|
532
|
+
"""
|
|
533
|
+
return pulumi.get(self, "type")
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter
|
|
537
|
+
def weight(self) -> pulumi.Output[Optional[int]]:
|
|
538
|
+
"""
|
|
539
|
+
Weight of the origin in given origin group for load balancing. Must be between 1 and 1000
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "weight")
|
|
542
|
+
|