Class InstanceProfileReference
A reference to a InstanceProfile resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class InstanceProfileReference : IInstanceProfileReference
Syntax (vb)
Public Class InstanceProfileReference Implements 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.Interfaces.DMS;
var instanceProfileReference = new InstanceProfileReference {
InstanceProfileArn = "instanceProfileArn"
};
Synopsis
Constructors
| InstanceProfileReference() | A reference to a InstanceProfile resource. |
Properties
| InstanceProfileArn | The InstanceProfileArn of the InstanceProfile resource. |
Constructors
InstanceProfileReference()
A reference to a InstanceProfile resource.
public InstanceProfileReference()
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.Interfaces.DMS;
var instanceProfileReference = new InstanceProfileReference {
InstanceProfileArn = "instanceProfileArn"
};
Properties
InstanceProfileArn
The InstanceProfileArn of the InstanceProfile resource.
public string InstanceProfileArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated