Class MountTargetReference
A reference to a MountTarget resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EFS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MountTargetReference : IMountTargetReference
Syntax (vb)
Public Class MountTargetReference Implements IMountTargetReference
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.EFS;
var mountTargetReference = new MountTargetReference {
MountTargetId = "mountTargetId"
};
Synopsis
Constructors
MountTargetReference() | A reference to a MountTarget resource. |
Properties
MountTargetId | The Id of the MountTarget resource. |
Constructors
MountTargetReference()
A reference to a MountTarget resource.
public MountTargetReference()
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.EFS;
var mountTargetReference = new MountTargetReference {
MountTargetId = "mountTargetId"
};
Properties
MountTargetId
The Id of the MountTarget resource.
public string MountTargetId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated