Contents:
aws_cdk.aws_ec2.
IMachineImage
Bases: typing_extensions.Protocol
typing_extensions.Protocol
Interface for classes that can select an appropriate machine image to use.
Methods
get_image
Return the image to use in the given context.
scope (Construct) –
Construct
MachineImageConfig