Interface IProfileReference
A reference to a Profile resource.
Namespace: Amazon.CDK.Interfaces.RolesAnywhere
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IProfileReference
Syntax (vb)
Public Interface IProfileReference
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.RolesAnywhere;
var profileReference = new ProfileReference {
ProfileArn = "profileArn",
ProfileId = "profileId"
};
Synopsis
Properties
| ProfileArn | The ARN of the Profile resource. |
| ProfileId | The ProfileId of the Profile resource. |
Properties
ProfileArn
The ARN of the Profile resource.
string ProfileArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
ProfileId
The ProfileId of the Profile resource.
string ProfileId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated