stratosphere-securitylake-1.0.0: Stratosphere integration for AWS SecurityLake.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SecurityLake.DataLake

Documentation

data LifecycleConfigurationProperty Source #

Instances

Instances details
ToJSON LifecycleConfigurationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.LifecycleConfigurationProperty

Show LifecycleConfigurationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.LifecycleConfigurationProperty

Eq LifecycleConfigurationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.LifecycleConfigurationProperty

ToResourceProperties LifecycleConfigurationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.LifecycleConfigurationProperty

Property "Expiration" LifecycleConfigurationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.LifecycleConfigurationProperty

Property "Transitions" LifecycleConfigurationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.LifecycleConfigurationProperty

type PropertyType "Expiration" LifecycleConfigurationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.LifecycleConfigurationProperty

type PropertyType "Transitions" LifecycleConfigurationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.LifecycleConfigurationProperty

data ExpirationProperty Source #

Instances

Instances details
ToJSON ExpirationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.ExpirationProperty

Show ExpirationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.ExpirationProperty

Eq ExpirationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.ExpirationProperty

ToResourceProperties ExpirationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.ExpirationProperty

Property "Days" ExpirationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.ExpirationProperty

type PropertyType "Days" ExpirationProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.ExpirationProperty

data TransitionsProperty Source #

Instances

Instances details
ToJSON TransitionsProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.TransitionsProperty

Show TransitionsProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.TransitionsProperty

Eq TransitionsProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.TransitionsProperty

ToResourceProperties TransitionsProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.TransitionsProperty

Property "Days" TransitionsProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.TransitionsProperty

Property "StorageClass" TransitionsProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.TransitionsProperty

Associated Types

type PropertyType "StorageClass" TransitionsProperty 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.TransitionsProperty

type PropertyType "Days" TransitionsProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.TransitionsProperty

type PropertyType "StorageClass" TransitionsProperty Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake.TransitionsProperty

data DataLake Source #

Instances

Instances details
ToJSON DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

Show DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

Eq DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

ToResourceProperties DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

Property "EncryptionConfiguration" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

Associated Types

type PropertyType "EncryptionConfiguration" DataLake 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "EncryptionConfiguration" DataLake = EncryptionConfigurationProperty

Methods

set :: PropertyType "EncryptionConfiguration" DataLake -> DataLake -> DataLake #

Property "LifecycleConfiguration" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

Associated Types

type PropertyType "LifecycleConfiguration" DataLake 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "LifecycleConfiguration" DataLake = LifecycleConfigurationProperty

Methods

set :: PropertyType "LifecycleConfiguration" DataLake -> DataLake -> DataLake #

Property "MetaStoreManagerRoleArn" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

Associated Types

type PropertyType "MetaStoreManagerRoleArn" DataLake 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "MetaStoreManagerRoleArn" DataLake = Value Text

Methods

set :: PropertyType "MetaStoreManagerRoleArn" DataLake -> DataLake -> DataLake #

Property "ReplicationConfiguration" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

Associated Types

type PropertyType "ReplicationConfiguration" DataLake 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "ReplicationConfiguration" DataLake = ReplicationConfigurationProperty

Methods

set :: PropertyType "ReplicationConfiguration" DataLake -> DataLake -> DataLake #

Property "Tags" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

Associated Types

type PropertyType "Tags" DataLake 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "Tags" DataLake = [Tag]

Methods

set :: PropertyType "Tags" DataLake -> DataLake -> DataLake #

type PropertyType "EncryptionConfiguration" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "EncryptionConfiguration" DataLake = EncryptionConfigurationProperty
type PropertyType "LifecycleConfiguration" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "LifecycleConfiguration" DataLake = LifecycleConfigurationProperty
type PropertyType "MetaStoreManagerRoleArn" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "MetaStoreManagerRoleArn" DataLake = Value Text
type PropertyType "ReplicationConfiguration" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "ReplicationConfiguration" DataLake = ReplicationConfigurationProperty
type PropertyType "Tags" DataLake Source # 
Instance details

Defined in Stratosphere.SecurityLake.DataLake

type PropertyType "Tags" DataLake = [Tag]