Interface CfnInstanceConnectEndpointPropsMixin.InstanceConnectEndpointDnsNamesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInstanceConnectEndpointPropsMixin.InstanceConnectEndpointDnsNamesProperty.Jsii$Proxy
- Enclosing class:
CfnInstanceConnectEndpointPropsMixin
@Stability(Stable)
public static interface CfnInstanceConnectEndpointPropsMixin.InstanceConnectEndpointDnsNamesProperty
extends software.amazon.jsii.JsiiSerializable
The DNS names of the endpoint.
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.*;
InstanceConnectEndpointDnsNamesProperty instanceConnectEndpointDnsNamesProperty = InstanceConnectEndpointDnsNamesProperty.builder()
.dnsName("dnsName")
.fipsDnsName("fipsDnsName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInstanceConnectEndpointPropsMixin.InstanceConnectEndpointDnsNamesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDnsName
The DNS name of the EC2 Instance Connect Endpoint.- See Also:
-
getFipsDnsName
The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint.- See Also:
-
builder
@Stability(Stable) static CfnInstanceConnectEndpointPropsMixin.InstanceConnectEndpointDnsNamesProperty.Builder builder()
-