Show / Hide Table of Contents

Class CfnStudioComponent.ComputeFarmConfigurationProperty

Inheritance
object
CfnStudioComponent.ComputeFarmConfigurationProperty
Implements
CfnStudioComponent.IComputeFarmConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStudioComponent.ComputeFarmConfigurationProperty : CfnStudioComponent.IComputeFarmConfigurationProperty
Syntax (vb)
Public Class CfnStudioComponent.ComputeFarmConfigurationProperty Implements CfnStudioComponent.IComputeFarmConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.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.NimbleStudio;

             var computeFarmConfigurationProperty = new ComputeFarmConfigurationProperty {
                 ActiveDirectoryUser = "activeDirectoryUser",
                 Endpoint = "endpoint"
             };

Synopsis

Constructors

ComputeFarmConfigurationProperty()

Properties

ActiveDirectoryUser
Endpoint

Constructors

ComputeFarmConfigurationProperty()

public ComputeFarmConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.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.NimbleStudio;

             var computeFarmConfigurationProperty = new ComputeFarmConfigurationProperty {
                 ActiveDirectoryUser = "activeDirectoryUser",
                 Endpoint = "endpoint"
             };

Properties

ActiveDirectoryUser

public string? ActiveDirectoryUser { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.html#cfn-nimblestudio-studiocomponent-computefarmconfiguration-activedirectoryuser

Endpoint

public string? Endpoint { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.html#cfn-nimblestudio-studiocomponent-computefarmconfiguration-endpoint

Implements

CfnStudioComponent.IComputeFarmConfigurationProperty
Back to top Generated by DocFX