Show / Hide Table of Contents

Class CfnDomainNameAccessAssociationMixinProps

Properties for CfnDomainNameAccessAssociationPropsMixin.

Inheritance
object
CfnDomainNameAccessAssociationMixinProps
Implements
ICfnDomainNameAccessAssociationMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnameaccessassociation.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnameaccessassociation.html

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

string

Remarks

For a VPCE , the value is the VPC endpoint ID.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnameaccessassociation.html#cfn-apigateway-domainnameaccessassociation-accessassociationsource

AccessAssociationSourceType

The type of the domain name access association source.

public string? AccessAssociationSourceType { get; set; }
Property Value

string

Remarks

Only VPCE is currently supported.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnameaccessassociation.html#cfn-apigateway-domainnameaccessassociation-accessassociationsourcetype

DomainNameArn

The ARN of the domain name.

public string? DomainNameArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnameaccessassociation.html#cfn-apigateway-domainnameaccessassociation-domainnamearn

Tags

The collection of tags.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

Each tag element is associated with a given resource.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnameaccessassociation.html#cfn-apigateway-domainnameaccessassociation-tags

Implements

ICfnDomainNameAccessAssociationMixinProps
Back to top Generated by DocFX