stratosphere-secretsmanager-1.0.0: Stratosphere integration for AWS SecretsManager.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SecretsManager.Secret

Documentation

data Secret Source #

Instances

Instances details
ToJSON Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Show Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Eq Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Methods

(==) :: Secret -> Secret -> Bool #

(/=) :: Secret -> Secret -> Bool #

ToResourceProperties Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Property "Description" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Associated Types

type PropertyType "Description" Secret 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "Description" Secret = Value Text

Methods

set :: PropertyType "Description" Secret -> Secret -> Secret #

Property "GenerateSecretString" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Associated Types

type PropertyType "GenerateSecretString" Secret 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "GenerateSecretString" Secret = GenerateSecretStringProperty

Methods

set :: PropertyType "GenerateSecretString" Secret -> Secret -> Secret #

Property "KmsKeyId" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Associated Types

type PropertyType "KmsKeyId" Secret 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "KmsKeyId" Secret = Value Text

Methods

set :: PropertyType "KmsKeyId" Secret -> Secret -> Secret #

Property "Name" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Associated Types

type PropertyType "Name" Secret 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Methods

set :: PropertyType "Name" Secret -> Secret -> Secret #

Property "ReplicaRegions" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Associated Types

type PropertyType "ReplicaRegions" Secret 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "ReplicaRegions" Secret = [ReplicaRegionProperty]

Methods

set :: PropertyType "ReplicaRegions" Secret -> Secret -> Secret #

Property "SecretString" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Associated Types

type PropertyType "SecretString" Secret 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "SecretString" Secret = Value Text

Methods

set :: PropertyType "SecretString" Secret -> Secret -> Secret #

Property "Tags" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

Associated Types

type PropertyType "Tags" Secret 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "Tags" Secret = [Tag]

Methods

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

type PropertyType "Description" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "Description" Secret = Value Text
type PropertyType "GenerateSecretString" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "GenerateSecretString" Secret = GenerateSecretStringProperty
type PropertyType "KmsKeyId" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "KmsKeyId" Secret = Value Text
type PropertyType "Name" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "ReplicaRegions" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "ReplicaRegions" Secret = [ReplicaRegionProperty]
type PropertyType "SecretString" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "SecretString" Secret = Value Text
type PropertyType "Tags" Secret Source # 
Instance details

Defined in Stratosphere.SecretsManager.Secret

type PropertyType "Tags" Secret = [Tag]