Struct aws_sdk_codestarconnections::model::VpcConfiguration [−][src]
#[non_exhaustive]pub struct VpcConfiguration {
pub vpc_id: Option<String>,
pub subnet_ids: Option<Vec<String>>,
pub security_group_ids: Option<Vec<String>>,
pub tls_certificate: Option<String>,
}
Expand description
The VPC configuration provisioned for the host.
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 ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
subnet_ids: Option<Vec<String>>
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
security_group_ids: Option<Vec<String>>
The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
tls_certificate: Option<String>
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
Implementations
Creates a new builder-style object to manufacture VpcConfiguration
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 VpcConfiguration
impl Send for VpcConfiguration
impl Sync for VpcConfiguration
impl Unpin for VpcConfiguration
impl UnwindSafe for VpcConfiguration
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