ResourceAssociationArgs

data class ResourceAssociationArgs(val application: Output<String>? = null, val resource: Output<String>? = null, val resourceType: Output<ResourceAssociationResourceType>? = null) : ConvertibleToJava<ResourceAssociationArgs>

Resource Schema for AWS::ServiceCatalogAppRegistry::ResourceAssociation

Constructors

Link copied to clipboard
constructor(application: Output<String>? = null, resource: Output<String>? = null, resourceType: Output<ResourceAssociationResourceType>? = null)

Properties

Link copied to clipboard
val application: Output<String>? = null

The name or the Id of the Application.

Link copied to clipboard
val resource: Output<String>? = null

The name or the Id of the Resource.

Link copied to clipboard

The type of the CFN Resource for now it's enum CFN_STACK.

Functions

Link copied to clipboard
open override fun toJava(): ResourceAssociationArgs