Interface CfnOwner.IOwnerUserPropertiesProperty
The properties of the owner user.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnOwner.IOwnerUserPropertiesProperty
Syntax (vb)
Public Interface CfnOwner.IOwnerUserPropertiesProperty
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.DataZone;
var ownerUserPropertiesProperty = new OwnerUserPropertiesProperty {
UserIdentifier = "userIdentifier"
};
Synopsis
Properties
| UserIdentifier | The ID of the owner user. |
Properties
UserIdentifier
The ID of the owner user.
string? UserIdentifier { get; }