Struct aws_sdk_finspace::input::CreateEnvironmentInput
source · #[non_exhaustive]pub struct CreateEnvironmentInput { /* private fields */ }Implementations§
source§impl CreateEnvironmentInput
impl CreateEnvironmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateEnvironment>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEnvironmentInput.
source§impl CreateEnvironmentInput
impl CreateEnvironmentInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the FinSpace environment to be created.
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The KMS key id to encrypt your data in the FinSpace environment.
Add tags to your FinSpace environment.
sourcepub fn federation_mode(&self) -> Option<&FederationMode>
pub fn federation_mode(&self) -> Option<&FederationMode>
Authentication mode for the environment.
-
FEDERATED- Users access FinSpace through Single Sign On (SSO) via your Identity provider. -
LOCAL- Users access FinSpace via email and password managed within the FinSpace environment.
sourcepub fn federation_parameters(&self) -> Option<&FederationParameters>
pub fn federation_parameters(&self) -> Option<&FederationParameters>
Configuration information when authentication mode is FEDERATED.
sourcepub fn superuser_parameters(&self) -> Option<&SuperuserParameters>
pub fn superuser_parameters(&self) -> Option<&SuperuserParameters>
Configuration information for the superuser.
sourcepub fn data_bundles(&self) -> Option<&[String]>
pub fn data_bundles(&self) -> Option<&[String]>
The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs:
-
arn:aws:finspace:${Region}::data-bundle/capital-markets-sample- Contains sample Capital Markets datasets, categories and controlled vocabularies. -
arn:aws:finspace:${Region}::data-bundle/taq(default) - Contains trades and quotes data in addition to sample Capital Markets data.
Trait Implementations§
source§impl Clone for CreateEnvironmentInput
impl Clone for CreateEnvironmentInput
source§fn clone(&self) -> CreateEnvironmentInput
fn clone(&self) -> CreateEnvironmentInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateEnvironmentInput
impl Debug for CreateEnvironmentInput
source§impl PartialEq<CreateEnvironmentInput> for CreateEnvironmentInput
impl PartialEq<CreateEnvironmentInput> for CreateEnvironmentInput
source§fn eq(&self, other: &CreateEnvironmentInput) -> bool
fn eq(&self, other: &CreateEnvironmentInput) -> bool
self and other values to be equal, and is used
by ==.