Class DomainNameApiAssociationReference
A reference to a DomainNameApiAssociation resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated