Stratosphere.ServiceDiscovery.Service
module Stratosphere.ServiceDiscovery.Service.DnsConfigProperty
module Stratosphere.ServiceDiscovery.Service.HealthCheckConfigProperty
module Stratosphere.ServiceDiscovery.Service.HealthCheckCustomConfigProperty
data Service Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-dnsconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-healthcheckconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-healthcheckcustomconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-serviceattributes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-type
Defined in Stratosphere.ServiceDiscovery.Service
Methods
toJSON :: Service -> Value #
toEncoding :: Service -> Encoding #
toJSONList :: [Service] -> Value #
toEncodingList :: [Service] -> Encoding #
omitField :: Service -> Bool #
showsPrec :: Int -> Service -> ShowS #
show :: Service -> String #
showList :: [Service] -> ShowS #
(==) :: Service -> Service -> Bool #
(/=) :: Service -> Service -> Bool #
toResourceProperties :: Service -> ResourceProperties #
Associated Types
set :: PropertyType "Description" Service -> Service -> Service #
set :: PropertyType "DnsConfig" Service -> Service -> Service #
set :: PropertyType "HealthCheckConfig" Service -> Service -> Service #
set :: PropertyType "HealthCheckCustomConfig" Service -> Service -> Service #
set :: PropertyType "Name" Service -> Service -> Service #
set :: PropertyType "NamespaceId" Service -> Service -> Service #
set :: PropertyType "ServiceAttributes" Service -> Service -> Service #
set :: PropertyType "Tags" Service -> Service -> Service #
set :: PropertyType "Type" Service -> Service -> Service #
mkService :: Service Source #