interface OwnerUserPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataZone.CfnOwner.OwnerUserPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnOwner_OwnerUserPropertiesProperty |
Java | software.amazon.awscdk.services.datazone.CfnOwner.OwnerUserPropertiesProperty |
Python | aws_cdk.aws_datazone.CfnOwner.OwnerUserPropertiesProperty |
TypeScript | aws-cdk-lib » aws_datazone » CfnOwner » OwnerUserPropertiesProperty |
The properties of the owner user.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const ownerUserPropertiesProperty: datazone.CfnOwner.OwnerUserPropertiesProperty = {
userIdentifier: 'userIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| user | string | The ID of the owner user. |
userIdentifier?
Type:
string
(optional)
The ID of the owner user.

.NET
Go
Java
Python
TypeScript