stratosphere-opsworks-1.0.0: Stratosphere integration for AWS OpsWorks.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.OpsWorks.UserProfile

Documentation

data UserProfile Source #

Instances

Instances details
ToJSON UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

Show UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

Eq UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

ToResourceProperties UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

Property "AllowSelfManagement" UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

Associated Types

type PropertyType "AllowSelfManagement" UserProfile 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

type PropertyType "AllowSelfManagement" UserProfile = Value Bool

Methods

set :: PropertyType "AllowSelfManagement" UserProfile -> UserProfile -> UserProfile #

Property "IamUserArn" UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

Associated Types

type PropertyType "IamUserArn" UserProfile 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

type PropertyType "IamUserArn" UserProfile = Value Text

Methods

set :: PropertyType "IamUserArn" UserProfile -> UserProfile -> UserProfile #

Property "SshPublicKey" UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

Associated Types

type PropertyType "SshPublicKey" UserProfile 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

type PropertyType "SshPublicKey" UserProfile = Value Text

Methods

set :: PropertyType "SshPublicKey" UserProfile -> UserProfile -> UserProfile #

Property "SshUsername" UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

Associated Types

type PropertyType "SshUsername" UserProfile 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

type PropertyType "SshUsername" UserProfile = Value Text

Methods

set :: PropertyType "SshUsername" UserProfile -> UserProfile -> UserProfile #

type PropertyType "AllowSelfManagement" UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

type PropertyType "AllowSelfManagement" UserProfile = Value Bool
type PropertyType "IamUserArn" UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

type PropertyType "IamUserArn" UserProfile = Value Text
type PropertyType "SshPublicKey" UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

type PropertyType "SshPublicKey" UserProfile = Value Text
type PropertyType "SshUsername" UserProfile Source # 
Instance details

Defined in Stratosphere.OpsWorks.UserProfile

type PropertyType "SshUsername" UserProfile = Value Text