Interface ICfnDomainNameApiAssociationProps
Properties for defining a CfnDomainNameApiAssociation.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnDomainNameApiAssociationProps
Syntax (vb)
Public Interface ICfnDomainNameApiAssociationProps
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.AWS.AppSync;
var cfnDomainNameApiAssociationProps = new CfnDomainNameApiAssociationProps {
ApiId = "apiId",
DomainName = "domainName"
};
Synopsis
Properties
| ApiId | The API ID. |
| DomainName | The domain name. |
Properties
ApiId
The API ID.
string ApiId { get; }
Property Value
Remarks
DomainName
The domain name.
object DomainName { get; }