cfdsl.ec2.property.EbsBackedParavirtual Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cfdsl Show documentation
Show all versions of cfdsl Show documentation
Java DSL for Amazon CloudFormation templates
The newest version!
package cfdsl.ec2.property;
@Deprecated
public class EbsBackedParavirtual extends MachineImage {
public EbsBackedParavirtual(String amiId) {
super(amiId);
}
}