Stratosphere.ECS.Service
module Stratosphere.ECS.Service.CapacityProviderStrategyItemProperty
module Stratosphere.ECS.Service.DeploymentConfigurationProperty
module Stratosphere.ECS.Service.DeploymentControllerProperty
module Stratosphere.ECS.Service.ForceNewDeploymentProperty
module Stratosphere.ECS.Service.LoadBalancerProperty
module Stratosphere.ECS.Service.NetworkConfigurationProperty
module Stratosphere.ECS.Service.PlacementConstraintProperty
module Stratosphere.ECS.Service.PlacementStrategyProperty
module Stratosphere.ECS.Service.ServiceConnectConfigurationProperty
module Stratosphere.ECS.Service.ServiceRegistryProperty
module Stratosphere.ECS.Service.ServiceVolumeConfigurationProperty
module Stratosphere.ECS.Service.VpcLatticeConfigurationProperty
data Service Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-availabilityzonerebalancing
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-capacityproviderstrategy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-deploymentconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-deploymentcontroller
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableexecutecommand
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-forcenewdeployment
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-loadbalancers
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-networkconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-placementconstraints
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-placementstrategies
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-serviceconnectconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-serviceregistries
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-volumeconfigurations
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-vpclatticeconfigurations
Defined in Stratosphere.ECS.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 "AvailabilityZoneRebalancing" Service -> Service -> Service #
set :: PropertyType "CapacityProviderStrategy" Service -> Service -> Service #
set :: PropertyType "Cluster" Service -> Service -> Service #
set :: PropertyType "DeploymentConfiguration" Service -> Service -> Service #
set :: PropertyType "DeploymentController" Service -> Service -> Service #
set :: PropertyType "DesiredCount" Service -> Service -> Service #
set :: PropertyType "EnableECSManagedTags" Service -> Service -> Service #
set :: PropertyType "EnableExecuteCommand" Service -> Service -> Service #
set :: PropertyType "ForceNewDeployment" Service -> Service -> Service #
set :: PropertyType "HealthCheckGracePeriodSeconds" Service -> Service -> Service #
set :: PropertyType "LaunchType" Service -> Service -> Service #
set :: PropertyType "LoadBalancers" Service -> Service -> Service #
set :: PropertyType "NetworkConfiguration" Service -> Service -> Service #
set :: PropertyType "PlacementConstraints" Service -> Service -> Service #
set :: PropertyType "PlacementStrategies" Service -> Service -> Service #
set :: PropertyType "PlatformVersion" Service -> Service -> Service #
set :: PropertyType "PropagateTags" Service -> Service -> Service #
set :: PropertyType "Role" Service -> Service -> Service #
set :: PropertyType "SchedulingStrategy" Service -> Service -> Service #
set :: PropertyType "ServiceConnectConfiguration" Service -> Service -> Service #
set :: PropertyType "ServiceName" Service -> Service -> Service #
set :: PropertyType "ServiceRegistries" Service -> Service -> Service #
set :: PropertyType "Tags" Service -> Service -> Service #
set :: PropertyType "TaskDefinition" Service -> Service -> Service #
set :: PropertyType "VolumeConfigurations" Service -> Service -> Service #
set :: PropertyType "VpcLatticeConfigurations" Service -> Service -> Service #
mkService :: Service Source #