stratosphere-emr-1.0.0: Stratosphere integration for AWS EMR.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EMR.Studio

Documentation

data Studio Source #

Constructors

Studio

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-studio.html

Fields

Instances

Instances details
ToJSON Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Show Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Eq Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Methods

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

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

ToResourceProperties Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Property "AuthMode" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "AuthMode" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "AuthMode" Studio = Value Text

Methods

set :: PropertyType "AuthMode" Studio -> Studio -> Studio #

Property "DefaultS3Location" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "DefaultS3Location" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "DefaultS3Location" Studio = Value Text

Methods

set :: PropertyType "DefaultS3Location" Studio -> Studio -> Studio #

Property "Description" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "Description" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "Description" Studio = Value Text

Methods

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

Property "EncryptionKeyArn" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "EncryptionKeyArn" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "EncryptionKeyArn" Studio = Value Text

Methods

set :: PropertyType "EncryptionKeyArn" Studio -> Studio -> Studio #

Property "EngineSecurityGroupId" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "EngineSecurityGroupId" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "EngineSecurityGroupId" Studio = Value Text

Methods

set :: PropertyType "EngineSecurityGroupId" Studio -> Studio -> Studio #

Property "IdcInstanceArn" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "IdcInstanceArn" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "IdcInstanceArn" Studio = Value Text

Methods

set :: PropertyType "IdcInstanceArn" Studio -> Studio -> Studio #

Property "IdcUserAssignment" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "IdcUserAssignment" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "IdcUserAssignment" Studio = Value Text

Methods

set :: PropertyType "IdcUserAssignment" Studio -> Studio -> Studio #

Property "IdpAuthUrl" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "IdpAuthUrl" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "IdpAuthUrl" Studio = Value Text

Methods

set :: PropertyType "IdpAuthUrl" Studio -> Studio -> Studio #

Property "IdpRelayStateParameterName" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "IdpRelayStateParameterName" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "IdpRelayStateParameterName" Studio = Value Text

Methods

set :: PropertyType "IdpRelayStateParameterName" Studio -> Studio -> Studio #

Property "Name" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "Name" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

Methods

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

Property "ServiceRole" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "ServiceRole" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "ServiceRole" Studio = Value Text

Methods

set :: PropertyType "ServiceRole" Studio -> Studio -> Studio #

Property "SubnetIds" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "SubnetIds" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "SubnetIds" Studio = ValueList Text

Methods

set :: PropertyType "SubnetIds" Studio -> Studio -> Studio #

Property "Tags" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "Tags" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "Tags" Studio = [Tag]

Methods

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

Property "TrustedIdentityPropagationEnabled" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "TrustedIdentityPropagationEnabled" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "TrustedIdentityPropagationEnabled" Studio = Value Bool

Methods

set :: PropertyType "TrustedIdentityPropagationEnabled" Studio -> Studio -> Studio #

Property "UserRole" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "UserRole" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "UserRole" Studio = Value Text

Methods

set :: PropertyType "UserRole" Studio -> Studio -> Studio #

Property "VpcId" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "VpcId" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "VpcId" Studio = Value Text

Methods

set :: PropertyType "VpcId" Studio -> Studio -> Studio #

Property "WorkspaceSecurityGroupId" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

Associated Types

type PropertyType "WorkspaceSecurityGroupId" Studio 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "WorkspaceSecurityGroupId" Studio = Value Text

Methods

set :: PropertyType "WorkspaceSecurityGroupId" Studio -> Studio -> Studio #

type PropertyType "AuthMode" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "AuthMode" Studio = Value Text
type PropertyType "DefaultS3Location" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "DefaultS3Location" Studio = Value Text
type PropertyType "Description" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "Description" Studio = Value Text
type PropertyType "EncryptionKeyArn" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "EncryptionKeyArn" Studio = Value Text
type PropertyType "EngineSecurityGroupId" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "EngineSecurityGroupId" Studio = Value Text
type PropertyType "IdcInstanceArn" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "IdcInstanceArn" Studio = Value Text
type PropertyType "IdcUserAssignment" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "IdcUserAssignment" Studio = Value Text
type PropertyType "IdpAuthUrl" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "IdpAuthUrl" Studio = Value Text
type PropertyType "IdpRelayStateParameterName" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "IdpRelayStateParameterName" Studio = Value Text
type PropertyType "Name" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "ServiceRole" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "ServiceRole" Studio = Value Text
type PropertyType "SubnetIds" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "SubnetIds" Studio = ValueList Text
type PropertyType "Tags" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "Tags" Studio = [Tag]
type PropertyType "TrustedIdentityPropagationEnabled" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "TrustedIdentityPropagationEnabled" Studio = Value Bool
type PropertyType "UserRole" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "UserRole" Studio = Value Text
type PropertyType "VpcId" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "VpcId" Studio = Value Text
type PropertyType "WorkspaceSecurityGroupId" Studio Source # 
Instance details

Defined in Stratosphere.EMR.Studio

type PropertyType "WorkspaceSecurityGroupId" Studio = Value Text