---
type: resource-type
title: TargetDomain
description: aws resource type AWS::SecurityAgent::TargetDomain
name: TargetDomain
lexicon: aws
resource_type: AWS::SecurityAgent::TargetDomain
---
`AWS::SecurityAgent::TargetDomain`, a resource type of the aws lexicon.

## Properties

- `TargetDomainName` (`string`, required): Domain name of the target domain
- `VerificationMethod` (`"DNS_TXT" | "HTTP_ROUTE" | "PRIVATE_VPC"`, required): Verification method for the target domain
- `CreatedAt` (`string`, optional): Timestamp when the target domain was registered
- `Tags` (`TargetDomain_Tag[]`, optional): Tags for the target domain
- `TargetDomainId` (`string`, optional): Unique identifier of the target domain
- `VerificationDetails` (`TargetDomain_VerificationDetails`, optional)
- `VerificationStatus` (`"FAILED" | "PENDING" | "UNREACHABLE" | "VERIFIED"`, optional): Current verification status of the registered target domain
- `VerificationStatusReason` (`string`, optional): Reason for the current target domain verification status
- `VerifiedAt` (`string`, optional): Timestamp when the target domain was last successfully verified

## Attributes

- `CreatedAt`
- `TargetDomainId`
- `VerificationDetails`
- `VerificationStatus`
- `VerificationStatusReason`
- `VerifiedAt`
