Show / Hide Table of Contents

Interface ITargetDomainReference

A reference to a TargetDomain resource.

Namespace: Amazon.CDK.Interfaces.SecurityAgent
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITargetDomainReference
Syntax (vb)
Public Interface ITargetDomainReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.SecurityAgent;

            var targetDomainReference = new TargetDomainReference {
                TargetDomainId = "targetDomainId"
            };

Synopsis

Properties

TargetDomainId

The TargetDomainId of the TargetDomain resource.

Properties

TargetDomainId

The TargetDomainId of the TargetDomain resource.

string TargetDomainId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX