ProfileAssociationArgs

data class ProfileAssociationArgs(val arn: Output<String>? = null, val name: Output<String>? = null, val profileId: Output<String>? = null, val resourceId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ProfileAssociationArgs>

Resource Type definition for AWS::Route53Profiles::ProfileAssociation

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null, name: Output<String>? = null, profileId: Output<String>? = null, resourceId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The Amazon Resource Name (ARN) of the profile association.

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

The name of an association between a Profile and a VPC.

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

The ID of the profile that you associated with the resource that is specified by ResourceId.

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

The resource that you associated the profile with.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

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