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 |
An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.
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 | The name for the LDAP attribute. |
value? | string | The value for the LDAP attribute. |
name?
Type:
string
(optional)
The name for the LDAP attribute.
value?
Type:
string
(optional)
The value for the LDAP attribute.