Show / Hide Table of Contents

Interface IInstanceProfileReference

A reference to a InstanceProfile resource.

Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInstanceProfileReference
Syntax (vb)
Public Interface IInstanceProfileReference
Remarks

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.IAM;

            var instanceProfileReference = new InstanceProfileReference {
                InstanceProfileArn = "instanceProfileArn",
                InstanceProfileName = "instanceProfileName"
            };

Synopsis

Properties

InstanceProfileArn

The ARN of the InstanceProfile resource.

InstanceProfileName

The InstanceProfileName of the InstanceProfile resource.

Properties

InstanceProfileArn

The ARN of the InstanceProfile resource.

string InstanceProfileArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

InstanceProfileName

The InstanceProfileName of the InstanceProfile resource.

string InstanceProfileName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX