cdn.v1beta1.frontdoorRule
"FrontdoorRule is the Schema for the FrontdoorRules API. Manages a Front Door (standard/premium) Rule."
Index
fn new(name)
obj metadata
fn withAnnotations(annotations)
fn withAnnotationsMixin(annotations)
fn withClusterName(clusterName)
fn withCreationTimestamp(creationTimestamp)
fn withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)
fn withDeletionTimestamp(deletionTimestamp)
fn withFinalizers(finalizers)
fn withFinalizersMixin(finalizers)
fn withGenerateName(generateName)
fn withGeneration(generation)
fn withLabels(labels)
fn withLabelsMixin(labels)
fn withName(name)
fn withNamespace(namespace)
fn withOwnerReferences(ownerReferences)
fn withOwnerReferencesMixin(ownerReferences)
fn withResourceVersion(resourceVersion)
fn withSelfLink(selfLink)
fn withUid(uid)
obj spec
fn withDeletionPolicy(deletionPolicy)
obj spec.forProvider
fn withActions(actions)
fn withActionsMixin(actions)
fn withBehaviorOnMatch(behaviorOnMatch)
fn withCdnFrontdoorRuleSetId(cdnFrontdoorRuleSetId)
fn withConditions(conditions)
fn withConditionsMixin(conditions)
fn withOrder(order)
obj spec.forProvider.actions
fn withRequestHeaderAction(requestHeaderAction)
fn withRequestHeaderActionMixin(requestHeaderAction)
fn withResponseHeaderAction(responseHeaderAction)
fn withResponseHeaderActionMixin(responseHeaderAction)
fn withRouteConfigurationOverrideAction(routeConfigurationOverrideAction)
fn withRouteConfigurationOverrideActionMixin(routeConfigurationOverrideAction)
fn withUrlRedirectAction(urlRedirectAction)
fn withUrlRedirectActionMixin(urlRedirectAction)
fn withUrlRewriteAction(urlRewriteAction)
fn withUrlRewriteActionMixin(urlRewriteAction)
obj spec.forProvider.actions.requestHeaderAction
obj spec.forProvider.actions.responseHeaderAction
obj spec.forProvider.actions.routeConfigurationOverrideAction
fn withCacheBehavior(cacheBehavior)
fn withCacheDuration(cacheDuration)
fn withCdnFrontdoorOriginGroupId(cdnFrontdoorOriginGroupId)
fn withCompressionEnabled(compressionEnabled)
fn withForwardingProtocol(forwardingProtocol)
fn withQueryStringCachingBehavior(queryStringCachingBehavior)
fn withQueryStringParameters(queryStringParameters)
fn withQueryStringParametersMixin(queryStringParameters)
obj spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdRef
obj spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdSelector
obj spec.forProvider.actions.urlRedirectAction
obj spec.forProvider.actions.urlRewriteAction
obj spec.forProvider.cdnFrontdoorRuleSetIdRef
obj spec.forProvider.cdnFrontdoorRuleSetIdSelector
obj spec.forProvider.conditions
fn withClientPortCondition(clientPortCondition)
fn withClientPortConditionMixin(clientPortCondition)
fn withCookiesCondition(cookiesCondition)
fn withCookiesConditionMixin(cookiesCondition)
fn withHostNameCondition(hostNameCondition)
fn withHostNameConditionMixin(hostNameCondition)
fn withHttpVersionCondition(httpVersionCondition)
fn withHttpVersionConditionMixin(httpVersionCondition)
fn withIsDeviceCondition(isDeviceCondition)
fn withIsDeviceConditionMixin(isDeviceCondition)
fn withPostArgsCondition(postArgsCondition)
fn withPostArgsConditionMixin(postArgsCondition)
fn withQueryStringCondition(queryStringCondition)
fn withQueryStringConditionMixin(queryStringCondition)
fn withRemoteAddressCondition(remoteAddressCondition)
fn withRemoteAddressConditionMixin(remoteAddressCondition)
fn withRequestBodyCondition(requestBodyCondition)
fn withRequestBodyConditionMixin(requestBodyCondition)
fn withRequestHeaderCondition(requestHeaderCondition)
fn withRequestHeaderConditionMixin(requestHeaderCondition)
fn withRequestMethodCondition(requestMethodCondition)
fn withRequestMethodConditionMixin(requestMethodCondition)
fn withRequestSchemeCondition(requestSchemeCondition)
fn withRequestSchemeConditionMixin(requestSchemeCondition)
fn withRequestUriCondition(requestUriCondition)
fn withRequestUriConditionMixin(requestUriCondition)
fn withServerPortCondition(serverPortCondition)
fn withServerPortConditionMixin(serverPortCondition)
fn withSocketAddressCondition(socketAddressCondition)
fn withSocketAddressConditionMixin(socketAddressCondition)
fn withSslProtocolCondition(sslProtocolCondition)
fn withSslProtocolConditionMixin(sslProtocolCondition)
fn withUrlFileExtensionCondition(urlFileExtensionCondition)
fn withUrlFileExtensionConditionMixin(urlFileExtensionCondition)
fn withUrlFilenameCondition(urlFilenameCondition)
fn withUrlFilenameConditionMixin(urlFilenameCondition)
fn withUrlPathCondition(urlPathCondition)
fn withUrlPathConditionMixin(urlPathCondition)
obj spec.forProvider.conditions.clientPortCondition
obj spec.forProvider.conditions.cookiesCondition
obj spec.forProvider.conditions.hostNameCondition
obj spec.forProvider.conditions.httpVersionCondition
obj spec.forProvider.conditions.isDeviceCondition
obj spec.forProvider.conditions.postArgsCondition
obj spec.forProvider.conditions.queryStringCondition
obj spec.forProvider.conditions.remoteAddressCondition
obj spec.forProvider.conditions.requestBodyCondition
obj spec.forProvider.conditions.requestHeaderCondition
obj spec.forProvider.conditions.requestMethodCondition
obj spec.forProvider.conditions.requestSchemeCondition
obj spec.forProvider.conditions.requestUriCondition
obj spec.forProvider.conditions.serverPortCondition
obj spec.forProvider.conditions.socketAddressCondition
obj spec.forProvider.conditions.sslProtocolCondition
obj spec.forProvider.conditions.urlFileExtensionCondition
obj spec.forProvider.conditions.urlFilenameCondition
obj spec.forProvider.conditions.urlPathCondition
obj spec.providerConfigRef
obj spec.providerRef
obj spec.publishConnectionDetailsTo
obj spec.writeConnectionSecretToRef
Fields
fn new
new(name)
new returns an instance of FrontdoorRule
obj metadata
"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."
fn metadata.withAnnotations
withAnnotations(annotations)
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
fn metadata.withAnnotationsMixin
withAnnotationsMixin(annotations)
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
Note: This function appends passed data to existing values
fn metadata.withClusterName
withClusterName(clusterName)
"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
fn metadata.withCreationTimestamp
withCreationTimestamp(creationTimestamp)
"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."
fn metadata.withDeletionGracePeriodSeconds
withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)
"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."
fn metadata.withDeletionTimestamp
withDeletionTimestamp(deletionTimestamp)
"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."
fn metadata.withFinalizers
withFinalizers(finalizers)
"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."
fn metadata.withFinalizersMixin
withFinalizersMixin(finalizers)
"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."
Note: This function appends passed data to existing values
fn metadata.withGenerateName
withGenerateName(generateName)
"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"
fn metadata.withGeneration
withGeneration(generation)
"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
fn metadata.withLabels
withLabels(labels)
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
fn metadata.withLabelsMixin
withLabelsMixin(labels)
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
Note: This function appends passed data to existing values
fn metadata.withName
withName(name)
"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
fn metadata.withNamespace
withNamespace(namespace)
"Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
fn metadata.withOwnerReferences
withOwnerReferences(ownerReferences)
"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
fn metadata.withOwnerReferencesMixin
withOwnerReferencesMixin(ownerReferences)
"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
Note: This function appends passed data to existing values
fn metadata.withResourceVersion
withResourceVersion(resourceVersion)
"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency"
fn metadata.withSelfLink
withSelfLink(selfLink)
"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."
fn metadata.withUid
withUid(uid)
"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
obj spec
"FrontdoorRuleSpec defines the desired state of FrontdoorRule"
fn spec.withDeletionPolicy
withDeletionPolicy(deletionPolicy)
"DeletionPolicy specifies what will happen to the underlying external when this managed resource is deleted - either \"Delete\" or \"Orphan\" the external resource."
obj spec.forProvider
fn spec.forProvider.withActions
withActions(actions)
"An actions block as defined below."
fn spec.forProvider.withActionsMixin
withActionsMixin(actions)
"An actions block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withBehaviorOnMatch
withBehaviorOnMatch(behaviorOnMatch)
"If this rule is a match should the rules engine continue processing the remaining rules or stop? Possible values are Continue and Stop. Defaults to Continue."
fn spec.forProvider.withCdnFrontdoorRuleSetId
withCdnFrontdoorRuleSetId(cdnFrontdoorRuleSetId)
"The resource ID of the Front Door Rule Set for this Front Door Rule. Changing this forces a new Front Door Rule to be created."
fn spec.forProvider.withConditions
withConditions(conditions)
"A conditions block as defined below."
fn spec.forProvider.withConditionsMixin
withConditionsMixin(conditions)
"A conditions block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withOrder
withOrder(order)
"The order in which the rules will be applied for the Front Door Endpoint. The order value should be sequential and begin at 1(e.g. 1, 2, 3...). A Front Door Rule with a lesser order value will be applied before a rule with a greater order value."
obj spec.forProvider.actions
"An actions block as defined below."
fn spec.forProvider.actions.withRequestHeaderAction
withRequestHeaderAction(requestHeaderAction)
"A request_header_action block as defined below."
fn spec.forProvider.actions.withRequestHeaderActionMixin
withRequestHeaderActionMixin(requestHeaderAction)
"A request_header_action block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.actions.withResponseHeaderAction
withResponseHeaderAction(responseHeaderAction)
"A response_header_action block as defined below."
fn spec.forProvider.actions.withResponseHeaderActionMixin
withResponseHeaderActionMixin(responseHeaderAction)
"A response_header_action block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.actions.withRouteConfigurationOverrideAction
withRouteConfigurationOverrideAction(routeConfigurationOverrideAction)
"A route_configuration_override_action block as defined below."
fn spec.forProvider.actions.withRouteConfigurationOverrideActionMixin
withRouteConfigurationOverrideActionMixin(routeConfigurationOverrideAction)
"A route_configuration_override_action block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.actions.withUrlRedirectAction
withUrlRedirectAction(urlRedirectAction)
"A url_redirect_action block as defined below. You may not have a url_redirect_action and a url_rewrite_action defined in the same actions block."
fn spec.forProvider.actions.withUrlRedirectActionMixin
withUrlRedirectActionMixin(urlRedirectAction)
"A url_redirect_action block as defined below. You may not have a url_redirect_action and a url_rewrite_action defined in the same actions block."
Note: This function appends passed data to existing values
fn spec.forProvider.actions.withUrlRewriteAction
withUrlRewriteAction(urlRewriteAction)
"A url_rewrite_action block as defined below. You may not have a url_rewrite_action and a url_redirect_action defined in the same actions block."
fn spec.forProvider.actions.withUrlRewriteActionMixin
withUrlRewriteActionMixin(urlRewriteAction)
"A url_rewrite_action block as defined below. You may not have a url_rewrite_action and a url_redirect_action defined in the same actions block."
Note: This function appends passed data to existing values
obj spec.forProvider.actions.requestHeaderAction
"A request_header_action block as defined below."
fn spec.forProvider.actions.requestHeaderAction.withHeaderAction
withHeaderAction(headerAction)
"The action to be taken on the specified header_name. Possible values include Append, Overwrite or Delete."
fn spec.forProvider.actions.requestHeaderAction.withHeaderName
withHeaderName(headerName)
"The name of the header to modify."
fn spec.forProvider.actions.requestHeaderAction.withValue
withValue(value)
"The value to append or overwrite."
obj spec.forProvider.actions.responseHeaderAction
"A response_header_action block as defined below."
fn spec.forProvider.actions.responseHeaderAction.withHeaderAction
withHeaderAction(headerAction)
"The action to be taken on the specified header_name. Possible values include Append, Overwrite or Delete."
fn spec.forProvider.actions.responseHeaderAction.withHeaderName
withHeaderName(headerName)
"The name of the header to modify."
fn spec.forProvider.actions.responseHeaderAction.withValue
withValue(value)
"The value to append or overwrite."
obj spec.forProvider.actions.routeConfigurationOverrideAction
"A route_configuration_override_action block as defined below."
fn spec.forProvider.actions.routeConfigurationOverrideAction.withCacheBehavior
withCacheBehavior(cacheBehavior)
"HonorOrigin the Front Door will always honor origin response header directive. If the origin directive is missing, Front Door will cache contents anywhere from 1 to 3 days. OverrideAlways the TTL value returned from your Front Door Origin is overwritten with the value specified in the action. This behavior will only be applied if the response is cacheable. OverrideIfOriginMissing if no TTL value gets returned from your Front Door Origin, the rule sets the TTL to the value specified in the action. This behavior will only be applied if the response is cacheable. Disabled the Front Door will not cache the response contents, irrespective of Front Door Origin response directives. Possible values include HonorOrigin, OverrideAlways, OverrideIfOriginMissing or Disabled."
fn spec.forProvider.actions.routeConfigurationOverrideAction.withCacheDuration
withCacheDuration(cacheDuration)
"When Cache behavior is set to Override or SetIfMissing, this field specifies the cache duration to use. The maximum duration is 366 days specified in the d.HH:MM:SS format(e.g. 365.23:59:59). If the desired maximum cache duration is less than 1 day then the maximum cache duration should be specified in the HH:MM:SS format(e.g. 23:59:59)."
fn spec.forProvider.actions.routeConfigurationOverrideAction.withCdnFrontdoorOriginGroupId
withCdnFrontdoorOriginGroupId(cdnFrontdoorOriginGroupId)
"The Front Door Origin Group resource ID that the request should be routed to. This overrides the configuration specified in the Front Door Endpoint route."
fn spec.forProvider.actions.routeConfigurationOverrideAction.withCompressionEnabled
withCompressionEnabled(compressionEnabled)
"Should the Front Door dynamically compress the content? Possible values include true or false."
fn spec.forProvider.actions.routeConfigurationOverrideAction.withForwardingProtocol
withForwardingProtocol(forwardingProtocol)
"The forwarding protocol the request will be redirected as. This overrides the configuration specified in the route to be associated with. Possible values include MatchRequest, HttpOnly or HttpsOnly."
fn spec.forProvider.actions.routeConfigurationOverrideAction.withQueryStringCachingBehavior
withQueryStringCachingBehavior(queryStringCachingBehavior)
"IncludeSpecifiedQueryStrings query strings specified in the query_string_parameters field get included when the cache key gets generated. UseQueryString cache every unique URL, each unique URL will have its own cache key. IgnoreSpecifiedQueryStrings query strings specified in the query_string_parameters field get excluded when the cache key gets generated. IgnoreQueryString query strings aren't considered when the cache key gets generated. Possible values include IgnoreQueryString, UseQueryString, IgnoreSpecifiedQueryStrings or IncludeSpecifiedQueryStrings."
fn spec.forProvider.actions.routeConfigurationOverrideAction.withQueryStringParameters
withQueryStringParameters(queryStringParameters)
"A list of query string parameter names."
fn spec.forProvider.actions.routeConfigurationOverrideAction.withQueryStringParametersMixin
withQueryStringParametersMixin(queryStringParameters)
"A list of query string parameter names."
Note: This function appends passed data to existing values
obj spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdRef
"Reference to a FrontdoorOriginGroup in cdn to populate cdnFrontdoorOriginGroupId."
fn spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdRef.withName
withName(name)
"Name of the referenced object."
obj spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdRef.policy
"Policies for referencing."
fn spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdSelector
"Selector for a FrontdoorOriginGroup in cdn to populate cdnFrontdoorOriginGroupId."
fn spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdSelector.withMatchControllerRef
withMatchControllerRef(matchControllerRef)
"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."
fn spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdSelector.withMatchLabels
withMatchLabels(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
fn spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdSelector.withMatchLabelsMixin
withMatchLabelsMixin(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
Note: This function appends passed data to existing values
obj spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdSelector.policy
"Policies for selection."
fn spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdSelector.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.actions.routeConfigurationOverrideAction.cdnFrontdoorOriginGroupIdSelector.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.actions.urlRedirectAction
"A url_redirect_action block as defined below. You may not have a url_redirect_action and a url_rewrite_action defined in the same actions block."
fn spec.forProvider.actions.urlRedirectAction.withDestinationFragment
withDestinationFragment(destinationFragment)
"The fragment to use in the redirect. The value must be a string between 0 and 1024 characters in length, leave blank to preserve the incoming fragment. Defaults to an empty string. Defaults to \"\"."
fn spec.forProvider.actions.urlRedirectAction.withDestinationHostname
withDestinationHostname(destinationHostname)
"The host name you want the request to be redirected to. The value must be a string between 0 and 2048 characters in length, leave blank to preserve the incoming host."
fn spec.forProvider.actions.urlRedirectAction.withDestinationPath
withDestinationPath(destinationPath)
"The path to use in the redirect. The value must be a string and include the leading /, leave blank to preserve the incoming path. Defaults to an empty string. Defaults to \"\"."
fn spec.forProvider.actions.urlRedirectAction.withQueryString
withQueryString(queryString)
"The query string used in the redirect URL. The value must be in the
fn spec.forProvider.actions.urlRedirectAction.withRedirectProtocol
withRedirectProtocol(redirectProtocol)
"The protocol the request will be redirected as. Possible values include MatchRequest, Http or Https. Defaults to MatchRequest."
fn spec.forProvider.actions.urlRedirectAction.withRedirectType
withRedirectType(redirectType)
"The response type to return to the requestor. Possible values include Moved, Found , TemporaryRedirect or PermanentRedirect."
obj spec.forProvider.actions.urlRewriteAction
"A url_rewrite_action block as defined below. You may not have a url_rewrite_action and a url_redirect_action defined in the same actions block."
fn spec.forProvider.actions.urlRewriteAction.withDestination
withDestination(destination)
"The destination path to use in the rewrite. The destination path overwrites the source pattern."
fn spec.forProvider.actions.urlRewriteAction.withPreserveUnmatchedPath
withPreserveUnmatchedPath(preserveUnmatchedPath)
"Append the remaining path after the source pattern to the new destination path? Possible values true or false. Defaults to false."
fn spec.forProvider.actions.urlRewriteAction.withSourcePattern
withSourcePattern(sourcePattern)
"The source pattern in the URL path to replace. This uses prefix-based matching. For example, to match all URL paths use a forward slash \"/\" as the source pattern value."
obj spec.forProvider.cdnFrontdoorRuleSetIdRef
"Reference to a FrontdoorRuleSet in cdn to populate cdnFrontdoorRuleSetId."
fn spec.forProvider.cdnFrontdoorRuleSetIdRef.withName
withName(name)
"Name of the referenced object."
obj spec.forProvider.cdnFrontdoorRuleSetIdRef.policy
"Policies for referencing."
fn spec.forProvider.cdnFrontdoorRuleSetIdRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.cdnFrontdoorRuleSetIdRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.cdnFrontdoorRuleSetIdSelector
"Selector for a FrontdoorRuleSet in cdn to populate cdnFrontdoorRuleSetId."
fn spec.forProvider.cdnFrontdoorRuleSetIdSelector.withMatchControllerRef
withMatchControllerRef(matchControllerRef)
"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."
fn spec.forProvider.cdnFrontdoorRuleSetIdSelector.withMatchLabels
withMatchLabels(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
fn spec.forProvider.cdnFrontdoorRuleSetIdSelector.withMatchLabelsMixin
withMatchLabelsMixin(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
Note: This function appends passed data to existing values
obj spec.forProvider.cdnFrontdoorRuleSetIdSelector.policy
"Policies for selection."
fn spec.forProvider.cdnFrontdoorRuleSetIdSelector.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.cdnFrontdoorRuleSetIdSelector.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.conditions
"A conditions block as defined below."
fn spec.forProvider.conditions.withClientPortCondition
withClientPortCondition(clientPortCondition)
"A client_port_condition block as defined below."
fn spec.forProvider.conditions.withClientPortConditionMixin
withClientPortConditionMixin(clientPortCondition)
"A client_port_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withCookiesCondition
withCookiesCondition(cookiesCondition)
"A cookies_condition block as defined below."
fn spec.forProvider.conditions.withCookiesConditionMixin
withCookiesConditionMixin(cookiesCondition)
"A cookies_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withHostNameCondition
withHostNameCondition(hostNameCondition)
"A host_name_condition block as defined below."
fn spec.forProvider.conditions.withHostNameConditionMixin
withHostNameConditionMixin(hostNameCondition)
"A host_name_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withHttpVersionCondition
withHttpVersionCondition(httpVersionCondition)
"A http_version_condition block as defined below."
fn spec.forProvider.conditions.withHttpVersionConditionMixin
withHttpVersionConditionMixin(httpVersionCondition)
"A http_version_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withIsDeviceCondition
withIsDeviceCondition(isDeviceCondition)
"A is_device_condition block as defined below."
fn spec.forProvider.conditions.withIsDeviceConditionMixin
withIsDeviceConditionMixin(isDeviceCondition)
"A is_device_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withPostArgsCondition
withPostArgsCondition(postArgsCondition)
"A post_args_condition block as defined below."
fn spec.forProvider.conditions.withPostArgsConditionMixin
withPostArgsConditionMixin(postArgsCondition)
"A post_args_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withQueryStringCondition
withQueryStringCondition(queryStringCondition)
"A query_string_condition block as defined below."
fn spec.forProvider.conditions.withQueryStringConditionMixin
withQueryStringConditionMixin(queryStringCondition)
"A query_string_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withRemoteAddressCondition
withRemoteAddressCondition(remoteAddressCondition)
"A remote_address_condition block as defined below."
fn spec.forProvider.conditions.withRemoteAddressConditionMixin
withRemoteAddressConditionMixin(remoteAddressCondition)
"A remote_address_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withRequestBodyCondition
withRequestBodyCondition(requestBodyCondition)
"A request_body_condition block as defined below."
fn spec.forProvider.conditions.withRequestBodyConditionMixin
withRequestBodyConditionMixin(requestBodyCondition)
"A request_body_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withRequestHeaderCondition
withRequestHeaderCondition(requestHeaderCondition)
"A request_header_condition block as defined below."
fn spec.forProvider.conditions.withRequestHeaderConditionMixin
withRequestHeaderConditionMixin(requestHeaderCondition)
"A request_header_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withRequestMethodCondition
withRequestMethodCondition(requestMethodCondition)
"A request_method_condition block as defined below."
fn spec.forProvider.conditions.withRequestMethodConditionMixin
withRequestMethodConditionMixin(requestMethodCondition)
"A request_method_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withRequestSchemeCondition
withRequestSchemeCondition(requestSchemeCondition)
"A request_scheme_condition block as defined below."
fn spec.forProvider.conditions.withRequestSchemeConditionMixin
withRequestSchemeConditionMixin(requestSchemeCondition)
"A request_scheme_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withRequestUriCondition
withRequestUriCondition(requestUriCondition)
"A request_uri_condition block as defined below."
fn spec.forProvider.conditions.withRequestUriConditionMixin
withRequestUriConditionMixin(requestUriCondition)
"A request_uri_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withServerPortCondition
withServerPortCondition(serverPortCondition)
"A server_port_condition block as defined below."
fn spec.forProvider.conditions.withServerPortConditionMixin
withServerPortConditionMixin(serverPortCondition)
"A server_port_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withSocketAddressCondition
withSocketAddressCondition(socketAddressCondition)
"A socket_address_condition block as defined below."
fn spec.forProvider.conditions.withSocketAddressConditionMixin
withSocketAddressConditionMixin(socketAddressCondition)
"A socket_address_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withSslProtocolCondition
withSslProtocolCondition(sslProtocolCondition)
"A ssl_protocol_condition block as defined below."
fn spec.forProvider.conditions.withSslProtocolConditionMixin
withSslProtocolConditionMixin(sslProtocolCondition)
"A ssl_protocol_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withUrlFileExtensionCondition
withUrlFileExtensionCondition(urlFileExtensionCondition)
"A url_file_extension_condition block as defined below."
fn spec.forProvider.conditions.withUrlFileExtensionConditionMixin
withUrlFileExtensionConditionMixin(urlFileExtensionCondition)
"A url_file_extension_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withUrlFilenameCondition
withUrlFilenameCondition(urlFilenameCondition)
"A url_filename_condition block as defined below."
fn spec.forProvider.conditions.withUrlFilenameConditionMixin
withUrlFilenameConditionMixin(urlFilenameCondition)
"A url_filename_condition block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.withUrlPathCondition
withUrlPathCondition(urlPathCondition)
"A url_path_condition block as defined below."
fn spec.forProvider.conditions.withUrlPathConditionMixin
withUrlPathConditionMixin(urlPathCondition)
"A url_path_condition block as defined below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.clientPortCondition
"A client_port_condition block as defined below."
fn spec.forProvider.conditions.clientPortCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.clientPortCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.clientPortCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.clientPortCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
obj spec.forProvider.conditions.cookiesCondition
"A cookies_condition block as defined below."
fn spec.forProvider.conditions.cookiesCondition.withCookieName
withCookieName(cookieName)
"A string value representing the name of the cookie."
fn spec.forProvider.conditions.cookiesCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.cookiesCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.cookiesCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.cookiesCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.cookiesCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.cookiesCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.hostNameCondition
"A host_name_condition block as defined below."
fn spec.forProvider.conditions.hostNameCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.hostNameCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.hostNameCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.hostNameCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.hostNameCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.hostNameCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.httpVersionCondition
"A http_version_condition block as defined below."
fn spec.forProvider.conditions.httpVersionCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.httpVersionCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.httpVersionCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.httpVersionCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
obj spec.forProvider.conditions.isDeviceCondition
"A is_device_condition block as defined below."
fn spec.forProvider.conditions.isDeviceCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.isDeviceCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.isDeviceCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.isDeviceCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
obj spec.forProvider.conditions.postArgsCondition
"A post_args_condition block as defined below."
fn spec.forProvider.conditions.postArgsCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.postArgsCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.postArgsCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.postArgsCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.postArgsCondition.withPostArgsName
withPostArgsName(postArgsName)
"A string value representing the name of the POST argument."
fn spec.forProvider.conditions.postArgsCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.postArgsCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.queryStringCondition
"A query_string_condition block as defined below."
fn spec.forProvider.conditions.queryStringCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.queryStringCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.queryStringCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.queryStringCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.queryStringCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.queryStringCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.remoteAddressCondition
"A remote_address_condition block as defined below."
fn spec.forProvider.conditions.remoteAddressCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.remoteAddressCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.remoteAddressCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.remoteAddressCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
obj spec.forProvider.conditions.requestBodyCondition
"A request_body_condition block as defined below."
fn spec.forProvider.conditions.requestBodyCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.requestBodyCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.requestBodyCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.requestBodyCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.requestBodyCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.requestBodyCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.requestHeaderCondition
"A request_header_condition block as defined below."
fn spec.forProvider.conditions.requestHeaderCondition.withHeaderName
withHeaderName(headerName)
"The name of the header to modify."
fn spec.forProvider.conditions.requestHeaderCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.requestHeaderCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.requestHeaderCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.requestHeaderCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.requestHeaderCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.requestHeaderCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.requestMethodCondition
"A request_method_condition block as defined below."
fn spec.forProvider.conditions.requestMethodCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.requestMethodCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.requestMethodCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.requestMethodCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
obj spec.forProvider.conditions.requestSchemeCondition
"A request_scheme_condition block as defined below."
fn spec.forProvider.conditions.requestSchemeCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.requestSchemeCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.requestSchemeCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.requestSchemeCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
obj spec.forProvider.conditions.requestUriCondition
"A request_uri_condition block as defined below."
fn spec.forProvider.conditions.requestUriCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.requestUriCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.requestUriCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.requestUriCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.requestUriCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.requestUriCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.serverPortCondition
"A server_port_condition block as defined below."
fn spec.forProvider.conditions.serverPortCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.serverPortCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.serverPortCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.serverPortCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
obj spec.forProvider.conditions.socketAddressCondition
"A socket_address_condition block as defined below."
fn spec.forProvider.conditions.socketAddressCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.socketAddressCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.socketAddressCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.socketAddressCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
obj spec.forProvider.conditions.sslProtocolCondition
"A ssl_protocol_condition block as defined below."
fn spec.forProvider.conditions.sslProtocolCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.sslProtocolCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.sslProtocolCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.sslProtocolCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
obj spec.forProvider.conditions.urlFileExtensionCondition
"A url_file_extension_condition block as defined below."
fn spec.forProvider.conditions.urlFileExtensionCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.urlFileExtensionCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.urlFileExtensionCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.urlFileExtensionCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.urlFileExtensionCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.urlFileExtensionCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.urlFilenameCondition
"A url_filename_condition block as defined below."
fn spec.forProvider.conditions.urlFilenameCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.urlFilenameCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.urlFilenameCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.urlFilenameCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.urlFilenameCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.urlFilenameCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.forProvider.conditions.urlPathCondition
"A url_path_condition block as defined below."
fn spec.forProvider.conditions.urlPathCondition.withMatchValues
withMatchValues(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
fn spec.forProvider.conditions.urlPathCondition.withMatchValuesMixin
withMatchValuesMixin(matchValues)
"One or more string or integer values(e.g. \"1\") representing the value of the request path to match. Don't include the leading slash (/). If multiple values are specified, they're evaluated using OR logic."
Note: This function appends passed data to existing values
fn spec.forProvider.conditions.urlPathCondition.withNegateCondition
withNegateCondition(negateCondition)
"If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.urlPathCondition.withOperator
withOperator(operator)
"A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below."
fn spec.forProvider.conditions.urlPathCondition.withTransforms
withTransforms(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
fn spec.forProvider.conditions.urlPathCondition.withTransformsMixin
withTransformsMixin(transforms)
"A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below."
Note: This function appends passed data to existing values
obj spec.providerConfigRef
"ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured."
fn spec.providerConfigRef.withName
withName(name)
"Name of the referenced object."
obj spec.providerConfigRef.policy
"Policies for referencing."
fn spec.providerConfigRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.providerConfigRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.providerRef
"ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
"
fn spec.providerRef.withName
withName(name)
"Name of the referenced object."
obj spec.providerRef.policy
"Policies for referencing."
fn spec.providerRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.providerRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.publishConnectionDetailsTo
"PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource."
fn spec.publishConnectionDetailsTo.withName
withName(name)
"Name is the name of the connection secret."
obj spec.publishConnectionDetailsTo.configRef
"SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret."
fn spec.publishConnectionDetailsTo.configRef.withName
withName(name)
"Name of the referenced object."
obj spec.publishConnectionDetailsTo.configRef.policy
"Policies for referencing."
fn spec.publishConnectionDetailsTo.configRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.publishConnectionDetailsTo.configRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.publishConnectionDetailsTo.metadata
"Metadata is the metadata for connection secret."
fn spec.publishConnectionDetailsTo.metadata.withAnnotations
withAnnotations(annotations)
"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."
fn spec.publishConnectionDetailsTo.metadata.withAnnotationsMixin
withAnnotationsMixin(annotations)
"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."
Note: This function appends passed data to existing values
fn spec.publishConnectionDetailsTo.metadata.withLabels
withLabels(labels)
"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."
fn spec.publishConnectionDetailsTo.metadata.withLabelsMixin
withLabelsMixin(labels)
"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."
Note: This function appends passed data to existing values
fn spec.publishConnectionDetailsTo.metadata.withType
withType(type)
"Type is the SecretType for the connection secret. - Only valid for Kubernetes Secret Stores."
obj spec.writeConnectionSecretToRef
"WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other."
fn spec.writeConnectionSecretToRef.withName
withName(name)
"Name of the secret."
fn spec.writeConnectionSecretToRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."