Struct aws_sdk_elasticsearch::model::VpcDerivedInfo [−][src]
#[non_exhaustive]pub struct VpcDerivedInfo {
pub vpc_id: Option<String>,
pub subnet_ids: Option<Vec<String>>,
pub availability_zones: Option<Vec<String>>,
pub security_group_ids: Option<Vec<String>>,
}
Expand description
Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.
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.vpc_id: Option<String>
The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
subnet_ids: Option<Vec<String>>
Specifies the subnets for VPC endpoint.
availability_zones: Option<Vec<String>>
The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
security_group_ids: Option<Vec<String>>
Specifies the security groups for VPC endpoint.
Implementations
The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
Creates a new builder-style object to manufacture VpcDerivedInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for VpcDerivedInfo
impl Send for VpcDerivedInfo
impl Sync for VpcDerivedInfo
impl Unpin for VpcDerivedInfo
impl UnwindSafe for VpcDerivedInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
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