libZSservicesZSamazonka-finspaceZSamazonka-finspace
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.FinSpace.CreateEnvironment

Description

Create a new FinSpace environment.

Synopsis

Creating a Request

data CreateEnvironment Source #

See: newCreateEnvironment smart constructor.

Constructors

CreateEnvironment' 

Fields

Instances

Instances details
Eq CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Read CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Show CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Generic CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Associated Types

type Rep CreateEnvironment :: Type -> Type #

NFData CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Methods

rnf :: CreateEnvironment -> () #

Hashable CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

ToJSON CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

AWSRequest CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Associated Types

type AWSResponse CreateEnvironment #

ToHeaders CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

ToPath CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

ToQuery CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

type Rep CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

type Rep CreateEnvironment = D1 ('MetaData "CreateEnvironment" "Amazonka.FinSpace.CreateEnvironment" "libZSservicesZSamazonka-finspaceZSamazonka-finspace" 'False) (C1 ('MetaCons "CreateEnvironment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "federationParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FederationParameters)) :*: (S1 ('MetaSel ('Just "federationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FederationMode)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

newCreateEnvironment Source #

Create a value of CreateEnvironment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:federationParameters:CreateEnvironment', createEnvironment_federationParameters - Configuration information when authentication mode is FEDERATED.

$sel:federationMode:CreateEnvironment', createEnvironment_federationMode - Authentication mode for the environment.

  • FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.
  • LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.

$sel:kmsKeyId:CreateEnvironment', createEnvironment_kmsKeyId - The KMS key id to encrypt your data in the FinSpace environment.

$sel:description:CreateEnvironment', createEnvironment_description - The description of the FinSpace environment to be created.

$sel:tags:CreateEnvironment', createEnvironment_tags - Add tags to your FinSpace environment.

$sel:name:CreateEnvironment', createEnvironment_name - The name of the FinSpace environment to be created.

Request Lenses

createEnvironment_federationParameters :: Lens' CreateEnvironment (Maybe FederationParameters) Source #

Configuration information when authentication mode is FEDERATED.

createEnvironment_federationMode :: Lens' CreateEnvironment (Maybe FederationMode) Source #

Authentication mode for the environment.

  • FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.
  • LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.

createEnvironment_kmsKeyId :: Lens' CreateEnvironment (Maybe Text) Source #

The KMS key id to encrypt your data in the FinSpace environment.

createEnvironment_description :: Lens' CreateEnvironment (Maybe Text) Source #

The description of the FinSpace environment to be created.

createEnvironment_tags :: Lens' CreateEnvironment (Maybe (HashMap Text Text)) Source #

Add tags to your FinSpace environment.

createEnvironment_name :: Lens' CreateEnvironment Text Source #

The name of the FinSpace environment to be created.

Destructuring the Response

data CreateEnvironmentResponse Source #

See: newCreateEnvironmentResponse smart constructor.

Constructors

CreateEnvironmentResponse' 

Fields

Instances

Instances details
Eq CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Read CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Show CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Generic CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

Associated Types

type Rep CreateEnvironmentResponse :: Type -> Type #

NFData CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

type Rep CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.CreateEnvironment

type Rep CreateEnvironmentResponse = D1 ('MetaData "CreateEnvironmentResponse" "Amazonka.FinSpace.CreateEnvironment" "libZSservicesZSamazonka-finspaceZSamazonka-finspace" 'False) (C1 ('MetaCons "CreateEnvironmentResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "environmentUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateEnvironmentResponse Source #

Create a value of CreateEnvironmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentUrl:CreateEnvironmentResponse', createEnvironmentResponse_environmentUrl - The sign-in url for the web application of the FinSpace environment you created.

$sel:environmentId:CreateEnvironmentResponse', createEnvironmentResponse_environmentId - The unique identifier for FinSpace environment that you created.

$sel:environmentArn:CreateEnvironmentResponse', createEnvironmentResponse_environmentArn - The Amazon Resource Name (ARN) of the FinSpace environment that you created.

$sel:httpStatus:CreateEnvironmentResponse', createEnvironmentResponse_httpStatus - The response's http status code.

Response Lenses

createEnvironmentResponse_environmentUrl :: Lens' CreateEnvironmentResponse (Maybe Text) Source #

The sign-in url for the web application of the FinSpace environment you created.

createEnvironmentResponse_environmentId :: Lens' CreateEnvironmentResponse (Maybe Text) Source #

The unique identifier for FinSpace environment that you created.

createEnvironmentResponse_environmentArn :: Lens' CreateEnvironmentResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the FinSpace environment that you created.