Skip to main content

AwsS3StorageServiceDirectoryAnchorSchema

This anchor is associated with a Service model representing an AWS S3 directory.

@group

Anchors/AwsS3StorageService

Hierarchy

  • BaseAnchorSchema
    • AwsS3StorageServiceDirectoryAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

properties: { bucketName: string; remoteDirectoryPath: string } = ...

Input properties.

  • properties.bucketName: The name of the S3 bucket.
  • properties.remoteDirectoryPath: The path to the directory within the S3 bucket.

Type declaration

  • bucketName: string
  • remoteDirectoryPath: string
Page Options