Interface ICfnUserProfileProps
Properties for defining a CfnUserProfile
.
Namespace: Amazon.CDK.AwsDatazone
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
Status = "status",
UserType = "userType"
};
Synopsis
Properties
Domain |
The identifier of a Amazon DataZone domain in which a user profile exists. |
Status | The status of the user profile. |
User |
The identifier of the user for which the user profile is created. |
User |
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
System.
Remarks
Status
The status of the user profile.
virtual string Status { get; }
Property Value
System.
Remarks
UserIdentifier
The identifier of the user for which the user profile is created.
string UserIdentifier { get; }
Property Value
System.
Remarks
UserType
The user type of the user for which the user profile is created.
virtual string UserType { get; }
Property Value
System.