interface InitialVlanInfoProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_evs.CfnEnvironment.InitialVlanInfoProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsevs#CfnEnvironment_InitialVlanInfoProperty |
![]() | software.amazon.awscdk.services.evs.CfnEnvironment.InitialVlanInfoProperty |
![]() | aws_cdk.aws_evs.CfnEnvironment.InitialVlanInfoProperty |
![]() | aws-cdk-lib » aws_evs » CfnEnvironment » InitialVlanInfoProperty |
Amazon EVS is in public preview release and is subject to change.
An object that represents an initial VLAN subnet for the Amazon EVS environment. Amazon EVS creates initial VLAN subnets when you first create the environment. Amazon EVS creates the following 10 VLAN subnets: host management VLAN, vMotion VLAN, vSAN VLAN, VTEP VLAN, Edge VTEP VLAN, Management VM VLAN, HCX uplink VLAN, NSX uplink VLAN, expansion VLAN 1, expansion VLAN 2.
For each Amazon EVS VLAN subnet, you must specify a non-overlapping CIDR block. Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_evs as evs } from 'aws-cdk-lib';
const initialVlanInfoProperty: evs.CfnEnvironment.InitialVlanInfoProperty = {
cidr: 'cidr',
};
Properties
Name | Type | Description |
---|---|---|
cidr | string | The CIDR block that you provide to create an Amazon EVS VLAN subnet. |
cidr
Type:
string
The CIDR block that you provide to create an Amazon EVS VLAN subnet.
Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24. Amazon EVS VLAN subnet CIDR blocks must not overlap with other subnets in the VPC.