Struct aws_sdk_finspace::operation::update_kx_environment_network::UpdateKxEnvironmentNetworkOutput
source · #[non_exhaustive]pub struct UpdateKxEnvironmentNetworkOutput {Show 16 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>>,
/* 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>The description of the 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.
Implementations§
source§impl UpdateKxEnvironmentNetworkOutput
impl UpdateKxEnvironmentNetworkOutput
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>
The description of the 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.
source§impl UpdateKxEnvironmentNetworkOutput
impl UpdateKxEnvironmentNetworkOutput
sourcepub fn builder() -> UpdateKxEnvironmentNetworkOutputBuilder
pub fn builder() -> UpdateKxEnvironmentNetworkOutputBuilder
Creates a new builder-style object to manufacture UpdateKxEnvironmentNetworkOutput.
Trait Implementations§
source§impl Clone for UpdateKxEnvironmentNetworkOutput
impl Clone for UpdateKxEnvironmentNetworkOutput
source§fn clone(&self) -> UpdateKxEnvironmentNetworkOutput
fn clone(&self) -> UpdateKxEnvironmentNetworkOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for UpdateKxEnvironmentNetworkOutput
impl PartialEq for UpdateKxEnvironmentNetworkOutput
source§fn eq(&self, other: &UpdateKxEnvironmentNetworkOutput) -> bool
fn eq(&self, other: &UpdateKxEnvironmentNetworkOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateKxEnvironmentNetworkOutput
impl RequestId for UpdateKxEnvironmentNetworkOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.