interface OwnerUserPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnOwnerPropsMixin.OwnerUserPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnOwnerPropsMixin_OwnerUserPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnOwnerPropsMixin.OwnerUserPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnOwnerPropsMixin.OwnerUserPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnOwnerPropsMixin » 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 { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const ownerUserPropertiesProperty: datazone_mixins.CfnOwnerPropsMixin.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