Struct aws_sdk_opensearch::model::cognito_options::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CognitoOptions
Implementations
The option to enable Cognito for OpenSearch Dashboards authentication.
The option to enable Cognito for OpenSearch Dashboards authentication.
The Cognito user pool ID for OpenSearch Dashboards authentication.
The Cognito user pool ID for OpenSearch Dashboards authentication.
The Cognito identity pool ID for OpenSearch Dashboards authentication.
The Cognito identity pool ID for OpenSearch Dashboards authentication.
The role ARN that provides OpenSearch permissions for accessing Cognito resources.
The role ARN that provides OpenSearch permissions for accessing Cognito resources.
Consumes the builder and constructs a CognitoOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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