Show / Hide Table of Contents

Class DomainNameApiAssociationReference

A reference to a DomainNameApiAssociation resource.

Inheritance
object
DomainNameApiAssociationReference
Implements
IDomainNameApiAssociationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DomainNameApiAssociationReference : IDomainNameApiAssociationReference
Syntax (vb)
Public Class DomainNameApiAssociationReference Implements IDomainNameApiAssociationReference
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.AppSync;

            var domainNameApiAssociationReference = new DomainNameApiAssociationReference {
                ApiAssociationIdentifier = "apiAssociationIdentifier"
            };

Synopsis

Constructors

DomainNameApiAssociationReference()

A reference to a DomainNameApiAssociation resource.

Properties

ApiAssociationIdentifier

The ApiAssociationIdentifier of the DomainNameApiAssociation resource.

Constructors

DomainNameApiAssociationReference()

A reference to a DomainNameApiAssociation resource.

public DomainNameApiAssociationReference()
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.AppSync;

            var domainNameApiAssociationReference = new DomainNameApiAssociationReference {
                ApiAssociationIdentifier = "apiAssociationIdentifier"
            };

Properties

ApiAssociationIdentifier

The ApiAssociationIdentifier of the DomainNameApiAssociation resource.

public string ApiAssociationIdentifier { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDomainNameApiAssociationReference
Back to top Generated by DocFX