stratosphere-apprunner-1.0.0: Stratosphere integration for AWS AppRunner.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppRunner.Service

Documentation

data Service Source #

Constructors

Service

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html

Fields

Instances

Instances details
ToJSON Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Show Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Eq Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Methods

(==) :: Service -> Service -> Bool #

(/=) :: Service -> Service -> Bool #

ToResourceProperties Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Property "AutoScalingConfigurationArn" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Associated Types

type PropertyType "AutoScalingConfigurationArn" Service 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "AutoScalingConfigurationArn" Service = Value Text

Methods

set :: PropertyType "AutoScalingConfigurationArn" Service -> Service -> Service #

Property "EncryptionConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Associated Types

type PropertyType "EncryptionConfiguration" Service 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "EncryptionConfiguration" Service = EncryptionConfigurationProperty

Methods

set :: PropertyType "EncryptionConfiguration" Service -> Service -> Service #

Property "HealthCheckConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Associated Types

type PropertyType "HealthCheckConfiguration" Service 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "HealthCheckConfiguration" Service = HealthCheckConfigurationProperty

Methods

set :: PropertyType "HealthCheckConfiguration" Service -> Service -> Service #

Property "InstanceConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Associated Types

type PropertyType "InstanceConfiguration" Service 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "InstanceConfiguration" Service = InstanceConfigurationProperty

Methods

set :: PropertyType "InstanceConfiguration" Service -> Service -> Service #

Property "NetworkConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Associated Types

type PropertyType "NetworkConfiguration" Service 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "NetworkConfiguration" Service = NetworkConfigurationProperty

Methods

set :: PropertyType "NetworkConfiguration" Service -> Service -> Service #

Property "ObservabilityConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Associated Types

type PropertyType "ObservabilityConfiguration" Service 
Instance details

Defined in Stratosphere.AppRunner.Service

Methods

set :: PropertyType "ObservabilityConfiguration" Service -> Service -> Service #

Property "ServiceName" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Associated Types

type PropertyType "ServiceName" Service 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "ServiceName" Service = Value Text

Methods

set :: PropertyType "ServiceName" Service -> Service -> Service #

Property "SourceConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Associated Types

type PropertyType "SourceConfiguration" Service 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "SourceConfiguration" Service = SourceConfigurationProperty

Methods

set :: PropertyType "SourceConfiguration" Service -> Service -> Service #

Property "Tags" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

Associated Types

type PropertyType "Tags" Service 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "Tags" Service = [Tag]

Methods

set :: PropertyType "Tags" Service -> Service -> Service #

type PropertyType "AutoScalingConfigurationArn" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "AutoScalingConfigurationArn" Service = Value Text
type PropertyType "EncryptionConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "EncryptionConfiguration" Service = EncryptionConfigurationProperty
type PropertyType "HealthCheckConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "HealthCheckConfiguration" Service = HealthCheckConfigurationProperty
type PropertyType "InstanceConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "InstanceConfiguration" Service = InstanceConfigurationProperty
type PropertyType "NetworkConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "NetworkConfiguration" Service = NetworkConfigurationProperty
type PropertyType "ObservabilityConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "ServiceName" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "ServiceName" Service = Value Text
type PropertyType "SourceConfiguration" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "SourceConfiguration" Service = SourceConfigurationProperty
type PropertyType "Tags" Service Source # 
Instance details

Defined in Stratosphere.AppRunner.Service

type PropertyType "Tags" Service = [Tag]