Sha256: c7a518bea55290d226c4feff8c003775805766e5f44648f3193113a6ab5dbb1f
Contents?: true
Size: 846 Bytes
Versions: 52
Compression:
Stored size: 846 Bytes
Contents
require_relative '../resource_property' module Convection module Model class Template class ResourceProperty # Represents an {https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html # EC2 Spot Fleet Request Config Data Launch Specifications Block Device Mapping Ebs Property Type} class EC2SpotFleetRequestConfigDataLaunchSpecificationsBlockDeviceMappingEbs < ResourceProperty property :delete_on_termination, 'DeleteOnTermination' property :encrypted, 'Encrypted' property :iops, 'Iops' property :snapshot_id, 'SnapshotId' property :volume_size, 'VolumeSize' property :volume_type, 'VolumeType' end end end end end
Version data entries
52 entries across 52 versions & 1 rubygems