interface ActiveDirectoryComputerAttributeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NimbleStudio.CfnStudioComponentPropsMixin.ActiveDirectoryComputerAttributeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnimblestudio#CfnStudioComponentPropsMixin_ActiveDirectoryComputerAttributeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioComponentPropsMixin.ActiveDirectoryComputerAttributeProperty |
Python | aws_cdk.cfn_property_mixins.aws_nimblestudio.CfnStudioComponentPropsMixin.ActiveDirectoryComputerAttributeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_nimblestudio » CfnStudioComponentPropsMixin » 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/cfn-property-mixins';
const activeDirectoryComputerAttributeProperty: nimblestudio.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