TargetGroup

class TargetGroup : KotlinCustomResource

A target group is a collection of targets, or compute resources, that run your application or service. A target group can only be used by a single service.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the target group.

Link copied to clipboard
val awsId: Output<String>

The ID of the target group.

Link copied to clipboard

The target group configuration.

Link copied to clipboard
val createdAt: Output<String>

The date and time that the target group was created, specified in ISO-8601 format.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdatedAt: Output<String>

The date and time that the target group was last updated, specified in ISO-8601 format.

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

The name of the target group. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The operation's status. You can retry the operation if the status is CREATE_FAILED . However, if you retry it while the status is CREATE_IN_PROGRESS , there is no change in the status.

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags for the target group.

Link copied to clipboard

Describes a target.

Link copied to clipboard
val type: Output<TargetGroupType>

The type of target group.

Link copied to clipboard
val urn: Output<String>