Interface CfnResolverDNSSECConfigProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolverDNSSECConfigProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:13.165Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResolverDNSSECConfigPropsstatic final classAn 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
-