App Resource Mapping Args
data class AppResourceMappingArgs(val eksSourceName: Output<String>? = null, val logicalStackName: Output<String>? = null, val mappingType: Output<String>, val physicalResourceId: Output<AppPhysicalResourceIdArgs>, val resourceName: Output<String>? = null, val terraformSourceName: Output<String>? = null) : ConvertibleToJava<AppResourceMappingArgs>
Resource mapping is used to map logical resources from template to physical resource
Properties
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 AWS 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 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
.