Class CfnEnvironment.SuperuserParametersProperty
Configuration information for the superuser.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.FinSpace
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SuperuserParametersProperty : Object, CfnEnvironment.ISuperuserParametersProperty
Syntax (vb)
Public Class SuperuserParametersProperty
Inherits Object
Implements CfnEnvironment.ISuperuserParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FinSpace;
var superuserParametersProperty = new SuperuserParametersProperty {
EmailAddress = "emailAddress",
FirstName = "firstName",
LastName = "lastName"
};
Synopsis
Constructors
Superuser |
Properties
Email |
The email address of the superuser. |
First |
The first name of the superuser. |
Last |
The last name of the superuser. |
Constructors
SuperuserParametersProperty()
public SuperuserParametersProperty()
Properties
EmailAddress
The email address of the superuser.
public string EmailAddress { get; set; }
Property Value
System.
Remarks
FirstName
The first name of the superuser.
public string FirstName { get; set; }
Property Value
System.
Remarks
LastName
The last name of the superuser.
public string LastName { get; set; }
Property Value
System.