AWS::SecurityAgent::TargetDomainResource Type definition for AWS::SecurityAgent::TargetDomain
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TargetDomainName | string | RequiredCreate-only |
VerificationMethod | string | Required |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | Timestamp when the target domain was registered |
TargetDomainId | string | Unique identifier of the target domain |
VerificationDetails | VerificationDetails | - |
VerificationStatus | string | Current verification status of the registered target domain |
VerifiedAt | string | Timestamp when the target domain was last successfully verified |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityAgent::TargetDomain
Resources:
MyResource:
Type: AWS::SecurityAgent::TargetDomain
Properties:
TargetDomainName: "my-targetdomainname"
VerificationMethod: "DNS_TXT"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
securityagent:CreateTargetDomainsecurityagent:BatchGetTargetDomainssecurityagent:TagResourcesecurityagent:ListTagsForResourcesecurityagent:BatchGetTargetDomainssecurityagent:ListTagsForResourcesecurityagent:UpdateTargetDomainsecurityagent:BatchGetTargetDomainssecurityagent:TagResourcesecurityagent:UntagResourcesecurityagent:ListTagsForResourcesecurityagent:DeleteTargetDomainsecurityagent:BatchGetTargetDomainssecurityagent:ListTargetDomainsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTargetDomainIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TargetDomainName