S3 Bucket
External S3 Bucket properties

Name:
type: string
| required
- Altostra will use Name property for generating a logical ID:
- Only strict alpha-numeric characters will be used (by the restrictions of CFN)
- If non alpha-numeric characters were used in the name, the logical ID will be generated by the resource type.
- Up to 64 characters
Https URL:
type: string
| required
- The S3 bucket identifier is its HTTPS regional URL.
- The bucket HTTPS regional URL has the following structure, where
<bucket-name>
is the name of the bucket and<region>
is the region in which the bucket was created:
https://<bucket-name>.s3.<region>.amazonaws.com
External S3 Bucket connections

The External S3 Bucket can connect to the following resources:
- Compute
- Fargate Serverless Container
- Can trigger container execution
- Lambda Function
- Trigger the lambda
- Fargate Serverless Container