aws-cdk-lib.aws_finspace.CfnEnvironment.SuperuserParametersProperty

interface SuperuserParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.FinSpace.CfnEnvironment.SuperuserParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsfinspace#CfnEnvironment_SuperuserParametersProperty
Javasoftware.amazon.awscdk.services.finspace.CfnEnvironment.SuperuserParametersProperty
Pythonaws_cdk.aws_finspace.CfnEnvironment.SuperuserParametersProperty
TypeScript aws-cdk-lib » aws_finspace » CfnEnvironment » SuperuserParametersProperty

Configuration information for the superuser.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_finspace as finspace } from 'aws-cdk-lib';
const superuserParametersProperty: finspace.CfnEnvironment.SuperuserParametersProperty = {
  emailAddress: 'emailAddress',
  firstName: 'firstName',
  lastName: 'lastName',
};

Properties

NameTypeDescription
emailAddress?stringThe email address of the superuser.
firstName?stringThe first name of the superuser.
lastName?stringThe last name of the superuser.

emailAddress?

Type: string (optional)

The email address of the superuser.


firstName?

Type: string (optional)

The first name of the superuser.


lastName?

Type: string (optional)

The last name of the superuser.