Class CfnDomainNameAccessAssociationMixinProps
Properties for CfnDomainNameAccessAssociationPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ApiGateway
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDomainNameAccessAssociationMixinProps : ICfnDomainNameAccessAssociationMixinProps
Syntax (vb)
Public Class CfnDomainNameAccessAssociationMixinProps Implements ICfnDomainNameAccessAssociationMixinProps
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.CfnPropertyMixins.AWS.ApiGateway;
var cfnDomainNameAccessAssociationMixinProps = new CfnDomainNameAccessAssociationMixinProps {
AccessAssociationSource = "accessAssociationSource",
AccessAssociationSourceType = "accessAssociationSourceType",
DomainNameArn = "domainNameArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnDomainNameAccessAssociationMixinProps() | Properties for CfnDomainNameAccessAssociationPropsMixin. |
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
CfnDomainNameAccessAssociationMixinProps()
Properties for CfnDomainNameAccessAssociationPropsMixin.
public CfnDomainNameAccessAssociationMixinProps()
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.CfnPropertyMixins.AWS.ApiGateway;
var cfnDomainNameAccessAssociationMixinProps = new CfnDomainNameAccessAssociationMixinProps {
AccessAssociationSource = "accessAssociationSource",
AccessAssociationSourceType = "accessAssociationSourceType",
DomainNameArn = "domainNameArn",
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.