Interface SubnetDescription

interface SubnetDescription {
    args: SubnetArgs;
    ignoreChanges?: string[];
    subnetName: string;
    type: VpcSubnetType;
}

Properties

ignoreChanges?: string[]
subnetName: string

Generated using TypeDoc