DomainNameV2Reference

class aws_cdk.aws_apigateway.DomainNameV2Reference(*, domain_name_arn)

Bases: object

A reference to a DomainNameV2 resource.

Parameters:

domain_name_arn (str) – The DomainNameArn of the DomainNameV2 resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_apigateway as apigateway

domain_name_v2_reference = apigateway.DomainNameV2Reference(
    domain_name_arn="domainNameArn"
)

Attributes

domain_name_arn

The DomainNameArn of the DomainNameV2 resource.