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