pub struct UserTokenConfiguration {
pub json_token_type_configuration: Option<Value<JsonTokenTypeConfiguration>>,
pub jwt_token_type_configuration: Option<Value<JwtTokenTypeConfiguration>>,
}Expand description
The AWS::Kendra::Index.UserTokenConfiguration property type.
Fields§
§json_token_type_configuration: Option<Value<JsonTokenTypeConfiguration>>Property JsonTokenTypeConfiguration.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
jwt_token_type_configuration: Option<Value<JwtTokenTypeConfiguration>>Property JwtTokenTypeConfiguration.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for UserTokenConfiguration
impl Debug for UserTokenConfiguration
Source§impl Default for UserTokenConfiguration
impl Default for UserTokenConfiguration
Source§fn default() -> UserTokenConfiguration
fn default() -> UserTokenConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UserTokenConfiguration
impl RefUnwindSafe for UserTokenConfiguration
impl Send for UserTokenConfiguration
impl Sync for UserTokenConfiguration
impl Unpin for UserTokenConfiguration
impl UnwindSafe for UserTokenConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more