interface MountTargetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EFS.MountTargetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsefs#MountTargetReference |
![]() | software.amazon.awscdk.services.efs.MountTargetReference |
![]() | aws_cdk.aws_efs.MountTargetReference |
![]() | aws-cdk-lib » aws_efs » MountTargetReference |
A reference to a MountTarget resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_efs as efs } from 'aws-cdk-lib';
const mountTargetReference: efs.MountTargetReference = {
mountTargetId: 'mountTargetId',
};
Properties
Name | Type | Description |
---|---|---|
mount | string | The Id of the MountTarget resource. |
mountTargetId
Type:
string
The Id of the MountTarget resource.