UrlSigningActionParameters Class

Defines the parameters for the Url Signing action.

Constructor

UrlSigningActionParameters()

Variables

Name Description
algorithm
Union[str, <xref:"Algorithm">]

Algorithm to use for URL signing. "SHA256"

parameter_name_override
list[<xref:"UrlSigningParamIdentifier">]

Defines which query string parameters in the url to be considered for expires, key id etc.

type_name
Literal[DeliveryRuleActionParametersType.DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS]

Required. DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS.

Attributes

algorithm

Algorithm to use for URL signing. "SHA256"

algorithm: str | Algorithm

parameterNameOverride

Defines which query string parameters in the url to be considered for expires, key id etc.

parameterNameOverride: list['UrlSigningParamIdentifier']

typeName

Required. DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS.

typeName: DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS: 'DeliveryRuleUrlSigningActionParameters'>]]