Packages

case class AWS::Logs::Destination(name: String, DestinationName: Token[String], DestinationPolicy: Token[String], RoleArn: Token[String], TargetArn: Token[String], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None) extends Resource[AWS::Logs::Destination] with HasArn with Product with Serializable

The AWS::Logs::Destination resource creates an Amazon CloudWatch Logs (CloudWatch Logs) destination, which enables you to specify a physical resource (such as an Amazon Kinesis stream) that subscribes to CloudWatch Logs log events from another AWS account.

name

CloudFormation logical name

DestinationName

The name of the CloudWatch Logs destination.

DestinationPolicy

An AWS Identity and Access Management (IAM) policy that specifies who can write to your destination.

RoleArn

The Amazon Resource Name (ARN) of an IAM role that permits CloudWatch Logs to send data to the specified AWS resource (TargetArn).

TargetArn

The ARN of the AWS resource that receives log events. Currently, you can specify only an Amazon Kinesis stream.

Condition

Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.

DependsOn

Declare dependencies for resources that must be created or deleted in a specific order.

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

Instance Constructors

  1. new AWS::Logs::Destination(name: String, DestinationName: Token[String], DestinationPolicy: Token[String], RoleArn: Token[String], TargetArn: Token[String], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None)

    name

    CloudFormation logical name

    DestinationName

    The name of the CloudWatch Logs destination.

    DestinationPolicy

    An AWS Identity and Access Management (IAM) policy that specifies who can write to your destination.

    RoleArn

    The Amazon Resource Name (ARN) of an IAM role that permits CloudWatch Logs to send data to the specified AWS resource (TargetArn).

    TargetArn

    The ARN of the AWS resource that receives log events. Currently, you can specify only an Amazon Kinesis stream.

    Condition

    Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.

    DependsOn

    Declare dependencies for resources that must be created or deleted in a specific order.

Type Members

  1. type RR = Resource[AWS::Logs::Destination]
    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 Condition: Option[ConditionRef]
    Definition Classes
    AWS::Logs::DestinationResource
  5. val DeletionPolicy: Option[DeletionPolicy]
    Definition Classes
    Resource
  6. val DependsOn: Option[Seq[String]]
    Definition Classes
    AWS::Logs::DestinationResource
  7. val DestinationName: Token[String]
  8. val DestinationPolicy: Token[String]
  9. val ResourceType: String
    Definition Classes
    Resource
  10. val RoleArn: Token[String]
  11. val TargetArn: Token[String]
  12. def arn: Token[String]
    Definition Classes
    AWS::Logs::DestinationHasArn
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val name: String
    Definition Classes
    AWS::Logs::DestinationHasArnResource
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def when(newCondition: Option[ConditionRef] = Condition): AWS::Logs::Destination
    Definition Classes
    AWS::Logs::DestinationResource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasArn

Inherited from AnyRef

Inherited from Any

Ungrouped