interface WindowsUserProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Deadline.CfnQueuePropsMixin.WindowsUserProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdeadline#CfnQueuePropsMixin_WindowsUserProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnQueuePropsMixin.WindowsUserProperty |
Python | aws_cdk.cfn_property_mixins.aws_deadline.CfnQueuePropsMixin.WindowsUserProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_deadline » CfnQueuePropsMixin » WindowsUserProperty |
The Windows user details.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from '@aws-cdk/cfn-property-mixins';
const windowsUserProperty: deadline.CfnQueuePropsMixin.WindowsUserProperty = {
passwordArn: 'passwordArn',
user: 'user',
};
Properties
| Name | Type | Description |
|---|---|---|
| password | string | The password ARN for the Windows user. |
| user? | string | The user. |
passwordArn?
Type:
string
(optional)
The password ARN for the Windows user.
user?
Type:
string
(optional)
The user.

.NET
Go
Java
Python
TypeScript