Class CfnOwner.OwnerUserPropertiesProperty
The properties of the owner user.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnOwner.OwnerUserPropertiesProperty : CfnOwner.IOwnerUserPropertiesProperty
Syntax (vb)
Public Class CfnOwner.OwnerUserPropertiesProperty Implements 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
Constructors
| OwnerUserPropertiesProperty() | The properties of the owner user. |
Properties
| UserIdentifier | The ID of the owner user. |
Constructors
OwnerUserPropertiesProperty()
The properties of the owner user.
public OwnerUserPropertiesProperty()
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"
};
Properties
UserIdentifier
The ID of the owner user.
public string? UserIdentifier { get; set; }