com.krux.hyperion.objects.aws

AdpEc2Resource

Related Doc: package aws

case class AdpEc2Resource(id: String, name: Option[String], terminateAfter: String, role: Option[String], resourceRole: Option[String], imageId: Option[String], instanceType: Option[String], region: Option[String], securityGroups: Option[Seq[String]], securityGroupIds: Option[Seq[String]], associatePublicIpAddress: Option[String], keyPair: Option[String]) extends AdpDataPipelineAbstractObject with AdpResource with Product with Serializable

An EC2 instance that will perform the work defined by a pipeline activity.

role

The IAM role to use to create the EC2 instance.

resourceRole

The IAM role to use to control the resources that the EC2 instance can access.

imageId

The AMI version to use for the EC2 instances. For more information, see Amazon Machine Images (AMIs).

instanceType

The type of EC2 instance to use for the resource pool. The default value is m1.small. The values currently supported are: c1.medium, c1.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c3.large, c3.xlarge, cc1.4xlarge, cc2.8xlarge, cg1.4xlarge, cr1.8xlarge, g2.2xlarge, hi1.4xlarge, hs1.8xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i2.xlarge, m1.large, m1.medium, m1.small, m1.xlarge, m2.2xlarge, m2.4xlarge, m2.xlarge, m3.2xlarge, m3.xlarge, t1.micro.

region

A region code to specify that the resource should run in a different region. For more information, see Using a Pipeline with Resources in Multiple Regions.

securityGroups

The names of one or more security groups to use for the instances in the resource pool. By default, Amazon EC2 uses the default security group.

securityGroupIds

The IDs of one or more security groups to use for the instances in the resource pool. By default, Amazon EC2 uses the default security group.

associatePublicIpAddress

Indicates whether to assign a public IP address to an instance. (An instance in a VPC can't access Amazon S3 unless it has a public IP address or a network address translation (NAT) instance with proper routing configuration.) If the instance is in EC2-Classic or a default VPC, the default value is true. Otherwise, the default value is false.

Source
AdpResources.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AdpResource, AdpDataPipelineObject, AdpDataPipelineAbstractObject, AdpObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AdpEc2Resource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AdpResource
  7. AdpDataPipelineObject
  8. AdpDataPipelineAbstractObject
  9. AdpObject
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AdpEc2Resource(id: String, name: Option[String], terminateAfter: String, role: Option[String], resourceRole: Option[String], imageId: Option[String], instanceType: Option[String], region: Option[String], securityGroups: Option[Seq[String]], securityGroupIds: Option[Seq[String]], associatePublicIpAddress: Option[String], keyPair: Option[String])

    role

    The IAM role to use to create the EC2 instance.

    resourceRole

    The IAM role to use to control the resources that the EC2 instance can access.

    imageId

    The AMI version to use for the EC2 instances. For more information, see Amazon Machine Images (AMIs).

    instanceType

    The type of EC2 instance to use for the resource pool. The default value is m1.small. The values currently supported are: c1.medium, c1.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c3.large, c3.xlarge, cc1.4xlarge, cc2.8xlarge, cg1.4xlarge, cr1.8xlarge, g2.2xlarge, hi1.4xlarge, hs1.8xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i2.xlarge, m1.large, m1.medium, m1.small, m1.xlarge, m2.2xlarge, m2.4xlarge, m2.xlarge, m3.2xlarge, m3.xlarge, t1.micro.

    region

    A region code to specify that the resource should run in a different region. For more information, see Using a Pipeline with Resources in Multiple Regions.

    securityGroups

    The names of one or more security groups to use for the instances in the resource pool. By default, Amazon EC2 uses the default security group.

    securityGroupIds

    The IDs of one or more security groups to use for the instances in the resource pool. By default, Amazon EC2 uses the default security group.

    associatePublicIpAddress

    Indicates whether to assign a public IP address to an instance. (An instance in a VPC can't access Amazon S3 unless it has a public IP address or a network address translation (NAT) instance with proper routing configuration.) If the instance is in EC2-Classic or a default VPC, the default value is true. Otherwise, the default value is false.

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val associatePublicIpAddress: Option[String]

    Indicates whether to assign a public IP address to an instance.

    Indicates whether to assign a public IP address to an instance. (An instance in a VPC can't access Amazon S3 unless it has a public IP address or a network address translation (NAT) instance with proper routing configuration.) If the instance is in EC2-Classic or a default VPC, the default value is true. Otherwise, the default value is false.

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. val id: String

    The ID of the object, IDs must be unique within a pipeline definition

    The ID of the object, IDs must be unique within a pipeline definition

    Definition Classes
    AdpEc2ResourceAdpDataPipelineObjectAdpDataPipelineAbstractObject
  11. val imageId: Option[String]

    The AMI version to use for the EC2 instances.

    The AMI version to use for the EC2 instances. For more information, see Amazon Machine Images (AMIs).

  12. val instanceType: Option[String]

    The type of EC2 instance to use for the resource pool.

    The type of EC2 instance to use for the resource pool. The default value is m1.small. The values currently supported are: c1.medium, c1.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c3.large, c3.xlarge, cc1.4xlarge, cc2.8xlarge, cg1.4xlarge, cr1.8xlarge, g2.2xlarge, hi1.4xlarge, hs1.8xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i2.xlarge, m1.large, m1.medium, m1.small, m1.xlarge, m2.2xlarge, m2.4xlarge, m2.xlarge, m3.2xlarge, m3.xlarge, t1.micro.

  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. val keyPair: Option[String]

    Definition Classes
    AdpEc2ResourceAdpResource
  15. val name: Option[String]

    The optional, user-defined label of the object.

    The optional, user-defined label of the object. If you do not provide a name for an object in a pipeline definition, AWS Data Pipeline automatically duplicates the value of id.

    Definition Classes
    AdpEc2ResourceAdpDataPipelineObjectAdpDataPipelineAbstractObject
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. val region: Option[String]

    A region code to specify that the resource should run in a different region.

    A region code to specify that the resource should run in a different region. For more information, see Using a Pipeline with Resources in Multiple Regions.

  20. val resourceRole: Option[String]

    The IAM role to use to control the resources that the EC2 instance can access.

  21. val role: Option[String]

    The IAM role to use to create the EC2 instance.

  22. val securityGroupIds: Option[Seq[String]]

    The IDs of one or more security groups to use for the instances in the resource pool.

    The IDs of one or more security groups to use for the instances in the resource pool. By default, Amazon EC2 uses the default security group.

  23. val securityGroups: Option[Seq[String]]

    The names of one or more security groups to use for the instances in the resource pool.

    The names of one or more security groups to use for the instances in the resource pool. By default, Amazon EC2 uses the default security group.

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. val terminateAfter: String

    Definition Classes
    AdpEc2ResourceAdpResource
  26. val type: String

    The type of object.

    The type of object. Use one of the predefined AWS Data Pipeline object types.

    Definition Classes
    AdpEc2ResourceAdpDataPipelineObject
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AdpResource

Inherited from AdpDataPipelineObject

Inherited from AdpObject

Inherited from AnyRef

Inherited from Any

Ungrouped