Endpoint

A CDN Endpoint is the entity within a CDN Profile containing configuration information regarding caching behaviours and origins. The CDN Endpoint is exposed using the URL format .azureedge.net.

Create a Endpoint Resource

def Endpoint(resource_name, opts=None, content_types_to_compresses=None, delivery_rules=None, geo_filters=None, global_delivery_rule=None, is_compression_enabled=None, is_http_allowed=None, is_https_allowed=None, location=None, name=None, optimization_type=None, origin_host_header=None, origin_path=None, origins=None, probe_path=None, profile_name=None, querystring_caching_behaviour=None, resource_group_name=None, tags=None, __props__=None);
func NewEndpoint(ctx *Context, name string, args EndpointArgs, opts ...ResourceOption) (*Endpoint, error)
public Endpoint(string name, EndpointArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args EndpointArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args EndpointArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args EndpointArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Endpoint Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Endpoint resource accepts the following input properties:

Origins List<EndpointOriginArgs>

The set of origins of the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. Each origin block supports fields documented below.

ProfileName string

The CDN Profile to which to attach the CDN Endpoint.

ResourceGroupName string

The name of the resource group in which to create the CDN Endpoint.

ContentTypesToCompresses List<string>

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.

DeliveryRules List<EndpointDeliveryRuleArgs>

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.

GeoFilters List<EndpointGeoFilterArgs>

A set of Geo Filters for this CDN Endpoint. Each geo_filter block supports fields documented below.

GlobalDeliveryRule EndpointGlobalDeliveryRuleArgs

Actions that are valid for all resources regardless of any conditions. A global_delivery_rule block as defined below.

IsCompressionEnabled bool

Indicates whether compression is to be enabled. Defaults to false.

IsHttpAllowed bool

Defaults to true.

IsHttpsAllowed bool

Defaults to true.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

OptimizationType string

What types of optimization should this CDN Endpoint optimize for? Possible values include DynamicSiteAcceleration, GeneralMediaStreaming, GeneralWebDelivery, LargeFileDownload and VideoOnDemandMediaStreaming.

OriginHostHeader string

The host header CDN provider will send along with content requests to origins. Defaults to the host name of the origin.

OriginPath string

The path used at for origin requests.

ProbePath string

the path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin_path.

QuerystringCachingBehaviour string

Sets query string caching behavior. Allowed values are IgnoreQueryString, BypassCaching and UseQueryString. Defaults to IgnoreQueryString.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

Origins []EndpointOrigin

The set of origins of the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. Each origin block supports fields documented below.

ProfileName string

The CDN Profile to which to attach the CDN Endpoint.

ResourceGroupName string

The name of the resource group in which to create the CDN Endpoint.

ContentTypesToCompresses []string

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.

DeliveryRules []EndpointDeliveryRule

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.

GeoFilters []EndpointGeoFilter

A set of Geo Filters for this CDN Endpoint. Each geo_filter block supports fields documented below.

GlobalDeliveryRule EndpointGlobalDeliveryRule

Actions that are valid for all resources regardless of any conditions. A global_delivery_rule block as defined below.

IsCompressionEnabled bool

Indicates whether compression is to be enabled. Defaults to false.

IsHttpAllowed bool

Defaults to true.

IsHttpsAllowed bool

Defaults to true.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

OptimizationType string

What types of optimization should this CDN Endpoint optimize for? Possible values include DynamicSiteAcceleration, GeneralMediaStreaming, GeneralWebDelivery, LargeFileDownload and VideoOnDemandMediaStreaming.

OriginHostHeader string

The host header CDN provider will send along with content requests to origins. Defaults to the host name of the origin.

OriginPath string

The path used at for origin requests.

ProbePath string

the path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin_path.

QuerystringCachingBehaviour string

Sets query string caching behavior. Allowed values are IgnoreQueryString, BypassCaching and UseQueryString. Defaults to IgnoreQueryString.

Tags map[string]string

A mapping of tags to assign to the resource.

origins EndpointOrigin[]

The set of origins of the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. Each origin block supports fields documented below.

profileName string

The CDN Profile to which to attach the CDN Endpoint.

resourceGroupName string

The name of the resource group in which to create the CDN Endpoint.

contentTypesToCompresses string[]

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.

deliveryRules EndpointDeliveryRule[]

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.

geoFilters EndpointGeoFilter[]

A set of Geo Filters for this CDN Endpoint. Each geo_filter block supports fields documented below.

globalDeliveryRule EndpointGlobalDeliveryRule

Actions that are valid for all resources regardless of any conditions. A global_delivery_rule block as defined below.

isCompressionEnabled boolean

Indicates whether compression is to be enabled. Defaults to false.

isHttpAllowed boolean

Defaults to true.

isHttpsAllowed boolean

Defaults to true.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name string

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

optimizationType string

What types of optimization should this CDN Endpoint optimize for? Possible values include DynamicSiteAcceleration, GeneralMediaStreaming, GeneralWebDelivery, LargeFileDownload and VideoOnDemandMediaStreaming.

originHostHeader string

The host header CDN provider will send along with content requests to origins. Defaults to the host name of the origin.

originPath string

The path used at for origin requests.

probePath string

the path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin_path.

querystringCachingBehaviour string

Sets query string caching behavior. Allowed values are IgnoreQueryString, BypassCaching and UseQueryString. Defaults to IgnoreQueryString.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

origins List[EndpointOrigin]

The set of origins of the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. Each origin block supports fields documented below.

profile_name str

The CDN Profile to which to attach the CDN Endpoint.

resource_group_name str

The name of the resource group in which to create the CDN Endpoint.

content_types_to_compresses List[str]

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.

delivery_rules List[EndpointDeliveryRule]

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.

geo_filters List[EndpointGeoFilter]

A set of Geo Filters for this CDN Endpoint. Each geo_filter block supports fields documented below.

global_delivery_rule Dict[EndpointGlobalDeliveryRule]

Actions that are valid for all resources regardless of any conditions. A global_delivery_rule block as defined below.

is_compression_enabled bool

Indicates whether compression is to be enabled. Defaults to false.

is_http_allowed bool

Defaults to true.

is_https_allowed bool

Defaults to true.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name str

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

optimization_type str

What types of optimization should this CDN Endpoint optimize for? Possible values include DynamicSiteAcceleration, GeneralMediaStreaming, GeneralWebDelivery, LargeFileDownload and VideoOnDemandMediaStreaming.

origin_host_header str

The host header CDN provider will send along with content requests to origins. Defaults to the host name of the origin.

origin_path str

The path used at for origin requests.

probe_path str

the path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin_path.

querystring_caching_behaviour str

Sets query string caching behavior. Allowed values are IgnoreQueryString, BypassCaching and UseQueryString. Defaults to IgnoreQueryString.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the Endpoint resource produces the following output properties:

HostName string

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

Id string
The provider-assigned unique ID for this managed resource.
HostName string

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

Id string
The provider-assigned unique ID for this managed resource.
hostName string

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

id string
The provider-assigned unique ID for this managed resource.
host_name str

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

id str
The provider-assigned unique ID for this managed resource.

Look up an Existing Endpoint Resource

Get an existing Endpoint resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: EndpointState, opts?: CustomResourceOptions): Endpoint
static get(resource_name, id, opts=None, content_types_to_compresses=None, delivery_rules=None, geo_filters=None, global_delivery_rule=None, host_name=None, is_compression_enabled=None, is_http_allowed=None, is_https_allowed=None, location=None, name=None, optimization_type=None, origin_host_header=None, origin_path=None, origins=None, probe_path=None, profile_name=None, querystring_caching_behaviour=None, resource_group_name=None, tags=None, __props__=None);
func GetEndpoint(ctx *Context, name string, id IDInput, state *EndpointState, opts ...ResourceOption) (*Endpoint, error)
public static Endpoint Get(string name, Input<string> id, EndpointState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

ContentTypesToCompresses List<string>

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.

DeliveryRules List<EndpointDeliveryRuleArgs>

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.

GeoFilters List<EndpointGeoFilterArgs>

A set of Geo Filters for this CDN Endpoint. Each geo_filter block supports fields documented below.

GlobalDeliveryRule EndpointGlobalDeliveryRuleArgs

Actions that are valid for all resources regardless of any conditions. A global_delivery_rule block as defined below.

HostName string

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

IsCompressionEnabled bool

Indicates whether compression is to be enabled. Defaults to false.

IsHttpAllowed bool

Defaults to true.

IsHttpsAllowed bool

Defaults to true.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

OptimizationType string

What types of optimization should this CDN Endpoint optimize for? Possible values include DynamicSiteAcceleration, GeneralMediaStreaming, GeneralWebDelivery, LargeFileDownload and VideoOnDemandMediaStreaming.

OriginHostHeader string

The host header CDN provider will send along with content requests to origins. Defaults to the host name of the origin.

OriginPath string

The path used at for origin requests.

Origins List<EndpointOriginArgs>

The set of origins of the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. Each origin block supports fields documented below.

ProbePath string

the path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin_path.

ProfileName string

The CDN Profile to which to attach the CDN Endpoint.

QuerystringCachingBehaviour string

Sets query string caching behavior. Allowed values are IgnoreQueryString, BypassCaching and UseQueryString. Defaults to IgnoreQueryString.

ResourceGroupName string

The name of the resource group in which to create the CDN Endpoint.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

ContentTypesToCompresses []string

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.

DeliveryRules []EndpointDeliveryRule

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.

GeoFilters []EndpointGeoFilter

A set of Geo Filters for this CDN Endpoint. Each geo_filter block supports fields documented below.

GlobalDeliveryRule EndpointGlobalDeliveryRule

Actions that are valid for all resources regardless of any conditions. A global_delivery_rule block as defined below.

HostName string

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

IsCompressionEnabled bool

Indicates whether compression is to be enabled. Defaults to false.

IsHttpAllowed bool

Defaults to true.

IsHttpsAllowed bool

Defaults to true.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

OptimizationType string

What types of optimization should this CDN Endpoint optimize for? Possible values include DynamicSiteAcceleration, GeneralMediaStreaming, GeneralWebDelivery, LargeFileDownload and VideoOnDemandMediaStreaming.

OriginHostHeader string

The host header CDN provider will send along with content requests to origins. Defaults to the host name of the origin.

OriginPath string

The path used at for origin requests.

Origins []EndpointOrigin

The set of origins of the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. Each origin block supports fields documented below.

ProbePath string

the path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin_path.

ProfileName string

The CDN Profile to which to attach the CDN Endpoint.

QuerystringCachingBehaviour string

Sets query string caching behavior. Allowed values are IgnoreQueryString, BypassCaching and UseQueryString. Defaults to IgnoreQueryString.

ResourceGroupName string

The name of the resource group in which to create the CDN Endpoint.

Tags map[string]string

A mapping of tags to assign to the resource.

contentTypesToCompresses string[]

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.

deliveryRules EndpointDeliveryRule[]

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.

geoFilters EndpointGeoFilter[]

A set of Geo Filters for this CDN Endpoint. Each geo_filter block supports fields documented below.

globalDeliveryRule EndpointGlobalDeliveryRule

Actions that are valid for all resources regardless of any conditions. A global_delivery_rule block as defined below.

hostName string

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

isCompressionEnabled boolean

Indicates whether compression is to be enabled. Defaults to false.

isHttpAllowed boolean

Defaults to true.

isHttpsAllowed boolean

Defaults to true.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name string

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

optimizationType string

What types of optimization should this CDN Endpoint optimize for? Possible values include DynamicSiteAcceleration, GeneralMediaStreaming, GeneralWebDelivery, LargeFileDownload and VideoOnDemandMediaStreaming.

originHostHeader string

The host header CDN provider will send along with content requests to origins. Defaults to the host name of the origin.

originPath string

The path used at for origin requests.

origins EndpointOrigin[]

The set of origins of the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. Each origin block supports fields documented below.

probePath string

the path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin_path.

profileName string

The CDN Profile to which to attach the CDN Endpoint.

querystringCachingBehaviour string

Sets query string caching behavior. Allowed values are IgnoreQueryString, BypassCaching and UseQueryString. Defaults to IgnoreQueryString.

resourceGroupName string

The name of the resource group in which to create the CDN Endpoint.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

content_types_to_compresses List[str]

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.

delivery_rules List[EndpointDeliveryRule]

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.

geo_filters List[EndpointGeoFilter]

A set of Geo Filters for this CDN Endpoint. Each geo_filter block supports fields documented below.

global_delivery_rule Dict[EndpointGlobalDeliveryRule]

Actions that are valid for all resources regardless of any conditions. A global_delivery_rule block as defined below.

host_name str

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

is_compression_enabled bool

Indicates whether compression is to be enabled. Defaults to false.

is_http_allowed bool

Defaults to true.

is_https_allowed bool

Defaults to true.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name str

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

optimization_type str

What types of optimization should this CDN Endpoint optimize for? Possible values include DynamicSiteAcceleration, GeneralMediaStreaming, GeneralWebDelivery, LargeFileDownload and VideoOnDemandMediaStreaming.

origin_host_header str

The host header CDN provider will send along with content requests to origins. Defaults to the host name of the origin.

origin_path str

The path used at for origin requests.

origins List[EndpointOrigin]

The set of origins of the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. Each origin block supports fields documented below.

probe_path str

the path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin_path.

profile_name str

The CDN Profile to which to attach the CDN Endpoint.

querystring_caching_behaviour str

Sets query string caching behavior. Allowed values are IgnoreQueryString, BypassCaching and UseQueryString. Defaults to IgnoreQueryString.

resource_group_name str

The name of the resource group in which to create the CDN Endpoint.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Supporting Types

EndpointDeliveryRule

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string

The Name which should be used for this Delivery Rule.

Order int

The order used for this rule, which must be larger than 1.

CacheExpirationAction EndpointDeliveryRuleCacheExpirationActionArgs

A cache_expiration_action block as defined above.

CacheKeyQueryStringAction EndpointDeliveryRuleCacheKeyQueryStringActionArgs

A cache_key_query_string_action block as defined above.

CookiesConditions List<EndpointDeliveryRuleCookiesConditionArgs>

A cookies_condition block as defined above.

DeviceCondition EndpointDeliveryRuleDeviceConditionArgs

A device_condition block as defined below.

HttpVersionConditions List<EndpointDeliveryRuleHttpVersionConditionArgs>

A http_version_condition block as defined below.

ModifyRequestHeaderActions List<EndpointDeliveryRuleModifyRequestHeaderActionArgs>

A modify_request_header_action block as defined below.

ModifyResponseHeaderActions List<EndpointDeliveryRuleModifyResponseHeaderActionArgs>

A modify_response_header_action block as defined below.

PostArgConditions List<EndpointDeliveryRulePostArgConditionArgs>

A post_arg_condition block as defined below.

QueryStringConditions List<EndpointDeliveryRuleQueryStringConditionArgs>

A query_string_condition block as defined below.

RemoteAddressConditions List<EndpointDeliveryRuleRemoteAddressConditionArgs>

A remote_address_condition block as defined below.

RequestBodyConditions List<EndpointDeliveryRuleRequestBodyConditionArgs>

A request_body_condition block as defined below.

RequestHeaderConditions List<EndpointDeliveryRuleRequestHeaderConditionArgs>

A request_header_condition block as defined below.

RequestMethodCondition EndpointDeliveryRuleRequestMethodConditionArgs

A request_method_condition block as defined below.

RequestSchemeCondition EndpointDeliveryRuleRequestSchemeConditionArgs

A request_scheme_condition block as defined below.

RequestUriConditions List<EndpointDeliveryRuleRequestUriConditionArgs>

A request_uri_condition block as defined below.

UrlFileExtensionConditions List<EndpointDeliveryRuleUrlFileExtensionConditionArgs>

A url_file_extension_condition block as defined below.

UrlFileNameConditions List<EndpointDeliveryRuleUrlFileNameConditionArgs>

A url_file_name_condition block as defined below.

UrlPathConditions List<EndpointDeliveryRuleUrlPathConditionArgs>

A url_path_condition block as defined below.

UrlRedirectAction EndpointDeliveryRuleUrlRedirectActionArgs

A url_redirect_action block as defined below.

UrlRewriteAction EndpointDeliveryRuleUrlRewriteActionArgs

A url_rewrite_action block as defined below.

Name string

The Name which should be used for this Delivery Rule.

Order int

The order used for this rule, which must be larger than 1.

CacheExpirationAction EndpointDeliveryRuleCacheExpirationAction

A cache_expiration_action block as defined above.

CacheKeyQueryStringAction EndpointDeliveryRuleCacheKeyQueryStringAction

A cache_key_query_string_action block as defined above.

CookiesConditions []EndpointDeliveryRuleCookiesCondition

A cookies_condition block as defined above.

DeviceCondition EndpointDeliveryRuleDeviceCondition

A device_condition block as defined below.

HttpVersionConditions []EndpointDeliveryRuleHttpVersionCondition

A http_version_condition block as defined below.

ModifyRequestHeaderActions []EndpointDeliveryRuleModifyRequestHeaderAction

A modify_request_header_action block as defined below.

ModifyResponseHeaderActions []EndpointDeliveryRuleModifyResponseHeaderAction

A modify_response_header_action block as defined below.

PostArgConditions []EndpointDeliveryRulePostArgCondition

A post_arg_condition block as defined below.

QueryStringConditions []EndpointDeliveryRuleQueryStringCondition

A query_string_condition block as defined below.

RemoteAddressConditions []EndpointDeliveryRuleRemoteAddressCondition

A remote_address_condition block as defined below.

RequestBodyConditions []EndpointDeliveryRuleRequestBodyCondition

A request_body_condition block as defined below.

RequestHeaderConditions []EndpointDeliveryRuleRequestHeaderCondition

A request_header_condition block as defined below.

RequestMethodCondition EndpointDeliveryRuleRequestMethodCondition

A request_method_condition block as defined below.

RequestSchemeCondition EndpointDeliveryRuleRequestSchemeCondition

A request_scheme_condition block as defined below.

RequestUriConditions []EndpointDeliveryRuleRequestUriCondition

A request_uri_condition block as defined below.

UrlFileExtensionConditions []EndpointDeliveryRuleUrlFileExtensionCondition

A url_file_extension_condition block as defined below.

UrlFileNameConditions []EndpointDeliveryRuleUrlFileNameCondition

A url_file_name_condition block as defined below.

UrlPathConditions []EndpointDeliveryRuleUrlPathCondition

A url_path_condition block as defined below.

UrlRedirectAction EndpointDeliveryRuleUrlRedirectAction

A url_redirect_action block as defined below.

UrlRewriteAction EndpointDeliveryRuleUrlRewriteAction

A url_rewrite_action block as defined below.

name string

The Name which should be used for this Delivery Rule.

order number

The order used for this rule, which must be larger than 1.

cacheExpirationAction EndpointDeliveryRuleCacheExpirationAction

A cache_expiration_action block as defined above.

cacheKeyQueryStringAction EndpointDeliveryRuleCacheKeyQueryStringAction

A cache_key_query_string_action block as defined above.

cookiesConditions EndpointDeliveryRuleCookiesCondition[]

A cookies_condition block as defined above.

deviceCondition EndpointDeliveryRuleDeviceCondition

A device_condition block as defined below.

httpVersionConditions EndpointDeliveryRuleHttpVersionCondition[]

A http_version_condition block as defined below.

modifyRequestHeaderActions EndpointDeliveryRuleModifyRequestHeaderAction[]

A modify_request_header_action block as defined below.

modifyResponseHeaderActions EndpointDeliveryRuleModifyResponseHeaderAction[]

A modify_response_header_action block as defined below.

postArgConditions EndpointDeliveryRulePostArgCondition[]

A post_arg_condition block as defined below.

queryStringConditions EndpointDeliveryRuleQueryStringCondition[]

A query_string_condition block as defined below.

remoteAddressConditions EndpointDeliveryRuleRemoteAddressCondition[]

A remote_address_condition block as defined below.

requestBodyConditions EndpointDeliveryRuleRequestBodyCondition[]

A request_body_condition block as defined below.

requestHeaderConditions EndpointDeliveryRuleRequestHeaderCondition[]

A request_header_condition block as defined below.

requestMethodCondition EndpointDeliveryRuleRequestMethodCondition

A request_method_condition block as defined below.

requestSchemeCondition EndpointDeliveryRuleRequestSchemeCondition

A request_scheme_condition block as defined below.

requestUriConditions EndpointDeliveryRuleRequestUriCondition[]

A request_uri_condition block as defined below.

urlFileExtensionConditions EndpointDeliveryRuleUrlFileExtensionCondition[]

A url_file_extension_condition block as defined below.

urlFileNameConditions EndpointDeliveryRuleUrlFileNameCondition[]

A url_file_name_condition block as defined below.

urlPathConditions EndpointDeliveryRuleUrlPathCondition[]

A url_path_condition block as defined below.

urlRedirectAction EndpointDeliveryRuleUrlRedirectAction

A url_redirect_action block as defined below.

urlRewriteAction EndpointDeliveryRuleUrlRewriteAction

A url_rewrite_action block as defined below.

name str

The Name which should be used for this Delivery Rule.

order float

The order used for this rule, which must be larger than 1.

cacheExpirationAction Dict[EndpointDeliveryRuleCacheExpirationAction]

A cache_expiration_action block as defined above.

cacheKeyQueryStringAction Dict[EndpointDeliveryRuleCacheKeyQueryStringAction]

A cache_key_query_string_action block as defined above.

cookiesConditions List[EndpointDeliveryRuleCookiesCondition]

A cookies_condition block as defined above.

deviceCondition Dict[EndpointDeliveryRuleDeviceCondition]

A device_condition block as defined below.

httpVersionConditions List[EndpointDeliveryRuleHttpVersionCondition]

A http_version_condition block as defined below.

modifyRequestHeaderActions List[EndpointDeliveryRuleModifyRequestHeaderAction]

A modify_request_header_action block as defined below.

modifyResponseHeaderActions List[EndpointDeliveryRuleModifyResponseHeaderAction]

A modify_response_header_action block as defined below.

postArgConditions List[EndpointDeliveryRulePostArgCondition]

A post_arg_condition block as defined below.

queryStringConditions List[EndpointDeliveryRuleQueryStringCondition]

A query_string_condition block as defined below.

remoteAddressConditions List[EndpointDeliveryRuleRemoteAddressCondition]

A remote_address_condition block as defined below.

requestBodyConditions List[EndpointDeliveryRuleRequestBodyCondition]

A request_body_condition block as defined below.

requestHeaderConditions List[EndpointDeliveryRuleRequestHeaderCondition]

A request_header_condition block as defined below.

requestMethodCondition Dict[EndpointDeliveryRuleRequestMethodCondition]

A request_method_condition block as defined below.

requestSchemeCondition Dict[EndpointDeliveryRuleRequestSchemeCondition]

A request_scheme_condition block as defined below.

requestUriConditions List[EndpointDeliveryRuleRequestUriCondition]

A request_uri_condition block as defined below.

urlFileExtensionConditions List[EndpointDeliveryRuleUrlFileExtensionCondition]

A url_file_extension_condition block as defined below.

urlFileNameConditions List[EndpointDeliveryRuleUrlFileNameCondition]

A url_file_name_condition block as defined below.

urlPathConditions List[EndpointDeliveryRuleUrlPathCondition]

A url_path_condition block as defined below.

urlRedirectAction Dict[EndpointDeliveryRuleUrlRedirectAction]

A url_redirect_action block as defined below.

urlRewriteAction Dict[EndpointDeliveryRuleUrlRewriteAction]

A url_rewrite_action block as defined below.

EndpointDeliveryRuleCacheExpirationAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Behavior string

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

Duration string

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss

Behavior string

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

Duration string

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss

behavior string

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

duration string

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss

behavior str

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

duration str

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss

EndpointDeliveryRuleCacheKeyQueryStringAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Behavior string

The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.

Parameters string

Comma separated list of parameter values.

Behavior string

The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.

Parameters string

Comma separated list of parameter values.

behavior string

The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.

parameters string

Comma separated list of parameter values.

behavior str

The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.

parameters str

Comma separated list of parameter values.

EndpointDeliveryRuleCookiesCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of values for the cookie.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

Selector string

Name of the cookie.

NegateCondition bool

Defaults to false.

Transforms List<string>

Valid values are Lowercase and Uppercase.

MatchValues []string

List of values for the cookie.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

Selector string

Name of the cookie.

NegateCondition bool

Defaults to false.

Transforms []string

Valid values are Lowercase and Uppercase.

matchValues string[]

List of values for the cookie.

operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

selector string

Name of the cookie.

negateCondition boolean

Defaults to false.

transforms string[]

Valid values are Lowercase and Uppercase.

matchValues List[str]

List of values for the cookie.

operator str

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

selector str

Name of the cookie.

negateCondition bool

Defaults to false.

transforms List[str]

Valid values are Lowercase and Uppercase.

EndpointDeliveryRuleDeviceCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

Valid values are Desktop and Mobile.

NegateCondition bool

Defaults to false.

Operator string

Valid values are Equal.

MatchValues []string

Valid values are Desktop and Mobile.

NegateCondition bool

Defaults to false.

Operator string

Valid values are Equal.

matchValues string[]

Valid values are Desktop and Mobile.

negateCondition boolean

Defaults to false.

operator string

Valid values are Equal.

matchValues List[str]

Valid values are Desktop and Mobile.

negateCondition bool

Defaults to false.

operator str

Valid values are Equal.

EndpointDeliveryRuleHttpVersionCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

Valid values are 0.9, 1.0, 1.1 and 2.0.

NegateCondition bool

Defaults to false.

Operator string

Valid values are Equal.

MatchValues []string

Valid values are 0.9, 1.0, 1.1 and 2.0.

NegateCondition bool

Defaults to false.

Operator string

Valid values are Equal.

matchValues string[]

Valid values are 0.9, 1.0, 1.1 and 2.0.

negateCondition boolean

Defaults to false.

operator string

Valid values are Equal.

matchValues List[str]

Valid values are 0.9, 1.0, 1.1 and 2.0.

negateCondition bool

Defaults to false.

operator str

Valid values are Equal.

EndpointDeliveryRuleModifyRequestHeaderAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Name string

The header name.

Value string

The value of the header. Only needed when action is set to Append or overwrite.

Action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Name string

The header name.

Value string

The value of the header. Only needed when action is set to Append or overwrite.

action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

name string

The header name.

value string

The value of the header. Only needed when action is set to Append or overwrite.

action str

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

name str

The header name.

value str

The value of the header. Only needed when action is set to Append or overwrite.

EndpointDeliveryRuleModifyResponseHeaderAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Name string

The header name.

Value string

The value of the header. Only needed when action is set to Append or overwrite.

Action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Name string

The header name.

Value string

The value of the header. Only needed when action is set to Append or overwrite.

action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

name string

The header name.

value string

The value of the header. Only needed when action is set to Append or overwrite.

action str

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

name str

The header name.

value str

The value of the header. Only needed when action is set to Append or overwrite.

EndpointDeliveryRulePostArgCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

Selector string

Name of the post arg.

NegateCondition bool

Defaults to false.

Transforms List<string>

Valid values are Lowercase and Uppercase.

MatchValues []string

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

Selector string

Name of the post arg.

NegateCondition bool

Defaults to false.

Transforms []string

Valid values are Lowercase and Uppercase.

matchValues string[]

List of string values.

operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

selector string

Name of the post arg.

negateCondition boolean

Defaults to false.

transforms string[]

Valid values are Lowercase and Uppercase.

matchValues List[str]

List of string values.

operator str

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

selector str

Name of the post arg.

negateCondition bool

Defaults to false.

transforms List[str]

Valid values are Lowercase and Uppercase.

EndpointDeliveryRuleQueryStringCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms List<string>

Valid values are Lowercase and Uppercase.

MatchValues []string

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms []string

Valid values are Lowercase and Uppercase.

matchValues string[]

List of string values.

operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition boolean

Defaults to false.

transforms string[]

Valid values are Lowercase and Uppercase.

matchValues List[str]

List of string values.

operator str

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition bool

Defaults to false.

transforms List[str]

Valid values are Lowercase and Uppercase.

EndpointDeliveryRuleRemoteAddressCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of string values. For GeoMatch operator this should be a list of country codes (e.g. US or DE). List of IP address if operator equals to IPMatch.

Operator string

Valid values are Any, GeoMatch and IPMatch.

NegateCondition bool

Defaults to false.

MatchValues []string

List of string values. For GeoMatch operator this should be a list of country codes (e.g. US or DE). List of IP address if operator equals to IPMatch.

Operator string

Valid values are Any, GeoMatch and IPMatch.

NegateCondition bool

Defaults to false.

matchValues string[]

List of string values. For GeoMatch operator this should be a list of country codes (e.g. US or DE). List of IP address if operator equals to IPMatch.

operator string

Valid values are Any, GeoMatch and IPMatch.

negateCondition boolean

Defaults to false.

matchValues List[str]

List of string values. For GeoMatch operator this should be a list of country codes (e.g. US or DE). List of IP address if operator equals to IPMatch.

operator str

Valid values are Any, GeoMatch and IPMatch.

negateCondition bool

Defaults to false.

EndpointDeliveryRuleRequestBodyCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms List<string>

Valid values are Lowercase and Uppercase.

MatchValues []string

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms []string

Valid values are Lowercase and Uppercase.

matchValues string[]

List of string values.

operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition boolean

Defaults to false.

transforms string[]

Valid values are Lowercase and Uppercase.

matchValues List[str]

List of string values.

operator str

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition bool

Defaults to false.

transforms List[str]

Valid values are Lowercase and Uppercase.

EndpointDeliveryRuleRequestHeaderCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of header values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

Selector string

Header name.

NegateCondition bool

Defaults to false.

Transforms List<string>

Valid values are Lowercase and Uppercase.

MatchValues []string

List of header values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

Selector string

Header name.

NegateCondition bool

Defaults to false.

Transforms []string

Valid values are Lowercase and Uppercase.

matchValues string[]

List of header values.

operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

selector string

Header name.

negateCondition boolean

Defaults to false.

transforms string[]

Valid values are Lowercase and Uppercase.

matchValues List[str]

List of header values.

operator str

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

selector str

Header name.

negateCondition bool

Defaults to false.

transforms List[str]

Valid values are Lowercase and Uppercase.

EndpointDeliveryRuleRequestMethodCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

Valid values are DELETE, GET, HEAD, OPTIONS, POST and PUT.

NegateCondition bool

Defaults to false.

Operator string

Valid values are Equal.

MatchValues []string

Valid values are DELETE, GET, HEAD, OPTIONS, POST and PUT.

NegateCondition bool

Defaults to false.

Operator string

Valid values are Equal.

matchValues string[]

Valid values are DELETE, GET, HEAD, OPTIONS, POST and PUT.

negateCondition boolean

Defaults to false.

operator string

Valid values are Equal.

matchValues List[str]

Valid values are DELETE, GET, HEAD, OPTIONS, POST and PUT.

negateCondition bool

Defaults to false.

operator str

Valid values are Equal.

EndpointDeliveryRuleRequestSchemeCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

Valid values are HTTP and HTTPS.

NegateCondition bool

Defaults to false.

Operator string

Valid values are Equal.

MatchValues []string

Valid values are HTTP and HTTPS.

NegateCondition bool

Defaults to false.

Operator string

Valid values are Equal.

matchValues string[]

Valid values are HTTP and HTTPS.

negateCondition boolean

Defaults to false.

operator string

Valid values are Equal.

matchValues List[str]

Valid values are HTTP and HTTPS.

negateCondition bool

Defaults to false.

operator str

Valid values are Equal.

EndpointDeliveryRuleRequestUriCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms List<string>

Valid values are Lowercase and Uppercase.

MatchValues []string

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms []string

Valid values are Lowercase and Uppercase.

matchValues string[]

List of string values.

operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition boolean

Defaults to false.

transforms string[]

Valid values are Lowercase and Uppercase.

matchValues List[str]

List of string values.

operator str

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition bool

Defaults to false.

transforms List[str]

Valid values are Lowercase and Uppercase.

EndpointDeliveryRuleUrlFileExtensionCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms List<string>

Valid values are Lowercase and Uppercase.

MatchValues []string

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms []string

Valid values are Lowercase and Uppercase.

matchValues string[]

List of string values.

operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition boolean

Defaults to false.

transforms string[]

Valid values are Lowercase and Uppercase.

matchValues List[str]

List of string values.

operator str

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition bool

Defaults to false.

transforms List[str]

Valid values are Lowercase and Uppercase.

EndpointDeliveryRuleUrlFileNameCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms List<string>

Valid values are Lowercase and Uppercase.

MatchValues []string

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms []string

Valid values are Lowercase and Uppercase.

matchValues string[]

List of string values.

operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition boolean

Defaults to false.

transforms string[]

Valid values are Lowercase and Uppercase.

matchValues List[str]

List of string values.

operator str

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition bool

Defaults to false.

transforms List[str]

Valid values are Lowercase and Uppercase.

EndpointDeliveryRuleUrlPathCondition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MatchValues List<string>

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms List<string>

Valid values are Lowercase and Uppercase.

MatchValues []string

List of string values.

Operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

NegateCondition bool

Defaults to false.

Transforms []string

Valid values are Lowercase and Uppercase.

matchValues string[]

List of string values.

operator string

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition boolean

Defaults to false.

transforms string[]

Valid values are Lowercase and Uppercase.

matchValues List[str]

List of string values.

operator str

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

negateCondition bool

Defaults to false.

transforms List[str]

Valid values are Lowercase and Uppercase.

EndpointDeliveryRuleUrlRedirectAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

RedirectType string

Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.

Fragment string

Specifies the fragment part of the URL. This value must not start with a #.

Hostname string

Specifies the hostname part of the URL.

Path string

Specifies the path part of the URL. This value must begin with a /.

Protocol string

Specifies the protocol part of the URL. Valid values are Http and Https.

QueryString string

Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.

RedirectType string

Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.

Fragment string

Specifies the fragment part of the URL. This value must not start with a #.

Hostname string

Specifies the hostname part of the URL.

Path string

Specifies the path part of the URL. This value must begin with a /.

Protocol string

Specifies the protocol part of the URL. Valid values are Http and Https.

QueryString string

Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.

redirectType string

Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.

fragment string

Specifies the fragment part of the URL. This value must not start with a #.

hostname string

Specifies the hostname part of the URL.

path string

Specifies the path part of the URL. This value must begin with a /.

protocol string

Specifies the protocol part of the URL. Valid values are Http and Https.

queryString string

Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.

redirectType str

Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.

fragment str

Specifies the fragment part of the URL. This value must not start with a #.

hostname str

Specifies the hostname part of the URL.

path str

Specifies the path part of the URL. This value must begin with a /.

protocol str

Specifies the protocol part of the URL. Valid values are Http and Https.

queryString str

Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.

EndpointDeliveryRuleUrlRewriteAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Destination string

This value must start with a / and can’t be longer than 260 characters.

SourcePattern string

This value must start with a / and can’t be longer than 260 characters.

PreserveUnmatchedPath bool

Defaults to true.

Destination string

This value must start with a / and can’t be longer than 260 characters.

SourcePattern string

This value must start with a / and can’t be longer than 260 characters.

PreserveUnmatchedPath bool

Defaults to true.

destination string

This value must start with a / and can’t be longer than 260 characters.

sourcePattern string

This value must start with a / and can’t be longer than 260 characters.

preserveUnmatchedPath boolean

Defaults to true.

destination str

This value must start with a / and can’t be longer than 260 characters.

sourcePattern str

This value must start with a / and can’t be longer than 260 characters.

preserveUnmatchedPath bool

Defaults to true.

EndpointGeoFilter

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Action string

The Action of the Geo Filter. Possible values include Allow and Block.

CountryCodes List<string>

A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.

RelativePath string

The relative path applicable to geo filter.

Action string

The Action of the Geo Filter. Possible values include Allow and Block.

CountryCodes []string

A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.

RelativePath string

The relative path applicable to geo filter.

action string

The Action of the Geo Filter. Possible values include Allow and Block.

countryCodes string[]

A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.

relativePath string

The relative path applicable to geo filter.

action str

The Action of the Geo Filter. Possible values include Allow and Block.

countryCodes List[str]

A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.

relative_path str

The relative path applicable to geo filter.

EndpointGlobalDeliveryRule

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

CacheExpirationAction EndpointGlobalDeliveryRuleCacheExpirationActionArgs

A cache_expiration_action block as defined above.

CacheKeyQueryStringAction EndpointGlobalDeliveryRuleCacheKeyQueryStringActionArgs

A cache_key_query_string_action block as defined above.

ModifyRequestHeaderActions List<EndpointGlobalDeliveryRuleModifyRequestHeaderActionArgs>

A modify_request_header_action block as defined below.

ModifyResponseHeaderActions List<EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs>

A modify_response_header_action block as defined below.

UrlRedirectAction EndpointGlobalDeliveryRuleUrlRedirectActionArgs

A url_redirect_action block as defined below.

UrlRewriteAction EndpointGlobalDeliveryRuleUrlRewriteActionArgs

A url_rewrite_action block as defined below.

CacheExpirationAction EndpointGlobalDeliveryRuleCacheExpirationAction

A cache_expiration_action block as defined above.

CacheKeyQueryStringAction EndpointGlobalDeliveryRuleCacheKeyQueryStringAction

A cache_key_query_string_action block as defined above.

ModifyRequestHeaderActions []EndpointGlobalDeliveryRuleModifyRequestHeaderAction

A modify_request_header_action block as defined below.

ModifyResponseHeaderActions []EndpointGlobalDeliveryRuleModifyResponseHeaderAction

A modify_response_header_action block as defined below.

UrlRedirectAction EndpointGlobalDeliveryRuleUrlRedirectAction

A url_redirect_action block as defined below.

UrlRewriteAction EndpointGlobalDeliveryRuleUrlRewriteAction

A url_rewrite_action block as defined below.

cacheExpirationAction EndpointGlobalDeliveryRuleCacheExpirationAction

A cache_expiration_action block as defined above.

cacheKeyQueryStringAction EndpointGlobalDeliveryRuleCacheKeyQueryStringAction

A cache_key_query_string_action block as defined above.

modifyRequestHeaderActions EndpointGlobalDeliveryRuleModifyRequestHeaderAction[]

A modify_request_header_action block as defined below.

modifyResponseHeaderActions EndpointGlobalDeliveryRuleModifyResponseHeaderAction[]

A modify_response_header_action block as defined below.

urlRedirectAction EndpointGlobalDeliveryRuleUrlRedirectAction

A url_redirect_action block as defined below.

urlRewriteAction EndpointGlobalDeliveryRuleUrlRewriteAction

A url_rewrite_action block as defined below.

cacheExpirationAction Dict[EndpointGlobalDeliveryRuleCacheExpirationAction]

A cache_expiration_action block as defined above.

cacheKeyQueryStringAction Dict[EndpointGlobalDeliveryRuleCacheKeyQueryStringAction]

A cache_key_query_string_action block as defined above.

modifyRequestHeaderActions List[EndpointGlobalDeliveryRuleModifyRequestHeaderAction]

A modify_request_header_action block as defined below.

modifyResponseHeaderActions List[EndpointGlobalDeliveryRuleModifyResponseHeaderAction]

A modify_response_header_action block as defined below.

urlRedirectAction Dict[EndpointGlobalDeliveryRuleUrlRedirectAction]

A url_redirect_action block as defined below.

urlRewriteAction Dict[EndpointGlobalDeliveryRuleUrlRewriteAction]

A url_rewrite_action block as defined below.

EndpointGlobalDeliveryRuleCacheExpirationAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Behavior string

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

Duration string

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss

Behavior string

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

Duration string

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss

behavior string

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

duration string

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss

behavior str

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

duration str

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss

EndpointGlobalDeliveryRuleCacheKeyQueryStringAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Behavior string

The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.

Parameters string

Comma separated list of parameter values.

Behavior string

The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.

Parameters string

Comma separated list of parameter values.

behavior string

The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.

parameters string

Comma separated list of parameter values.

behavior str

The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.

parameters str

Comma separated list of parameter values.

EndpointGlobalDeliveryRuleModifyRequestHeaderAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Name string

The header name.

Value string

The value of the header. Only needed when action is set to Append or overwrite.

Action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Name string

The header name.

Value string

The value of the header. Only needed when action is set to Append or overwrite.

action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

name string

The header name.

value string

The value of the header. Only needed when action is set to Append or overwrite.

action str

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

name str

The header name.

value str

The value of the header. Only needed when action is set to Append or overwrite.

EndpointGlobalDeliveryRuleModifyResponseHeaderAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Name string

The header name.

Value string

The value of the header. Only needed when action is set to Append or overwrite.

Action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Name string

The header name.

Value string

The value of the header. Only needed when action is set to Append or overwrite.

action string

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

name string

The header name.

value string

The value of the header. Only needed when action is set to Append or overwrite.

action str

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

name str

The header name.

value str

The value of the header. Only needed when action is set to Append or overwrite.

EndpointGlobalDeliveryRuleUrlRedirectAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

RedirectType string

Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.

Fragment string

Specifies the fragment part of the URL. This value must not start with a #.

Hostname string

Specifies the hostname part of the URL.

Path string

Specifies the path part of the URL. This value must begin with a /.

Protocol string

Specifies the protocol part of the URL. Valid values are Http and Https.

QueryString string

Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.

RedirectType string

Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.

Fragment string

Specifies the fragment part of the URL. This value must not start with a #.

Hostname string

Specifies the hostname part of the URL.

Path string

Specifies the path part of the URL. This value must begin with a /.

Protocol string

Specifies the protocol part of the URL. Valid values are Http and Https.

QueryString string

Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.

redirectType string

Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.

fragment string

Specifies the fragment part of the URL. This value must not start with a #.

hostname string

Specifies the hostname part of the URL.

path string

Specifies the path part of the URL. This value must begin with a /.

protocol string

Specifies the protocol part of the URL. Valid values are Http and Https.

queryString string

Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.

redirectType str

Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.

fragment str

Specifies the fragment part of the URL. This value must not start with a #.

hostname str

Specifies the hostname part of the URL.

path str

Specifies the path part of the URL. This value must begin with a /.

protocol str

Specifies the protocol part of the URL. Valid values are Http and Https.

queryString str

Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.

EndpointGlobalDeliveryRuleUrlRewriteAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Destination string

This value must start with a / and can’t be longer than 260 characters.

SourcePattern string

This value must start with a / and can’t be longer than 260 characters.

PreserveUnmatchedPath bool

Defaults to true.

Destination string

This value must start with a / and can’t be longer than 260 characters.

SourcePattern string

This value must start with a / and can’t be longer than 260 characters.

PreserveUnmatchedPath bool

Defaults to true.

destination string

This value must start with a / and can’t be longer than 260 characters.

sourcePattern string

This value must start with a / and can’t be longer than 260 characters.

preserveUnmatchedPath boolean

Defaults to true.

destination str

This value must start with a / and can’t be longer than 260 characters.

sourcePattern str

This value must start with a / and can’t be longer than 260 characters.

preserveUnmatchedPath bool

Defaults to true.

EndpointOrigin

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

HostName string

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

Name string

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

HttpPort int

The HTTP port of the origin. Defaults to 80. Changing this forces a new resource to be created.

HttpsPort int

The HTTPS port of the origin. Defaults to 443. Changing this forces a new resource to be created.

HostName string

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

Name string

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

HttpPort int

The HTTP port of the origin. Defaults to 80. Changing this forces a new resource to be created.

HttpsPort int

The HTTPS port of the origin. Defaults to 443. Changing this forces a new resource to be created.

hostName string

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

name string

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

httpPort number

The HTTP port of the origin. Defaults to 80. Changing this forces a new resource to be created.

httpsPort number

The HTTPS port of the origin. Defaults to 443. Changing this forces a new resource to be created.

host_name str

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

name str

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.

httpPort float

The HTTP port of the origin. Defaults to 80. Changing this forces a new resource to be created.

httpsPort float

The HTTPS port of the origin. Defaults to 443. Changing this forces a new resource to be created.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.