Safe Haskell | None |
---|---|
Language | Haskell2010 |
The AWS::EC2::EIP resource allocates an Elastic IP (EIP) address and can, optionally, associate it with an Amazon EC2 instance.
Documentation
Full data type definition for EIP. See eip
for a more convenient
constructor.
EIP | |
|
eipInstanceId :: Lens' EIP (Maybe (Val Text)) Source
The Instance ID of the Amazon EC2 instance that you want to associate with this Elastic IP address.
eipDomain :: Lens' EIP (Maybe (Val Text)) Source
Set to vpc to allocate the address to your Virtual Private Cloud (VPC). No other values are supported. Note If you define an Elastic IP address and associate it with a VPC that is defined in the same template, you must declare a dependency on the VPC-gateway attachment by using the DependsOn attribute on this resource. For more information, see DependsOn Attribute. For more information, see AllocateAddress in the Amazon EC2 API Reference. For more information about Elastic IP Addresses in VPC, go to IP Addressing in Your VPC in the Amazon VPC User Guide.