Class CfnDomainNameApiAssociationProps
Properties for defining a CfnDomainNameApiAssociation
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomainNameApiAssociationProps : ICfnDomainNameApiAssociationProps
Syntax (vb)
Public Class CfnDomainNameApiAssociationProps Implements 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
Constructors
CfnDomainNameApiAssociationProps() | Properties for defining a |
Properties
ApiId | The API ID. |
DomainName | The domain name. |
Constructors
CfnDomainNameApiAssociationProps()
Properties for defining a CfnDomainNameApiAssociation
.
public CfnDomainNameApiAssociationProps()
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"
};
Properties
ApiId
The API ID.
public string ApiId { get; set; }
Property Value
Remarks
DomainName
The domain name.
public string DomainName { get; set; }