| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ImageBuilder.DistributionConfiguration
Documentation
data TargetContainerRepositoryProperty Source #
Constructors
| TargetContainerRepositoryProperty | |
Fields
| |
Instances
data DistributionProperty Source #
Constructors
| DistributionProperty | |
Fields
| |
Instances
| ToJSON DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Methods toJSON :: DistributionProperty -> Value # toEncoding :: DistributionProperty -> Encoding # toJSONList :: [DistributionProperty] -> Value # toEncodingList :: [DistributionProperty] -> Encoding # omitField :: DistributionProperty -> Bool # | |||||
| Show DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Methods showsPrec :: Int -> DistributionProperty -> ShowS # show :: DistributionProperty -> String # showList :: [DistributionProperty] -> ShowS # | |||||
| Eq DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Methods (==) :: DistributionProperty -> DistributionProperty -> Bool # (/=) :: DistributionProperty -> DistributionProperty -> Bool # | |||||
| ToResourceProperties DistributionProperty Source # | |||||
| Property "AmiDistributionConfiguration" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Associated Types
Methods set :: PropertyType "AmiDistributionConfiguration" DistributionProperty -> DistributionProperty -> DistributionProperty # | |||||
| Property "ContainerDistributionConfiguration" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Associated Types
Methods set :: PropertyType "ContainerDistributionConfiguration" DistributionProperty -> DistributionProperty -> DistributionProperty # | |||||
| Property "FastLaunchConfigurations" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Associated Types
Methods set :: PropertyType "FastLaunchConfigurations" DistributionProperty -> DistributionProperty -> DistributionProperty # | |||||
| Property "LaunchTemplateConfigurations" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Associated Types
Methods set :: PropertyType "LaunchTemplateConfigurations" DistributionProperty -> DistributionProperty -> DistributionProperty # | |||||
| Property "LicenseConfigurationArns" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Associated Types
Methods set :: PropertyType "LicenseConfigurationArns" DistributionProperty -> DistributionProperty -> DistributionProperty # | |||||
| Property "Region" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Associated Types
Methods set :: PropertyType "Region" DistributionProperty -> DistributionProperty -> DistributionProperty # | |||||
| Property "SsmParameterConfigurations" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty Associated Types
Methods set :: PropertyType "SsmParameterConfigurations" DistributionProperty -> DistributionProperty -> DistributionProperty # | |||||
| type PropertyType "AmiDistributionConfiguration" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty type PropertyType "AmiDistributionConfiguration" DistributionProperty = AmiDistributionConfigurationProperty | |||||
| type PropertyType "ContainerDistributionConfiguration" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty type PropertyType "ContainerDistributionConfiguration" DistributionProperty = ContainerDistributionConfigurationProperty | |||||
| type PropertyType "FastLaunchConfigurations" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty type PropertyType "FastLaunchConfigurations" DistributionProperty = [FastLaunchConfigurationProperty] | |||||
| type PropertyType "LaunchTemplateConfigurations" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty type PropertyType "LaunchTemplateConfigurations" DistributionProperty = [LaunchTemplateConfigurationProperty] | |||||
| type PropertyType "LicenseConfigurationArns" DistributionProperty Source # | |||||
| type PropertyType "Region" DistributionProperty Source # | |||||
| type PropertyType "SsmParameterConfigurations" DistributionProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.DistributionProperty type PropertyType "SsmParameterConfigurations" DistributionProperty = [SsmParameterConfigurationProperty] | |||||
data AmiDistributionConfigurationProperty Source #
Constructors
| AmiDistributionConfigurationProperty | |
Instances
| ToJSON AmiDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.AmiDistributionConfigurationProperty | |||||
| Show AmiDistributionConfigurationProperty Source # | |||||
| Eq AmiDistributionConfigurationProperty Source # | |||||
| ToResourceProperties AmiDistributionConfigurationProperty Source # | |||||
| Property "AmiTags" AmiDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.AmiDistributionConfigurationProperty Associated Types
Methods set :: PropertyType "AmiTags" AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty # | |||||
| Property "Description" AmiDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.AmiDistributionConfigurationProperty Associated Types
Methods set :: PropertyType "Description" AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty # | |||||
| Property "KmsKeyId" AmiDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.AmiDistributionConfigurationProperty Associated Types
Methods set :: PropertyType "KmsKeyId" AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty # | |||||
| Property "LaunchPermissionConfiguration" AmiDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.AmiDistributionConfigurationProperty Associated Types
Methods set :: PropertyType "LaunchPermissionConfiguration" AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty # | |||||
| Property "Name" AmiDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.AmiDistributionConfigurationProperty Associated Types
| |||||
| Property "TargetAccountIds" AmiDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.AmiDistributionConfigurationProperty Associated Types
Methods set :: PropertyType "TargetAccountIds" AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty -> AmiDistributionConfigurationProperty # | |||||
| type PropertyType "AmiTags" AmiDistributionConfigurationProperty Source # | |||||
| type PropertyType "Description" AmiDistributionConfigurationProperty Source # | |||||
| type PropertyType "KmsKeyId" AmiDistributionConfigurationProperty Source # | |||||
| type PropertyType "LaunchPermissionConfiguration" AmiDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.AmiDistributionConfigurationProperty type PropertyType "LaunchPermissionConfiguration" AmiDistributionConfigurationProperty = LaunchPermissionConfigurationProperty | |||||
| type PropertyType "Name" AmiDistributionConfigurationProperty Source # | |||||
| type PropertyType "TargetAccountIds" AmiDistributionConfigurationProperty Source # | |||||
data LaunchPermissionConfigurationProperty Source #
Constructors
| LaunchPermissionConfigurationProperty | |
Fields
| |
Instances
| ToJSON LaunchPermissionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.LaunchPermissionConfigurationProperty Methods toJSON :: LaunchPermissionConfigurationProperty -> Value # toEncoding :: LaunchPermissionConfigurationProperty -> Encoding # toJSONList :: [LaunchPermissionConfigurationProperty] -> Value # toEncodingList :: [LaunchPermissionConfigurationProperty] -> Encoding # omitField :: LaunchPermissionConfigurationProperty -> Bool # | |||||
| Show LaunchPermissionConfigurationProperty Source # | |||||
| Eq LaunchPermissionConfigurationProperty Source # | |||||
| ToResourceProperties LaunchPermissionConfigurationProperty Source # | |||||
| Property "OrganizationArns" LaunchPermissionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.LaunchPermissionConfigurationProperty Associated Types
Methods set :: PropertyType "OrganizationArns" LaunchPermissionConfigurationProperty -> LaunchPermissionConfigurationProperty -> LaunchPermissionConfigurationProperty # | |||||
| Property "OrganizationalUnitArns" LaunchPermissionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.LaunchPermissionConfigurationProperty Associated Types
Methods set :: PropertyType "OrganizationalUnitArns" LaunchPermissionConfigurationProperty -> LaunchPermissionConfigurationProperty -> LaunchPermissionConfigurationProperty # | |||||
| Property "UserGroups" LaunchPermissionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.LaunchPermissionConfigurationProperty Associated Types
Methods set :: PropertyType "UserGroups" LaunchPermissionConfigurationProperty -> LaunchPermissionConfigurationProperty -> LaunchPermissionConfigurationProperty # | |||||
| Property "UserIds" LaunchPermissionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.LaunchPermissionConfigurationProperty Associated Types
| |||||
| type PropertyType "OrganizationArns" LaunchPermissionConfigurationProperty Source # | |||||
| type PropertyType "OrganizationalUnitArns" LaunchPermissionConfigurationProperty Source # | |||||
| type PropertyType "UserGroups" LaunchPermissionConfigurationProperty Source # | |||||
| type PropertyType "UserIds" LaunchPermissionConfigurationProperty Source # | |||||
data ContainerDistributionConfigurationProperty Source #
Constructors
| ContainerDistributionConfigurationProperty | |
Fields | |
Instances
| ToJSON ContainerDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.ContainerDistributionConfigurationProperty Methods toJSON :: ContainerDistributionConfigurationProperty -> Value # toEncoding :: ContainerDistributionConfigurationProperty -> Encoding # toJSONList :: [ContainerDistributionConfigurationProperty] -> Value # toEncodingList :: [ContainerDistributionConfigurationProperty] -> Encoding # omitField :: ContainerDistributionConfigurationProperty -> Bool # | |||||
| Show ContainerDistributionConfigurationProperty Source # | |||||
| Eq ContainerDistributionConfigurationProperty Source # | |||||
| ToResourceProperties ContainerDistributionConfigurationProperty Source # | |||||
| Property "ContainerTags" ContainerDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.ContainerDistributionConfigurationProperty Associated Types
Methods set :: PropertyType "ContainerTags" ContainerDistributionConfigurationProperty -> ContainerDistributionConfigurationProperty -> ContainerDistributionConfigurationProperty # | |||||
| Property "Description" ContainerDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.ContainerDistributionConfigurationProperty Associated Types
| |||||
| Property "TargetRepository" ContainerDistributionConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.ContainerDistributionConfigurationProperty Associated Types
Methods set :: PropertyType "TargetRepository" ContainerDistributionConfigurationProperty -> ContainerDistributionConfigurationProperty -> ContainerDistributionConfigurationProperty # | |||||
| type PropertyType "ContainerTags" ContainerDistributionConfigurationProperty Source # | |||||
| type PropertyType "Description" ContainerDistributionConfigurationProperty Source # | |||||
| type PropertyType "TargetRepository" ContainerDistributionConfigurationProperty Source # | |||||
data FastLaunchConfigurationProperty Source #
Constructors
| FastLaunchConfigurationProperty | |
Instances
| ToJSON FastLaunchConfigurationProperty Source # | |||||
| Show FastLaunchConfigurationProperty Source # | |||||
| Eq FastLaunchConfigurationProperty Source # | |||||
| ToResourceProperties FastLaunchConfigurationProperty Source # | |||||
| Property "AccountId" FastLaunchConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchConfigurationProperty Associated Types
Methods set :: PropertyType "AccountId" FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty # | |||||
| Property "Enabled" FastLaunchConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchConfigurationProperty Associated Types
Methods set :: PropertyType "Enabled" FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty # | |||||
| Property "LaunchTemplate" FastLaunchConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchConfigurationProperty Associated Types
Methods set :: PropertyType "LaunchTemplate" FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty # | |||||
| Property "MaxParallelLaunches" FastLaunchConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchConfigurationProperty Associated Types
Methods set :: PropertyType "MaxParallelLaunches" FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty # | |||||
| Property "SnapshotConfiguration" FastLaunchConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchConfigurationProperty Associated Types
Methods set :: PropertyType "SnapshotConfiguration" FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty -> FastLaunchConfigurationProperty # | |||||
| type PropertyType "AccountId" FastLaunchConfigurationProperty Source # | |||||
| type PropertyType "Enabled" FastLaunchConfigurationProperty Source # | |||||
| type PropertyType "LaunchTemplate" FastLaunchConfigurationProperty Source # | |||||
| type PropertyType "MaxParallelLaunches" FastLaunchConfigurationProperty Source # | |||||
| type PropertyType "SnapshotConfiguration" FastLaunchConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchConfigurationProperty type PropertyType "SnapshotConfiguration" FastLaunchConfigurationProperty = FastLaunchSnapshotConfigurationProperty | |||||
data LaunchTemplateConfigurationProperty Source #
Constructors
| LaunchTemplateConfigurationProperty | |
Fields
| |
Instances
| ToJSON LaunchTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.LaunchTemplateConfigurationProperty | |||||
| Show LaunchTemplateConfigurationProperty Source # | |||||
| Eq LaunchTemplateConfigurationProperty Source # | |||||
| ToResourceProperties LaunchTemplateConfigurationProperty Source # | |||||
| Property "AccountId" LaunchTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.LaunchTemplateConfigurationProperty Associated Types
Methods set :: PropertyType "AccountId" LaunchTemplateConfigurationProperty -> LaunchTemplateConfigurationProperty -> LaunchTemplateConfigurationProperty # | |||||
| Property "LaunchTemplateId" LaunchTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.LaunchTemplateConfigurationProperty Associated Types
Methods set :: PropertyType "LaunchTemplateId" LaunchTemplateConfigurationProperty -> LaunchTemplateConfigurationProperty -> LaunchTemplateConfigurationProperty # | |||||
| Property "SetDefaultVersion" LaunchTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.LaunchTemplateConfigurationProperty Associated Types
Methods set :: PropertyType "SetDefaultVersion" LaunchTemplateConfigurationProperty -> LaunchTemplateConfigurationProperty -> LaunchTemplateConfigurationProperty # | |||||
| type PropertyType "AccountId" LaunchTemplateConfigurationProperty Source # | |||||
| type PropertyType "LaunchTemplateId" LaunchTemplateConfigurationProperty Source # | |||||
| type PropertyType "SetDefaultVersion" LaunchTemplateConfigurationProperty Source # | |||||
data SsmParameterConfigurationProperty Source #
Constructors
| SsmParameterConfigurationProperty | |
Fields
| |
Instances
| ToJSON SsmParameterConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.SsmParameterConfigurationProperty | |||||
| Show SsmParameterConfigurationProperty Source # | |||||
| Eq SsmParameterConfigurationProperty Source # | |||||
| ToResourceProperties SsmParameterConfigurationProperty Source # | |||||
| Property "AmiAccountId" SsmParameterConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.SsmParameterConfigurationProperty Associated Types
Methods set :: PropertyType "AmiAccountId" SsmParameterConfigurationProperty -> SsmParameterConfigurationProperty -> SsmParameterConfigurationProperty # | |||||
| Property "DataType" SsmParameterConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.SsmParameterConfigurationProperty Associated Types
Methods set :: PropertyType "DataType" SsmParameterConfigurationProperty -> SsmParameterConfigurationProperty -> SsmParameterConfigurationProperty # | |||||
| Property "ParameterName" SsmParameterConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.SsmParameterConfigurationProperty Associated Types
Methods set :: PropertyType "ParameterName" SsmParameterConfigurationProperty -> SsmParameterConfigurationProperty -> SsmParameterConfigurationProperty # | |||||
| type PropertyType "AmiAccountId" SsmParameterConfigurationProperty Source # | |||||
| type PropertyType "DataType" SsmParameterConfigurationProperty Source # | |||||
| type PropertyType "ParameterName" SsmParameterConfigurationProperty Source # | |||||
data FastLaunchLaunchTemplateSpecificationProperty Source #
Constructors
| FastLaunchLaunchTemplateSpecificationProperty | |
Fields
| |
Instances
| ToJSON FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty Methods toJSON :: FastLaunchLaunchTemplateSpecificationProperty -> Value # toEncoding :: FastLaunchLaunchTemplateSpecificationProperty -> Encoding # toJSONList :: [FastLaunchLaunchTemplateSpecificationProperty] -> Value # toEncodingList :: [FastLaunchLaunchTemplateSpecificationProperty] -> Encoding # omitField :: FastLaunchLaunchTemplateSpecificationProperty -> Bool # | |||||
| Show FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
| Eq FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
| ToResourceProperties FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
| Property "LaunchTemplateId" FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty Associated Types
Methods set :: PropertyType "LaunchTemplateId" FastLaunchLaunchTemplateSpecificationProperty -> FastLaunchLaunchTemplateSpecificationProperty -> FastLaunchLaunchTemplateSpecificationProperty # | |||||
| Property "LaunchTemplateName" FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty Associated Types
Methods set :: PropertyType "LaunchTemplateName" FastLaunchLaunchTemplateSpecificationProperty -> FastLaunchLaunchTemplateSpecificationProperty -> FastLaunchLaunchTemplateSpecificationProperty # | |||||
| Property "LaunchTemplateVersion" FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty Associated Types
Methods set :: PropertyType "LaunchTemplateVersion" FastLaunchLaunchTemplateSpecificationProperty -> FastLaunchLaunchTemplateSpecificationProperty -> FastLaunchLaunchTemplateSpecificationProperty # | |||||
| type PropertyType "LaunchTemplateId" FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
| type PropertyType "LaunchTemplateName" FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
| type PropertyType "LaunchTemplateVersion" FastLaunchLaunchTemplateSpecificationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty type PropertyType "LaunchTemplateVersion" FastLaunchLaunchTemplateSpecificationProperty = Value Text | |||||
data FastLaunchSnapshotConfigurationProperty Source #
Constructors
| FastLaunchSnapshotConfigurationProperty | |
Fields
| |
Instances
| ToJSON FastLaunchSnapshotConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchSnapshotConfigurationProperty Methods toJSON :: FastLaunchSnapshotConfigurationProperty -> Value # toEncoding :: FastLaunchSnapshotConfigurationProperty -> Encoding # toJSONList :: [FastLaunchSnapshotConfigurationProperty] -> Value # toEncodingList :: [FastLaunchSnapshotConfigurationProperty] -> Encoding # omitField :: FastLaunchSnapshotConfigurationProperty -> Bool # | |||||
| Show FastLaunchSnapshotConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchSnapshotConfigurationProperty Methods showsPrec :: Int -> FastLaunchSnapshotConfigurationProperty -> ShowS # show :: FastLaunchSnapshotConfigurationProperty -> String # showList :: [FastLaunchSnapshotConfigurationProperty] -> ShowS # | |||||
| Eq FastLaunchSnapshotConfigurationProperty Source # | |||||
| ToResourceProperties FastLaunchSnapshotConfigurationProperty Source # | |||||
| Property "TargetResourceCount" FastLaunchSnapshotConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration.FastLaunchSnapshotConfigurationProperty Associated Types
Methods set :: PropertyType "TargetResourceCount" FastLaunchSnapshotConfigurationProperty -> FastLaunchSnapshotConfigurationProperty -> FastLaunchSnapshotConfigurationProperty # | |||||
| type PropertyType "TargetResourceCount" FastLaunchSnapshotConfigurationProperty Source # | |||||
mkFastLaunchLaunchTemplateSpecificationProperty :: FastLaunchLaunchTemplateSpecificationProperty Source #
data DistributionConfiguration Source #
Constructors
| DistributionConfiguration | |
Fields
| |
Instances
| ToJSON DistributionConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration Methods toJSON :: DistributionConfiguration -> Value # toEncoding :: DistributionConfiguration -> Encoding # toJSONList :: [DistributionConfiguration] -> Value # | |||||
| Show DistributionConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration Methods showsPrec :: Int -> DistributionConfiguration -> ShowS # show :: DistributionConfiguration -> String # showList :: [DistributionConfiguration] -> ShowS # | |||||
| Eq DistributionConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration Methods (==) :: DistributionConfiguration -> DistributionConfiguration -> Bool # (/=) :: DistributionConfiguration -> DistributionConfiguration -> Bool # | |||||
| ToResourceProperties DistributionConfiguration Source # | |||||
| Property "Description" DistributionConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration Associated Types
Methods set :: PropertyType "Description" DistributionConfiguration -> DistributionConfiguration -> DistributionConfiguration # | |||||
| Property "Distributions" DistributionConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration Associated Types
Methods set :: PropertyType "Distributions" DistributionConfiguration -> DistributionConfiguration -> DistributionConfiguration # | |||||
| Property "Name" DistributionConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration Associated Types
Methods set :: PropertyType "Name" DistributionConfiguration -> DistributionConfiguration -> DistributionConfiguration # | |||||
| Property "Tags" DistributionConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.DistributionConfiguration Associated Types
Methods set :: PropertyType "Tags" DistributionConfiguration -> DistributionConfiguration -> DistributionConfiguration # | |||||
| type PropertyType "Description" DistributionConfiguration Source # | |||||
| type PropertyType "Distributions" DistributionConfiguration Source # | |||||
| type PropertyType "Name" DistributionConfiguration Source # | |||||
| type PropertyType "Tags" DistributionConfiguration Source # | |||||