Struct aws_sdk_appstream::types::VpcConfig
source · #[non_exhaustive]pub struct VpcConfig { /* private fields */ }
Expand description
Describes VPC configuration information for fleets and image builders.
Implementations§
source§impl VpcConfig
impl VpcConfig
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
sourcepub fn security_group_ids(&self) -> Option<&[String]>
pub fn security_group_ids(&self) -> Option<&[String]>
The identifiers of the security groups for the fleet or image builder.