Struct aws_sdk_securityhub::model::AwsElasticsearchDomainVpcOptions [−][src]
#[non_exhaustive]pub struct AwsElasticsearchDomainVpcOptions {
pub availability_zones: Option<Vec<String>>,
pub security_group_ids: Option<Vec<String>>,
pub subnet_ids: Option<Vec<String>>,
pub vpc_id: Option<String>,
}
Expand description
Information that OpenSearch derives based on VPCOptions
for the
domain.
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.availability_zones: Option<Vec<String>>
The list of Availability Zones associated with the VPC subnets.
security_group_ids: Option<Vec<String>>
The list of security group IDs associated with the VPC endpoints for the domain.
subnet_ids: Option<Vec<String>>
A list of subnet IDs associated with the VPC endpoints for the domain.
vpc_id: Option<String>
ID for the VPC.
Implementations
The list of Availability Zones associated with the VPC subnets.
The list of security group IDs associated with the VPC endpoints for the domain.
A list of subnet IDs associated with the VPC endpoints for the domain.
Creates a new builder-style object to manufacture AwsElasticsearchDomainVpcOptions
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 Send for AwsElasticsearchDomainVpcOptions
impl Sync for AwsElasticsearchDomainVpcOptions
impl Unpin for AwsElasticsearchDomainVpcOptions
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