UpdatedAuthorizerConfiguration¶
Structure Class¶
UpdatedAuthorizerConfiguration
dataclass
¶
Wrapper for updating an optional AuthorizerConfiguration field with PATCH semantics. When present in an update request, the authorizer configuration is replaced with optionalValue. When absent, the authorizer configuration is left unchanged. To unset, include the wrapper with optionalValue not specified.
Attributes¶
optional_value
class-attribute
instance-attribute
¶
optional_value: AuthorizerConfiguration | None = None
The updated authorizer configuration value. If not specified, it will clear the current authorizer configuration of the resource.