#[non_exhaustive]pub struct GetKxEnvironmentOutput {Show 17 fields
pub name: Option<String>,
pub environment_id: Option<String>,
pub aws_account_id: Option<String>,
pub status: Option<EnvironmentStatus>,
pub tgw_status: Option<TgwStatus>,
pub dns_status: Option<DnsStatus>,
pub error_message: Option<String>,
pub description: Option<String>,
pub environment_arn: Option<String>,
pub kms_key_id: Option<String>,
pub dedicated_service_account_id: Option<String>,
pub transit_gateway_configuration: Option<TransitGatewayConfiguration>,
pub custom_dns_configuration: Option<Vec<CustomDnsServer>>,
pub creation_timestamp: Option<DateTime>,
pub update_timestamp: Option<DateTime>,
pub availability_zone_ids: Option<Vec<String>>,
pub certificate_authority_arn: Option<String>,
/* private fields */
}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.name: Option<String>The name of the kdb environment.
environment_id: Option<String>A unique identifier for the kdb environment.
aws_account_id: Option<String>The unique identifier of the AWS account that is used to create the kdb environment.
status: Option<EnvironmentStatus>The status of the kdb environment.
tgw_status: Option<TgwStatus>The status of the network configuration.
dns_status: Option<DnsStatus>The status of DNS configuration.
error_message: Option<String>Specifies the error message that appears if a flow fails.
description: Option<String>A description for the kdb environment.
environment_arn: Option<String>The ARN identifier of the environment.
kms_key_id: Option<String>The KMS key ID to encrypt your data in the FinSpace environment.
dedicated_service_account_id: Option<String>A unique identifier for the AWS environment infrastructure account.
transit_gateway_configuration: Option<TransitGatewayConfiguration>The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
custom_dns_configuration: Option<Vec<CustomDnsServer>>A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
creation_timestamp: Option<DateTime>The timestamp at which the kdb environment was created in FinSpace.
update_timestamp: Option<DateTime>The timestamp at which the kdb environment was updated.
availability_zone_ids: Option<Vec<String>>The identifier of the availability zones where subnets for the environment are created.
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
Implementations§
source§impl GetKxEnvironmentOutput
impl GetKxEnvironmentOutput
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
A unique identifier for the kdb environment.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The unique identifier of the AWS account that is used to create the kdb environment.
sourcepub fn status(&self) -> Option<&EnvironmentStatus>
pub fn status(&self) -> Option<&EnvironmentStatus>
The status of the kdb environment.
sourcepub fn tgw_status(&self) -> Option<&TgwStatus>
pub fn tgw_status(&self) -> Option<&TgwStatus>
The status of the network configuration.
sourcepub fn dns_status(&self) -> Option<&DnsStatus>
pub fn dns_status(&self) -> Option<&DnsStatus>
The status of DNS configuration.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
Specifies the error message that appears if a flow fails.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the kdb environment.
sourcepub fn environment_arn(&self) -> Option<&str>
pub fn environment_arn(&self) -> Option<&str>
The ARN identifier of the environment.
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.
sourcepub fn dedicated_service_account_id(&self) -> Option<&str>
pub fn dedicated_service_account_id(&self) -> Option<&str>
A unique identifier for the AWS environment infrastructure account.
sourcepub fn transit_gateway_configuration(
&self
) -> Option<&TransitGatewayConfiguration>
pub fn transit_gateway_configuration( &self ) -> Option<&TransitGatewayConfiguration>
The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
sourcepub fn custom_dns_configuration(&self) -> Option<&[CustomDnsServer]>
pub fn custom_dns_configuration(&self) -> Option<&[CustomDnsServer]>
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
sourcepub fn creation_timestamp(&self) -> Option<&DateTime>
pub fn creation_timestamp(&self) -> Option<&DateTime>
The timestamp at which the kdb environment was created in FinSpace.
sourcepub fn update_timestamp(&self) -> Option<&DateTime>
pub fn update_timestamp(&self) -> Option<&DateTime>
The timestamp at which the kdb environment was updated.
sourcepub fn availability_zone_ids(&self) -> Option<&[String]>
pub fn availability_zone_ids(&self) -> Option<&[String]>
The identifier of the availability zones where subnets for the environment are created.
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
source§impl GetKxEnvironmentOutput
impl GetKxEnvironmentOutput
sourcepub fn builder() -> GetKxEnvironmentOutputBuilder
pub fn builder() -> GetKxEnvironmentOutputBuilder
Creates a new builder-style object to manufacture GetKxEnvironmentOutput.
Trait Implementations§
source§impl Clone for GetKxEnvironmentOutput
impl Clone for GetKxEnvironmentOutput
source§fn clone(&self) -> GetKxEnvironmentOutput
fn clone(&self) -> GetKxEnvironmentOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetKxEnvironmentOutput
impl Debug for GetKxEnvironmentOutput
source§impl PartialEq for GetKxEnvironmentOutput
impl PartialEq for GetKxEnvironmentOutput
source§fn eq(&self, other: &GetKxEnvironmentOutput) -> bool
fn eq(&self, other: &GetKxEnvironmentOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetKxEnvironmentOutput
impl RequestId for GetKxEnvironmentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.