interface TargetDomainReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityAgent.TargetDomainReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityagent#TargetDomainReference |
Java | software.amazon.awscdk.interfaces.securityagent.TargetDomainReference |
Python | aws_cdk.interfaces.aws_securityagent.TargetDomainReference |
TypeScript | aws-cdk-lib » interfaces » aws_securityagent » TargetDomainReference |
A reference to a TargetDomain resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityagent as interfaces_securityagent } from 'aws-cdk-lib/interfaces';
const targetDomainReference: interfaces_securityagent.TargetDomainReference = {
targetDomainId: 'targetDomainId',
};
Properties
| Name | Type | Description |
|---|---|---|
| target | string | The TargetDomainId of the TargetDomain resource. |
targetDomainId
Type:
string
The TargetDomainId of the TargetDomain resource.

.NET
Go
Java
Python
TypeScript