Interface CfnResolverDNSSECConfigProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolverDNSSECConfigProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-17T21:37:38.485Z")
@Stability(Stable)
public interface CfnResolverDNSSECConfigProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnResolverDNSSECConfig
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.route53resolver.*; CfnResolverDNSSECConfigProps cfnResolverDNSSECConfigProps = CfnResolverDNSSECConfigProps.builder() .resourceId("resourceId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResolverDNSSECConfigProps
static final class
An implementation forCfnResolverDNSSECConfigProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceId
The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.- See Also:
-
builder
-