pub struct VpcConfig {
pub security_group_ids: Option<ValueList<String>>,
pub subnet_ids: Option<ValueList<String>>,
}Expand description
The AWS::AppStream::ImageBuilder.VpcConfig property type.
Fields§
§security_group_ids: Option<ValueList<String>>Property SecurityGroupIds.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
subnet_ids: Option<ValueList<String>>Property SubnetIds.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VpcConfig
impl RefUnwindSafe for VpcConfig
impl Send for VpcConfig
impl Sync for VpcConfig
impl Unpin for VpcConfig
impl UnwindSafe for VpcConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more