public ifAwsEc2InstanceSourceVpc(
    value: string | string[],
    operator?: Operator | string,
  ) {
    return this.if('aws:Ec2InstanceSourceVpc', value, operator);