Skip to main content

AwsS3StorageServiceAnchorSchema

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

@group

Anchors/AwsS3StorageService

Hierarchy

  • BaseAnchorSchema
    • AwsS3StorageServiceAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

properties: { awsAccountId: string; awsRegionId: string; bucketName: string } = ...

Input properties.

  • properties.awsAccountId - AWS account ID.
  • properties.awsRegionId - AWS region ID.
  • properties.bucketName - S3 bucket name.

Type declaration

  • awsAccountId: string
  • awsRegionId: string
  • bucketName: string
Page Options