Stratosphere.AppConfig.Deployment
module Stratosphere.AppConfig.Deployment.DynamicExtensionParametersProperty
data Deployment Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-applicationid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationprofileid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-deploymentstrategyid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-dynamicextensionparameters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-environmentid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-kmskeyidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-tags
Defined in Stratosphere.AppConfig.Deployment
Methods
toJSON :: Deployment -> Value #
toEncoding :: Deployment -> Encoding #
toJSONList :: [Deployment] -> Value #
toEncodingList :: [Deployment] -> Encoding #
omitField :: Deployment -> Bool #
showsPrec :: Int -> Deployment -> ShowS #
show :: Deployment -> String #
showList :: [Deployment] -> ShowS #
(==) :: Deployment -> Deployment -> Bool #
(/=) :: Deployment -> Deployment -> Bool #
toResourceProperties :: Deployment -> ResourceProperties #
Associated Types
set :: PropertyType "ApplicationId" Deployment -> Deployment -> Deployment #
set :: PropertyType "ConfigurationProfileId" Deployment -> Deployment -> Deployment #
set :: PropertyType "ConfigurationVersion" Deployment -> Deployment -> Deployment #
set :: PropertyType "DeploymentStrategyId" Deployment -> Deployment -> Deployment #
set :: PropertyType "Description" Deployment -> Deployment -> Deployment #
set :: PropertyType "DynamicExtensionParameters" Deployment -> Deployment -> Deployment #
set :: PropertyType "EnvironmentId" Deployment -> Deployment -> Deployment #
set :: PropertyType "KmsKeyIdentifier" Deployment -> Deployment -> Deployment #
set :: PropertyType "Tags" Deployment -> Deployment -> Deployment #
mkDeployment :: Value Text -> Value Text -> Value Text -> Value Text -> Value Text -> Deployment Source #