Stratosphere.AppRunner.Service
module Stratosphere.AppRunner.Service.EncryptionConfigurationProperty
module Stratosphere.AppRunner.Service.HealthCheckConfigurationProperty
module Stratosphere.AppRunner.Service.InstanceConfigurationProperty
module Stratosphere.AppRunner.Service.NetworkConfigurationProperty
module Stratosphere.AppRunner.Service.ServiceObservabilityConfigurationProperty
module Stratosphere.AppRunner.Service.SourceConfigurationProperty
data Service Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-autoscalingconfigurationarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-encryptionconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-healthcheckconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-instanceconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-networkconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-observabilityconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-servicename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-sourceconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-tags
Defined in Stratosphere.AppRunner.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 "AutoScalingConfigurationArn" Service -> Service -> Service #
set :: PropertyType "EncryptionConfiguration" Service -> Service -> Service #
set :: PropertyType "HealthCheckConfiguration" Service -> Service -> Service #
set :: PropertyType "InstanceConfiguration" Service -> Service -> Service #
set :: PropertyType "NetworkConfiguration" Service -> Service -> Service #
set :: PropertyType "ObservabilityConfiguration" Service -> Service -> Service #
set :: PropertyType "ServiceName" Service -> Service -> Service #
set :: PropertyType "SourceConfiguration" Service -> Service -> Service #
set :: PropertyType "Tags" Service -> Service -> Service #
mkService :: SourceConfigurationProperty -> Service Source #