Class CfnDomainNameAccessAssociationProps
Properties for defining a CfnDomainNameAccessAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomainNameAccessAssociationProps : ICfnDomainNameAccessAssociationProps
Syntax (vb)
Public Class CfnDomainNameAccessAssociationProps Implements ICfnDomainNameAccessAssociationProps
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.APIGateway;
var cfnDomainNameAccessAssociationProps = new CfnDomainNameAccessAssociationProps {
AccessAssociationSource = "accessAssociationSource",
AccessAssociationSourceType = "accessAssociationSourceType",
DomainNameArn = "domainNameArn",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnDomainNameAccessAssociationProps() | Properties for defining a |
Properties
| AccessAssociationSource | The identifier of the domain name access association source. |
| AccessAssociationSourceType | The type of the domain name access association source. |
| DomainNameArn | The ARN of the domain name. |
| Tags | The collection of tags. |
Constructors
CfnDomainNameAccessAssociationProps()
Properties for defining a CfnDomainNameAccessAssociation.
public CfnDomainNameAccessAssociationProps()
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.APIGateway;
var cfnDomainNameAccessAssociationProps = new CfnDomainNameAccessAssociationProps {
AccessAssociationSource = "accessAssociationSource",
AccessAssociationSourceType = "accessAssociationSourceType",
DomainNameArn = "domainNameArn",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
AccessAssociationSource
The identifier of the domain name access association source.
public string AccessAssociationSource { get; set; }
Property Value
Remarks
For a VPCE , the value is the VPC endpoint ID.
AccessAssociationSourceType
The type of the domain name access association source.
public string AccessAssociationSourceType { get; set; }
Property Value
Remarks
DomainNameArn
The ARN of the domain name.
public string DomainNameArn { get; set; }
Property Value
Remarks
Tags
The collection of tags.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]
Remarks
Each tag element is associated with a given resource.