interface WindowsUserProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.CfnQueue.WindowsUserProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnQueue_WindowsUserProperty |
![]() | software.amazon.awscdk.services.deadline.CfnQueue.WindowsUserProperty |
![]() | aws_cdk.aws_deadline.CfnQueue.WindowsUserProperty |
![]() | aws-cdk-lib » aws_deadline » CfnQueue » 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-lib';
const windowsUserProperty: deadline.CfnQueue.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
The password ARN for the Windows user.
user
Type:
string
The user.