Stratosphere.DataZone.DataSource
module Stratosphere.DataZone.DataSource.DataSourceConfigurationInputProperty
module Stratosphere.DataZone.DataSource.FormInputProperty
module Stratosphere.DataZone.DataSource.RecommendationConfigurationProperty
module Stratosphere.DataZone.DataSource.ScheduleConfigurationProperty
data DataSource Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-assetformsinput
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-configuration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-connectionidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-domainidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-enablesetting
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-environmentidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-projectidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-publishonimport
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-recommendation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-schedule
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-type
Defined in Stratosphere.DataZone.DataSource
Methods
toJSON :: DataSource -> Value #
toEncoding :: DataSource -> Encoding #
toJSONList :: [DataSource] -> Value #
toEncodingList :: [DataSource] -> Encoding #
omitField :: DataSource -> Bool #
showsPrec :: Int -> DataSource -> ShowS #
show :: DataSource -> String #
showList :: [DataSource] -> ShowS #
(==) :: DataSource -> DataSource -> Bool #
(/=) :: DataSource -> DataSource -> Bool #
toResourceProperties :: DataSource -> ResourceProperties #
Associated Types
set :: PropertyType "AssetFormsInput" DataSource -> DataSource -> DataSource #
set :: PropertyType "Configuration" DataSource -> DataSource -> DataSource #
set :: PropertyType "ConnectionIdentifier" DataSource -> DataSource -> DataSource #
set :: PropertyType "Description" DataSource -> DataSource -> DataSource #
set :: PropertyType "DomainIdentifier" DataSource -> DataSource -> DataSource #
set :: PropertyType "EnableSetting" DataSource -> DataSource -> DataSource #
set :: PropertyType "EnvironmentIdentifier" DataSource -> DataSource -> DataSource #
set :: PropertyType "Name" DataSource -> DataSource -> DataSource #
set :: PropertyType "ProjectIdentifier" DataSource -> DataSource -> DataSource #
set :: PropertyType "PublishOnImport" DataSource -> DataSource -> DataSource #
set :: PropertyType "Recommendation" DataSource -> DataSource -> DataSource #
set :: PropertyType "Schedule" DataSource -> DataSource -> DataSource #
set :: PropertyType "Type" DataSource -> DataSource -> DataSource #
mkDataSource :: Value Text -> Value Text -> Value Text -> Value Text -> DataSource Source #