Struct aws_sdk_elasticsearch::model::CognitoOptions [−][src]
#[non_exhaustive]pub struct CognitoOptions {
pub enabled: Option<bool>,
pub user_pool_id: Option<String>,
pub identity_pool_id: Option<String>,
pub role_arn: Option<String>,
}
Expand description
Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.enabled: Option<bool>
Specifies the option to enable Cognito for Kibana authentication.
user_pool_id: Option<String>
Specifies the Cognito user pool ID for Kibana authentication.
identity_pool_id: Option<String>
Specifies the Cognito identity pool ID for Kibana authentication.
role_arn: Option<String>
Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.
Implementations
Specifies the option to enable Cognito for Kibana authentication.
Specifies the Cognito user pool ID for Kibana authentication.
Specifies the Cognito identity pool ID for Kibana authentication.
Creates a new builder-style object to manufacture CognitoOptions
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CognitoOptions
impl Send for CognitoOptions
impl Sync for CognitoOptions
impl Unpin for CognitoOptions
impl UnwindSafe for CognitoOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more