aws-cdk-lib.aws_nimblestudio.CfnStudioComponent.ActiveDirectoryComputerAttributeProperty

interface ActiveDirectoryComputerAttributeProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnStudioComponent.ActiveDirectoryComputerAttributeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_ActiveDirectoryComputerAttributeProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ActiveDirectoryComputerAttributeProperty
Pythonaws_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

NameTypeDescription
name?stringThe name for the LDAP attribute.
value?stringThe 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.