Stratosphere.RefactorSpaces.Service
module Stratosphere.RefactorSpaces.Service.LambdaEndpointInputProperty
module Stratosphere.RefactorSpaces.Service.UrlEndpointInputProperty
data Service Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html#cfn-refactorspaces-service-applicationidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html#cfn-refactorspaces-service-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html#cfn-refactorspaces-service-endpointtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html#cfn-refactorspaces-service-environmentidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html#cfn-refactorspaces-service-lambdaendpoint
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html#cfn-refactorspaces-service-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html#cfn-refactorspaces-service-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html#cfn-refactorspaces-service-urlendpoint
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html#cfn-refactorspaces-service-vpcid
Defined in Stratosphere.RefactorSpaces.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 "ApplicationIdentifier" Service -> Service -> Service #
set :: PropertyType "Description" Service -> Service -> Service #
set :: PropertyType "EndpointType" Service -> Service -> Service #
set :: PropertyType "EnvironmentIdentifier" Service -> Service -> Service #
set :: PropertyType "LambdaEndpoint" Service -> Service -> Service #
set :: PropertyType "Name" Service -> Service -> Service #
set :: PropertyType "Tags" Service -> Service -> Service #
set :: PropertyType "UrlEndpoint" Service -> Service -> Service #
set :: PropertyType "VpcId" Service -> Service -> Service #
mkService :: Value Text -> Value Text -> Value Text -> Value Text -> Service Source #