AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::FinSpace::Environment

CfnEnvironment

The `AWS::FinSpace::Environment` resource represents an Amazon FinSpace environment.

Import

import { CfnEnvironment } from 'aws-cdk-lib/aws-finspace';

Or use the module namespace:

import * as finspace from 'aws-cdk-lib/aws-finspace';
// finspace.CfnEnvironment

Properties

Configuration passed to the constructor as CfnEnvironmentProps.

nameRequired
string

The name of the FinSpace environment.

dataBundlesOptionalDeprecated
string[]

ARNs of FinSpace Data Bundles to install.

Deprecated: this property has been deprecated

descriptionOptional
string

The description of the FinSpace environment.

federationModeOptional
string

The authentication mode for the environment.

federationParametersOptional
IResolvable | FederationParametersProperty

Configuration information when authentication mode is FEDERATED.

kmsKeyIdOptional
string

The KMS key id used to encrypt in the FinSpace environment.

superuserParametersOptional
IResolvable | SuperuserParametersProperty

Configuration information for the superuser.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-finspace
CFN TypeAWS::FinSpace::Environment
Properties8

External Links