ProfileResourceAssociationArgs

data class ProfileResourceAssociationArgs(val name: Output<String>? = null, val profileId: Output<String>? = null, val resourceArn: Output<String>? = null, val resourceProperties: Output<String>? = null) : ConvertibleToJava<ProfileResourceAssociationArgs>

Resource Type definition for AWS::Route53Profiles::ProfileResourceAssociation

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, profileId: Output<String>? = null, resourceArn: Output<String>? = null, resourceProperties: Output<String>? = null)

Properties

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

The name of an association between the Profile and resource.

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

The ID of the profile that you associated the resource to that is specified by ResourceArn.

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

The arn of the resource that you associated to the Profile.

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

A JSON-formatted string with key-value pairs specifying the properties of the associated resource.

Functions

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