Struct aws_sdk_finspace::model::Environment
source · #[non_exhaustive]pub struct Environment { /* private fields */ }Expand description
Represents an FinSpace environment.
Implementations§
source§impl Environment
impl Environment
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The identifier of the FinSpace environment.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID of the AWS account in which the FinSpace environment is created.
sourcepub fn status(&self) -> Option<&EnvironmentStatus>
pub fn status(&self) -> Option<&EnvironmentStatus>
The current status of creation of the FinSpace environment.
sourcepub fn environment_url(&self) -> Option<&str>
pub fn environment_url(&self) -> Option<&str>
The sign-in url for the web application of your FinSpace environment.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the FinSpace environment.
sourcepub fn environment_arn(&self) -> Option<&str>
pub fn environment_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of your FinSpace environment.
sourcepub fn sage_maker_studio_domain_url(&self) -> Option<&str>
pub fn sage_maker_studio_domain_url(&self) -> Option<&str>
The url of the integrated FinSpace notebook environment in your web application.
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The KMS key id used to encrypt in the FinSpace environment.
sourcepub fn dedicated_service_account_id(&self) -> Option<&str>
pub fn dedicated_service_account_id(&self) -> Option<&str>
The AWS account ID of the dedicated service account associated with your FinSpace environment.
sourcepub fn federation_mode(&self) -> Option<&FederationMode>
pub fn federation_mode(&self) -> Option<&FederationMode>
The authentication mode for the environment.
sourcepub fn federation_parameters(&self) -> Option<&FederationParameters>
pub fn federation_parameters(&self) -> Option<&FederationParameters>
Configuration information when authentication mode is FEDERATED.
source§impl Environment
impl Environment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Environment.
Trait Implementations§
source§impl Clone for Environment
impl Clone for Environment
source§fn clone(&self) -> Environment
fn clone(&self) -> Environment
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for Environment
impl Debug for Environment
source§impl PartialEq<Environment> for Environment
impl PartialEq<Environment> for Environment
source§fn eq(&self, other: &Environment) -> bool
fn eq(&self, other: &Environment) -> bool
self and other values to be equal, and is used
by ==.