UrlSigningParamIdentifier Class

Defines how to identify a parameter for a specific purpose e.g. expires.

Constructor

UrlSigningParamIdentifier()

Variables

Name Description
param_indicator
Union[str, <xref:"ParamIndicator">]

Indicates the purpose of the parameter. Required. Known values are: "Expires", "KeyId", and "Signature".

param_name
str

Parameter name. Required.

Attributes

paramIndicator

"Expires", "KeyId", and "Signature".

paramIndicator: Required[str | ParamIndicator]

paramName

Parameter name. Required.

paramName: Required[str]