Show / Hide Table of Contents

Interface CfnWorkspaceInstance.IIamInstanceProfileSpecificationProperty

Namespace: Amazon.CDK.AWS.WorkspacesInstances
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWorkspaceInstance.IIamInstanceProfileSpecificationProperty
Syntax (vb)
Public Interface 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

Properties

Arn
Name

Properties

Arn

string? Arn { get; }
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

string? Name { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX