RoutedResource

Contains information about the routed resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the routed resource. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.

Link copied to clipboard
val name: String?

The name of the routed resource.

Functions

Link copied to clipboard
inline fun copy(block: RoutedResource.Builder.() -> Unit = {}): RoutedResource
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String