Interface IStudioSessionMappingReference
A reference to a StudioSessionMapping resource.
Namespace: Amazon.CDK.AWS.EMR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStudioSessionMappingReference
Syntax (vb)
Public Interface IStudioSessionMappingReference
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 studioSessionMappingReference = new StudioSessionMappingReference {
IdentityName = "identityName",
IdentityType = "identityType",
StudioId = "studioId"
};
Synopsis
Properties
IdentityName | The IdentityName of the StudioSessionMapping resource. |
IdentityType | The IdentityType of the StudioSessionMapping resource. |
StudioId | The StudioId of the StudioSessionMapping resource. |
Properties
IdentityName
The IdentityName of the StudioSessionMapping resource.
string IdentityName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
IdentityType
The IdentityType of the StudioSessionMapping resource.
string IdentityType { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
StudioId
The StudioId of the StudioSessionMapping resource.
string StudioId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated