Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.servicediscovery.CfnServicePropsMixin.Builder
Packages that use CfnServicePropsMixin.Builder
-
Uses of CfnServicePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.servicediscovery
Methods in software.amazon.awscdk.cfnpropertymixins.services.servicediscovery that return CfnServicePropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnServicePropsMixin.BuilderCfnServicePropsMixin.Builder.create()static CfnServicePropsMixin.BuilderCfnServicePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnServicePropsMixin.Builder.description(String description) The description of the service.CfnServicePropsMixin.Builder.dnsConfig(CfnServicePropsMixin.DnsConfigProperty dnsConfig) A complex type that contains information about the RouteĀ 53 DNS records that you want AWS Cloud Map to create when you register an instance.CfnServicePropsMixin.Builder.dnsConfig(IResolvable dnsConfig) A complex type that contains information about the RouteĀ 53 DNS records that you want AWS Cloud Map to create when you register an instance.CfnServicePropsMixin.Builder.healthCheckConfig(CfnServicePropsMixin.HealthCheckConfigProperty healthCheckConfig) Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.CfnServicePropsMixin.Builder.healthCheckConfig(IResolvable healthCheckConfig) Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.CfnServicePropsMixin.Builder.healthCheckCustomConfig(CfnServicePropsMixin.HealthCheckCustomConfigProperty healthCheckCustomConfig) A complex type that contains information about an optional custom health check.CfnServicePropsMixin.Builder.healthCheckCustomConfig(IResolvable healthCheckCustomConfig) A complex type that contains information about an optional custom health check.The name of the service.CfnServicePropsMixin.Builder.namespaceId(String namespaceId) The ID or Amazon Resource Name (ARN) of the namespace that you want to use to create the service.CfnServicePropsMixin.Builder.serviceAttributes(Object serviceAttributes) A complex type that contains information about attributes associated with a specific service.The tags for the service.If present, specifies that the service instances are only discoverable using theDiscoverInstancesAPI operation.