Skip to content

Instantly share code, notes, and snippets.

@Console32
Last active July 24, 2019 07:57
Show Gist options
  • Save Console32/ef64c06d3c52e08b02e7b5920c7fd330 to your computer and use it in GitHub Desktop.
Save Console32/ef64c06d3c52e08b02e7b5920c7fd330 to your computer and use it in GitHub Desktop.
medium.bastion-host.props.ts
export interface BastionHostProps {
readonly vpc: ec2.IVpc
readonly instanceType?: ec2.InstanceType;
readonly image: ec2.IMachineImage;
readonly peers: ec2.IPeer[];
readonly keyName: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment