ResourceMapping

Defines a resource mapping.

Types

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

Properties

Link copied to clipboard

Name of the application this resource is mapped to when the mappingType is AppRegistryApp.

Link copied to clipboard

Name of the Amazon Elastic Kubernetes Service cluster and namespace that this resource is mapped to when the mappingType is EKS.

Link copied to clipboard

Name of the CloudFormation stack this resource is mapped to when the mappingType is CfnStack.

Link copied to clipboard

Specifies the type of resource mapping.

Link copied to clipboard

Identifier of the physical resource.

Link copied to clipboard

Name of the Resource Groups that this resource is mapped to when the mappingType is ResourceGroup.

Link copied to clipboard

Name of the resource that this resource is mapped to when the mappingType is Resource.

Link copied to clipboard

Name of the Terraform source that this resource is mapped to when the mappingType is Terraform.

Functions

Link copied to clipboard
inline fun copy(block: ResourceMapping.Builder.() -> Unit = {}): ResourceMapping
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