Interface CfnDomainNameAccessAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomainNameAccessAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:55.455Z")
@Stability(Stable)
public interface CfnDomainNameAccessAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnDomainNameAccessAssociationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.apigateway.*;
CfnDomainNameAccessAssociationMixinProps cfnDomainNameAccessAssociationMixinProps = CfnDomainNameAccessAssociationMixinProps.builder()
.accessAssociationSource("accessAssociationSource")
.accessAssociationSourceType("accessAssociationSourceType")
.domainNameArn("domainNameArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomainNameAccessAssociationMixinPropsstatic final classAn implementation forCfnDomainNameAccessAssociationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessAssociationSource
The identifier of the domain name access association source.For a
VPCE, the value is the VPC endpoint ID.- See Also:
-
getAccessAssociationSourceType
The type of the domain name access association source.Only
VPCEis currently supported.- See Also:
-
getDomainNameArn
The ARN of the domain name.- See Also:
-
getTags
The collection of tags.Each tag element is associated with a given resource.
- See Also:
-
builder
-