Show / Hide Table of Contents

Class CfnWorkspaceInstance.IamInstanceProfileSpecificationProperty

Inheritance
object
CfnWorkspaceInstance.IamInstanceProfileSpecificationProperty
Implements
CfnWorkspaceInstance.IIamInstanceProfileSpecificationProperty
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.WorkspacesInstances
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWorkspaceInstance.IamInstanceProfileSpecificationProperty : CfnWorkspaceInstance.IIamInstanceProfileSpecificationProperty
Syntax (vb)
Public Class CfnWorkspaceInstance.IamInstanceProfileSpecificationProperty Implements CfnWorkspaceInstance.IIamInstanceProfileSpecificationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-iaminstanceprofilespecification.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.WorkspacesInstances;

             var iamInstanceProfileSpecificationProperty = new IamInstanceProfileSpecificationProperty {
                 Arn = "arn",
                 Name = "name"
             };

Synopsis

Constructors

IamInstanceProfileSpecificationProperty()

Properties

Arn
Name

Constructors

IamInstanceProfileSpecificationProperty()

public IamInstanceProfileSpecificationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-iaminstanceprofilespecification.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.WorkspacesInstances;

             var iamInstanceProfileSpecificationProperty = new IamInstanceProfileSpecificationProperty {
                 Arn = "arn",
                 Name = "name"
             };

Properties

Arn

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-iaminstanceprofilespecification.html#cfn-workspacesinstances-workspaceinstance-iaminstanceprofilespecification-arn

Name

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-iaminstanceprofilespecification.html#cfn-workspacesinstances-workspaceinstance-iaminstanceprofilespecification-name

Implements

CfnWorkspaceInstance.IIamInstanceProfileSpecificationProperty
Back to top Generated by DocFX