pub struct OpenIDConnectConfig {
pub auth_ttl: Option<Value<f64>>,
pub client_id: Option<Value<String>>,
pub iat_ttl: Option<Value<f64>>,
pub issuer: Option<Value<String>>,
}Expand description
The AWS::AppSync::GraphQLApi.OpenIDConnectConfig property type.
Fields§
§auth_ttl: Option<Value<f64>>Property AuthTTL.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
client_id: Option<Value<String>>Property ClientId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
iat_ttl: Option<Value<f64>>Property IatTTL.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
issuer: Option<Value<String>>Property Issuer.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for OpenIDConnectConfig
impl Debug for OpenIDConnectConfig
Source§impl Default for OpenIDConnectConfig
impl Default for OpenIDConnectConfig
Source§fn default() -> OpenIDConnectConfig
fn default() -> OpenIDConnectConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OpenIDConnectConfig
impl RefUnwindSafe for OpenIDConnectConfig
impl Send for OpenIDConnectConfig
impl Sync for OpenIDConnectConfig
impl Unpin for OpenIDConnectConfig
impl UnwindSafe for OpenIDConnectConfig
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