interface ActiveDirectoryComputerAttributeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.NimbleStudio.CfnStudioComponent.ActiveDirectoryComputerAttributeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_ActiveDirectoryComputerAttributeProperty |
Java | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ActiveDirectoryComputerAttributeProperty |
Python | aws_cdk.aws_nimblestudio.CfnStudioComponent.ActiveDirectoryComputerAttributeProperty |
TypeScript | aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » ActiveDirectoryComputerAttributeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const activeDirectoryComputerAttributeProperty: nimblestudio.CfnStudioComponent.ActiveDirectoryComputerAttributeProperty = {
name: 'name',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | |
| value? | string |
name?
Type:
string
(optional)
value?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript