Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The Amazon Resource Name (ARN) of the traffic distribution group.

Link copied to clipboard

The description of the traffic distribution group.

Link copied to clipboard
var id: String?

The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.

Link copied to clipboard

The Amazon Resource Name (ARN).

Link copied to clipboard

Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the DeleteTrafficDistributionGroup API. The default traffic distribution group is deleted as part of the process for deleting a replica.

Link copied to clipboard
var name: String?

The name of the traffic distribution group.

Link copied to clipboard

The status of the traffic distribution group.

Link copied to clipboard

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.