Struct aws_sdk_quicksight::input::GenerateEmbedUrlForAnonymousUserInput[][src]

#[non_exhaustive]
pub struct GenerateEmbedUrlForAnonymousUserInput { pub aws_account_id: Option<String>, pub session_lifetime_in_minutes: Option<i64>, pub namespace: Option<String>, pub session_tags: Option<Vec<SessionTag>>, pub authorized_resource_arns: Option<Vec<String>>, pub experience_configuration: Option<AnonymousUserEmbeddingExperienceConfiguration>, }

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
aws_account_id: Option<String>

The ID for the Amazon Web Services account that contains the dashboard that you're embedding.

session_lifetime_in_minutes: Option<i64>

How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.

namespace: Option<String>

The Amazon QuickSight namespace that the anonymous user virtually belongs to. If you are not using an Amazon QuickSight custom namespace, set this to default.

session_tags: Option<Vec<SessionTag>>

The session tags used for row-level security. Before you use this parameter, make sure that you have configured the relevant datasets using the DataSet$RowLevelPermissionTagConfiguration parameter so that session tags can be used to provide row-level security.

These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see Using Row-Level Security (RLS) with Tags.

authorized_resource_arns: Option<Vec<String>>

The Amazon Resource Names for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session. If you choose Dashboard embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view.

experience_configuration: Option<AnonymousUserEmbeddingExperienceConfiguration>

The configuration of the experience you are embedding.

Implementations

Consumes the builder and constructs an Operation<GenerateEmbedUrlForAnonymousUser>

Creates a new builder-style object to manufacture GenerateEmbedUrlForAnonymousUserInput

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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