| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.EFS.FileSystem
Documentation
data ReplicationConfigurationProperty Source #
Constructors
| ReplicationConfigurationProperty | |
Fields | |
Instances
data ReplicationDestinationProperty Source #
Constructors
| ReplicationDestinationProperty | |
Instances
| ToJSON ReplicationDestinationProperty Source # | |||||
| Show ReplicationDestinationProperty Source # | |||||
Defined in Stratosphere.EFS.FileSystem.ReplicationDestinationProperty Methods showsPrec :: Int -> ReplicationDestinationProperty -> ShowS # show :: ReplicationDestinationProperty -> String # showList :: [ReplicationDestinationProperty] -> ShowS # | |||||
| Eq ReplicationDestinationProperty Source # | |||||
| ToResourceProperties ReplicationDestinationProperty Source # | |||||
| Property "AvailabilityZoneName" ReplicationDestinationProperty Source # | |||||
Defined in Stratosphere.EFS.FileSystem.ReplicationDestinationProperty Associated Types
Methods set :: PropertyType "AvailabilityZoneName" ReplicationDestinationProperty -> ReplicationDestinationProperty -> ReplicationDestinationProperty # | |||||
| Property "FileSystemId" ReplicationDestinationProperty Source # | |||||
Defined in Stratosphere.EFS.FileSystem.ReplicationDestinationProperty Associated Types
Methods set :: PropertyType "FileSystemId" ReplicationDestinationProperty -> ReplicationDestinationProperty -> ReplicationDestinationProperty # | |||||
| Property "KmsKeyId" ReplicationDestinationProperty Source # | |||||
Defined in Stratosphere.EFS.FileSystem.ReplicationDestinationProperty Associated Types
Methods set :: PropertyType "KmsKeyId" ReplicationDestinationProperty -> ReplicationDestinationProperty -> ReplicationDestinationProperty # | |||||
| Property "Region" ReplicationDestinationProperty Source # | |||||
Defined in Stratosphere.EFS.FileSystem.ReplicationDestinationProperty Associated Types
Methods set :: PropertyType "Region" ReplicationDestinationProperty -> ReplicationDestinationProperty -> ReplicationDestinationProperty # | |||||
| Property "RoleArn" ReplicationDestinationProperty Source # | |||||
Defined in Stratosphere.EFS.FileSystem.ReplicationDestinationProperty Associated Types
Methods set :: PropertyType "RoleArn" ReplicationDestinationProperty -> ReplicationDestinationProperty -> ReplicationDestinationProperty # | |||||
| Property "Status" ReplicationDestinationProperty Source # | |||||
Defined in Stratosphere.EFS.FileSystem.ReplicationDestinationProperty Associated Types
Methods set :: PropertyType "Status" ReplicationDestinationProperty -> ReplicationDestinationProperty -> ReplicationDestinationProperty # | |||||
| Property "StatusMessage" ReplicationDestinationProperty Source # | |||||
Defined in Stratosphere.EFS.FileSystem.ReplicationDestinationProperty Associated Types
Methods set :: PropertyType "StatusMessage" ReplicationDestinationProperty -> ReplicationDestinationProperty -> ReplicationDestinationProperty # | |||||
| type PropertyType "AvailabilityZoneName" ReplicationDestinationProperty Source # | |||||
| type PropertyType "FileSystemId" ReplicationDestinationProperty Source # | |||||
| type PropertyType "KmsKeyId" ReplicationDestinationProperty Source # | |||||
| type PropertyType "Region" ReplicationDestinationProperty Source # | |||||
| type PropertyType "RoleArn" ReplicationDestinationProperty Source # | |||||
| type PropertyType "Status" ReplicationDestinationProperty Source # | |||||
| type PropertyType "StatusMessage" ReplicationDestinationProperty Source # | |||||
data FileSystem Source #
Constructors
| FileSystem | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html |
Fields
| |
Instances
| ToJSON FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Methods toJSON :: FileSystem -> Value # toEncoding :: FileSystem -> Encoding # toJSONList :: [FileSystem] -> Value # toEncodingList :: [FileSystem] -> Encoding # omitField :: FileSystem -> Bool # | |||||
| Show FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Methods showsPrec :: Int -> FileSystem -> ShowS # show :: FileSystem -> String # showList :: [FileSystem] -> ShowS # | |||||
| Eq FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| ToResourceProperties FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Methods | |||||
| Property "AvailabilityZoneName" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "AvailabilityZoneName" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "BackupPolicy" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "BackupPolicy" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "BypassPolicyLockoutSafetyCheck" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "BypassPolicyLockoutSafetyCheck" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "Encrypted" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "Encrypted" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "FileSystemPolicy" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "FileSystemPolicy" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "FileSystemProtection" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "FileSystemProtection" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "FileSystemTags" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "FileSystemTags" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "KmsKeyId" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "KmsKeyId" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "LifecyclePolicies" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "LifecyclePolicies" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "PerformanceMode" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "PerformanceMode" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "ProvisionedThroughputInMibps" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "ProvisionedThroughputInMibps" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "ReplicationConfiguration" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "ReplicationConfiguration" FileSystem -> FileSystem -> FileSystem # | |||||
| Property "ThroughputMode" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem Associated Types
Methods set :: PropertyType "ThroughputMode" FileSystem -> FileSystem -> FileSystem # | |||||
| type PropertyType "AvailabilityZoneName" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "BackupPolicy" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "BypassPolicyLockoutSafetyCheck" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "Encrypted" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "FileSystemPolicy" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "FileSystemProtection" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "FileSystemTags" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "KmsKeyId" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "LifecyclePolicies" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "PerformanceMode" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "ProvisionedThroughputInMibps" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "ReplicationConfiguration" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||
| type PropertyType "ThroughputMode" FileSystem Source # | |||||
Defined in Stratosphere.EFS.FileSystem | |||||