Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.route53.CfnHostedZonePropsMixin.Builder
Packages that use CfnHostedZonePropsMixin.Builder
-
Uses of CfnHostedZonePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.route53
Methods in software.amazon.awscdk.cfnpropertymixins.services.route53 that return CfnHostedZonePropsMixin.BuilderModifier and TypeMethodDescriptionCfnHostedZonePropsMixin.Builder.create()CfnHostedZonePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnHostedZonePropsMixin.Builder.hostedZoneConfig(CfnHostedZonePropsMixin.HostedZoneConfigProperty hostedZoneConfig) A complex type that contains an optional comment.CfnHostedZonePropsMixin.Builder.hostedZoneConfig(IResolvable hostedZoneConfig) A complex type that contains an optional comment.CfnHostedZonePropsMixin.Builder.hostedZoneFeatures(CfnHostedZonePropsMixin.HostedZoneFeaturesProperty hostedZoneFeatures) The features configuration for the hosted zone, including accelerated recovery settings and status information.CfnHostedZonePropsMixin.Builder.hostedZoneFeatures(IResolvable hostedZoneFeatures) The features configuration for the hosted zone, including accelerated recovery settings and status information.CfnHostedZonePropsMixin.Builder.hostedZoneTags(List<? extends CfnHostedZonePropsMixin.HostedZoneTagProperty> hostedZoneTags) Adds, edits, or deletes tags for a health check or a hosted zone.The name of the domain.CfnHostedZonePropsMixin.Builder.queryLoggingConfig(CfnHostedZonePropsMixin.QueryLoggingConfigProperty queryLoggingConfig) Creates a configuration for DNS query logging.CfnHostedZonePropsMixin.Builder.queryLoggingConfig(IResolvable queryLoggingConfig) Creates a configuration for DNS query logging.Private hosted zones: A complex type that contains information about the VPCs that are associated with the specified hosted zone.CfnHostedZonePropsMixin.Builder.vpcs(IResolvable vpcs) Private hosted zones: A complex type that contains information about the VPCs that are associated with the specified hosted zone.