Class CfnVerifiedAccessEndpointPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVerifiedAccessEndpointPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.782Z")
@Stability(Stable)
public class CfnVerifiedAccessEndpointPropsMixin
extends Mixin
implements software.constructs.IMixin
An AWS Verified Access endpoint specifies the application that AWS Verified Access provides access to.
It must be attached to an AWS Verified Access group. An AWS Verified Access endpoint must also have an attached access policy before you attached it to a group.
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.ec2.*;
import software.amazon.awscdk.*;
IMergeStrategy mergeStrategy;
CfnVerifiedAccessEndpointPropsMixin cfnVerifiedAccessEndpointPropsMixin = CfnVerifiedAccessEndpointPropsMixin.Builder.create(CfnVerifiedAccessEndpointMixinProps.builder()
.applicationDomain("applicationDomain")
.attachmentType("attachmentType")
.cidrOptions(CidrOptionsProperty.builder()
.cidr("cidr")
.portRanges(List.of(PortRangeProperty.builder()
.fromPort(123)
.toPort(123)
.build()))
.protocol("protocol")
.subnetIds(List.of("subnetIds"))
.build())
.description("description")
.domainCertificateArn("domainCertificateArn")
.endpointDomainPrefix("endpointDomainPrefix")
.endpointType("endpointType")
.loadBalancerOptions(LoadBalancerOptionsProperty.builder()
.loadBalancerArn("loadBalancerArn")
.port(123)
.portRanges(List.of(PortRangeProperty.builder()
.fromPort(123)
.toPort(123)
.build()))
.protocol("protocol")
.subnetIds(List.of("subnetIds"))
.build())
.networkInterfaceOptions(NetworkInterfaceOptionsProperty.builder()
.networkInterfaceId("networkInterfaceId")
.port(123)
.portRanges(List.of(PortRangeProperty.builder()
.fromPort(123)
.toPort(123)
.build()))
.protocol("protocol")
.build())
.policyDocument("policyDocument")
.policyEnabled(false)
.rdsOptions(RdsOptionsProperty.builder()
.port(123)
.protocol("protocol")
.rdsDbClusterArn("rdsDbClusterArn")
.rdsDbInstanceArn("rdsDbInstanceArn")
.rdsDbProxyArn("rdsDbProxyArn")
.rdsEndpoint("rdsEndpoint")
.subnetIds(List.of("subnetIds"))
.build())
.securityGroupIds(List.of("securityGroupIds"))
.sseSpecification(SseSpecificationProperty.builder()
.customerManagedKeyEnabled(false)
.kmsKeyArn("kmsKeyArn")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.verifiedAccessGroupId("verifiedAccessGroupId")
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnVerifiedAccessEndpointPropsMixin.static interfaceDescribes the CIDR options for a Verified Access endpoint.static interfaceDescribes the load balancer options when creating an AWS Verified Access endpoint using theload-balancertype.static interfaceDescribes the network interface options when creating an AWS Verified Access endpoint using thenetwork-interfacetype.static interfaceDescribes the port range for a Verified Access endpoint.static interfaceDescribes the RDS options for a Verified Access endpoint.static interfaceAWS Verified Access provides server side encryption by default to data at rest using AWS -owned KMS keys.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::EC2::VerifiedAccessEndpoint.CfnVerifiedAccessEndpointPropsMixin(CfnVerifiedAccessEndpointMixinProps props, CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::EC2::VerifiedAccessEndpoint.protectedCfnVerifiedAccessEndpointPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnVerifiedAccessEndpointPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnVerifiedAccessEndpointMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnVerifiedAccessEndpointPropsMixin
protected CfnVerifiedAccessEndpointPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnVerifiedAccessEndpointPropsMixin
protected CfnVerifiedAccessEndpointPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnVerifiedAccessEndpointPropsMixin
@Stability(Stable) public CfnVerifiedAccessEndpointPropsMixin(@NotNull CfnVerifiedAccessEndpointMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::EC2::VerifiedAccessEndpoint.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnVerifiedAccessEndpointPropsMixin
@Stability(Stable) public CfnVerifiedAccessEndpointPropsMixin(@NotNull CfnVerifiedAccessEndpointMixinProps props) Create a mixin to apply properties toAWS::EC2::VerifiedAccessEndpoint.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-