Sha256: d5b7c45e3818c0e8baddabc5f5e3eca34d5386c6be7758d94e0b3d9486fd2ece
Contents?: true
Size: 646 Bytes
Versions: 1
Compression:
Stored size: 646 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-elasticloadbalancingv2-loadbalancer-subnetmapping.html # Elastic Load Balancing LoadBalancer SubnetMapping Type} class ELBV2LoadBalancerSubnetMapping < ResourceProperty # https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_SubnetMapping.html property :subnet_id, 'SubnetId' property :allocation_id, 'AllocationId' end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
convection-2.3.1 | lib/convection/model/template/resource_property/aws_elbv2_load_balancer_subnet_mapping.rb |