Show / Hide Table of Contents

Class CfnOwner.OwnerUserPropertiesProperty

The properties of the owner user.

Inheritance
object
CfnOwner.OwnerUserPropertiesProperty
Implements
CfnOwner.IOwnerUserPropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-owner-owneruserproperties.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 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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-owner-owneruserproperties.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 ownerUserPropertiesProperty = new OwnerUserPropertiesProperty {
                 UserIdentifier = "userIdentifier"
             };

Properties

UserIdentifier

The ID of the owner user.

public string? UserIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-owner-owneruserproperties.html#cfn-datazone-owner-owneruserproperties-useridentifier

Implements

CfnOwner.IOwnerUserPropertiesProperty
Back to top Generated by DocFX