Packages

case class AWS::ElasticLoadBalancing::LoadBalancer extends Resource[AWS::ElasticLoadBalancing::LoadBalancer] with Product with Serializable

The AvailabilityZones and Subnets properties are mutually exclusive, with the latter being used for ELBs within VPCs. Therefore, the default constructor is private and methods on the companion object are used to safely construct the resource. See http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html

Linear Supertypes
Serializable, Serializable, Product, Equals, Resource[AWS::ElasticLoadBalancing::LoadBalancer], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AWS::ElasticLoadBalancing::LoadBalancer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Resource
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type RR = Resource[AWS::ElasticLoadBalancing::LoadBalancer]
    Definition Classes
    Resource

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AccessLoggingPolicy: Option[ELBAccessLoggingPolicy]
  5. val AppCookieStickinessPolicy: Option[ELBAppCookieStickinessPolicy]
  6. val AvailabilityZones: TokenSeq[String]
  7. val Condition: Option[ConditionRef]
  8. val ConnectionDrainingPolicy: Option[ELBConnectionDrainingPolicy]
  9. val ConnectionSettings: Option[ELBConnectionSettings]
  10. val CrossZone: Option[Boolean]
  11. val DeletionPolicy: Option[DeletionPolicy]
    Definition Classes
    Resource
  12. val DependsOn: Option[Seq[String]]
  13. val HealthCheck: Option[ELBHealthCheck]
  14. val Instances: Seq[Token[ResourceRef[AWS::EC2::Instance]]]
  15. val LBCookieStickinessPolicy: Option[ELBLBCookieStickinessPolicy]
  16. val Listeners: Seq[ELBListener]
  17. val LoadBalancerName: Option[Token[String]]
  18. val Policies: Seq[ELBPolicy]
  19. val ResourceType: String
    Definition Classes
    Resource
  20. val Scheme: Option[ELBScheme]
  21. val SecurityGroups: Seq[Token[ResourceRef[AWS::EC2::SecurityGroup]]]
  22. val Subnets: Seq[Token[ResourceRef[AWS::EC2::Subnet]]]
  23. val Tags: Seq[AmazonTag]
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val name: String
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def when(newCondition: Option[ConditionRef] = Condition): AWS::ElasticLoadBalancing::LoadBalancer

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped