AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SecurityAgent::TargetDomain

CfnTargetDomain

Resource Type definition for AWS::SecurityAgent::TargetDomain.

Import

import { CfnTargetDomain } from 'aws-cdk-lib/aws-securityagent';

Or use the module namespace:

import * as securityagent from 'aws-cdk-lib/aws-securityagent';
// securityagent.CfnTargetDomain

Properties

Configuration passed to the constructor as CfnTargetDomainProps.

targetDomainNameRequired
string

Domain name of the target domain.

verificationMethodRequired
string

Verification method for the target domain.

tagsOptional
CfnTag[]

Tags for the target domain.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-securityagent
CFN TypeAWS::SecurityAgent::TargetDomain
Properties3

External Links