Show / Hide Table of Contents

Interface CfnDirectoryConfig.IServiceAccountCredentialsProperty

The credentials for the service account used by the streaming instance to connect to the directory.

Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDirectoryConfig.IServiceAccountCredentialsProperty
Syntax (vb)
Public Interface CfnDirectoryConfig.IServiceAccountCredentialsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.AppStream;

             var serviceAccountCredentialsProperty = new ServiceAccountCredentialsProperty {
                 AccountName = "accountName",
                 AccountPassword = "accountPassword"
             };

Synopsis

Properties

AccountName

The user name of the account.

AccountPassword

The password for the account.

Properties

AccountName

The user name of the account.

string AccountName { get; }
Property Value

string

Remarks

This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname

AccountPassword

The password for the account.

string AccountPassword { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword

Back to top Generated by DocFX