AWS Fundamentals Logo
AWS Fundamentals
AWS::SecurityAgent::TargetDomain

SecurityAgent TargetDomain

Resource Type definition for AWS::SecurityAgent::TargetDomain

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
TargetDomainName
string
RequiredCreate-only
VerificationMethod
string
Required
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringTimestamp when the target domain was registered
TargetDomainIdstringUnique identifier of the target domain
VerificationDetailsVerificationDetails-
VerificationStatusstringCurrent verification status of the registered target domain
VerifiedAtstringTimestamp when the target domain was last successfully verified

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

securityagent:CreateTargetDomainsecurityagent:BatchGetTargetDomainssecurityagent:TagResourcesecurityagent:ListTagsForResource

read

securityagent:BatchGetTargetDomainssecurityagent:ListTagsForResource

update

securityagent:UpdateTargetDomainsecurityagent:BatchGetTargetDomainssecurityagent:TagResourcesecurityagent:UntagResourcesecurityagent:ListTagsForResource

delete

securityagent:DeleteTargetDomainsecurityagent:BatchGetTargetDomains

list

securityagent:ListTargetDomains

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSecurityAgent
Properties8
Required2
TaggingSupported
Primary IDTargetDomainId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TargetDomainName

External Links