Interface IStudioReference
A reference to a Studio resource.
Namespace: Amazon.CDK.AWS.EMR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStudioReference
Syntax (vb)
Public Interface IStudioReference
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.EMR;
var studioReference = new StudioReference {
StudioArn = "studioArn",
StudioId = "studioId"
};
Synopsis
Properties
| StudioArn | The ARN of the Studio resource. |
| StudioId | The StudioId of the Studio resource. |
Properties
StudioArn
The ARN of the Studio resource.
string StudioArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
StudioId
The StudioId of the Studio resource.
string StudioId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated