pub struct VPCOptions {
pub security_group_ids: Option<ValueList<String>>,
pub subnet_ids: Option<ValueList<String>>,
}Expand description
The AWS::Elasticsearch::Domain.VPCOptions 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§
Source§impl Debug for VPCOptions
impl Debug for VPCOptions
Source§impl Default for VPCOptions
impl Default for VPCOptions
Source§fn default() -> VPCOptions
fn default() -> VPCOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VPCOptions
impl RefUnwindSafe for VPCOptions
impl Send for VPCOptions
impl Sync for VPCOptions
impl Unpin for VPCOptions
impl UnwindSafe for VPCOptions
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