interface MountTargetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.S3Files.MountTargetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awss3files#MountTargetReference |
Java | software.amazon.awscdk.interfaces.s3files.MountTargetReference |
Python | aws_cdk.interfaces.aws_s3files.MountTargetReference |
TypeScript | aws-cdk-lib » interfaces » aws_s3files » 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_s3files as interfaces_s3files } from 'aws-cdk-lib/interfaces';
const mountTargetReference: interfaces_s3files.MountTargetReference = {
mountTargetId: 'mountTargetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| mount | string | The MountTargetId of the MountTarget resource. |
mountTargetId
Type:
string
The MountTargetId of the MountTarget resource.

.NET
Go
Java
Python
TypeScript