Interface ICfnUserProfileProps
Properties for defining a CfnUserProfile.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnUserProfileProps
Syntax (vb)
Public Interface ICfnUserProfileProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
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.DataZone;
var cfnUserProfileProps = new CfnUserProfileProps {
DomainIdentifier = "domainIdentifier",
UserIdentifier = "userIdentifier",
// the properties below are optional
SessionName = "sessionName",
Status = "status",
UserType = "userType"
};
Synopsis
Properties
| DomainIdentifier | The identifier of a Amazon DataZone domain in which a user profile exists. |
| SessionName | The session name of the user profile. |
| Status | The status of the user profile. |
| UserIdentifier | The identifier of the user for which the user profile is created. |
| UserType | The user type of the user for which the user profile is created. |
Properties
DomainIdentifier
The identifier of a Amazon DataZone domain in which a user profile exists.
string DomainIdentifier { get; }
Property Value
Remarks
SessionName
The session name of the user profile.
string? SessionName { get; }
Property Value
Remarks
Status
The status of the user profile.
string? Status { get; }
Property Value
Remarks
UserIdentifier
The identifier of the user for which the user profile is created.
string UserIdentifier { get; }
Property Value
Remarks
UserType
The user type of the user for which the user profile is created.
string? UserType { get; }