AWS::FinSpace::EnvironmentThe `AWS::FinSpace::Environment` resource represents an Amazon FinSpace environment.
import { CfnEnvironment } from 'aws-cdk-lib/aws-finspace';Or use the module namespace:
import * as finspace from 'aws-cdk-lib/aws-finspace';
// finspace.CfnEnvironmentConfiguration passed to the constructor as CfnEnvironmentProps.
nameRequiredstringThe name of the FinSpace environment.
dataBundlesOptionalDeprecatedstring[]ARNs of FinSpace Data Bundles to install.
Deprecated: this property has been deprecated
descriptionOptionalstringThe description of the FinSpace environment.
federationModeOptionalstringThe authentication mode for the environment.
federationParametersOptionalIResolvable | FederationParametersPropertyConfiguration information when authentication mode is FEDERATED.
kmsKeyIdOptionalstringThe KMS key id used to encrypt in the FinSpace environment.
superuserParametersOptionalIResolvable | SuperuserParametersPropertyConfiguration information for the superuser.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-finspaceAWS::FinSpace::Environment