Interface CfnResolverDNSSECConfigProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolverDNSSECConfigProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:40.386Z")
@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();
-
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. -
builder
-