Interface CfnVPCEConfigurationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPCEConfigurationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.053Z")
@Stability(Stable)
public interface CfnVPCEConfigurationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnVPCEConfigurationPropsMixin.
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.devicefarm.*;
CfnVPCEConfigurationMixinProps cfnVPCEConfigurationMixinProps = CfnVPCEConfigurationMixinProps.builder()
.serviceDnsName("serviceDnsName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vpceConfigurationDescription("vpceConfigurationDescription")
.vpceConfigurationName("vpceConfigurationName")
.vpceServiceName("vpceServiceName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVPCEConfigurationMixinPropsstatic final classAn implementation forCfnVPCEConfigurationMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe DNS name that Device Farm will use to map to the private service you want to access.getTags()An array of key-value pairs to apply to this resource.default StringAn optional description that provides details about your VPC endpoint configuration.default StringThe friendly name you give to your VPC endpoint configuration to manage your configurations more easily.default StringThe name of the VPC endpoint service that you want to access from Device Farm.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServiceDnsName
The DNS name that Device Farm will use to map to the private service you want to access.- See Also:
-
getTags
An array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- See Also:
-
getVpceConfigurationDescription
An optional description that provides details about your VPC endpoint configuration.- See Also:
-
getVpceConfigurationName
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.- See Also:
-
getVpceServiceName
The name of the VPC endpoint service that you want to access from Device Farm.The name follows the format
com.amazonaws.vpce.us-west-2.vpce-svc-id.- See Also:
-
builder
-