interface ActiveDirectoryComputerAttributeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins.CfnStudioComponentPropsMixin.ActiveDirectoryComputerAttributeProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnimblestudio/mixins#CfnStudioComponentPropsMixin_ActiveDirectoryComputerAttributeProperty |
Java | software.amazon.awscdk.mixins.preview.services.nimblestudio.mixins.CfnStudioComponentPropsMixin.ActiveDirectoryComputerAttributeProperty |
Python | aws_cdk.mixins_preview.aws_nimblestudio.mixins.CfnStudioComponentPropsMixin.ActiveDirectoryComputerAttributeProperty |
TypeScript | @aws-cdk/mixins-preview » aws_nimblestudio » mixins » CfnStudioComponentPropsMixin » ActiveDirectoryComputerAttributeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as nimblestudio_mixins } from '@aws-cdk/mixins-preview/aws-nimblestudio';
const activeDirectoryComputerAttributeProperty: nimblestudio_mixins.CfnStudioComponentPropsMixin.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