Interface GuFastlyLogsIamRoleProps

interface GuFastlyLogsIamRoleProps {
    bucketName: string;
    path?: string;
}

Properties

Properties

bucketName: string

S3 bucket name that Fastly will ship logs

path?: string

Path within the S3 bucket where Fastly will ship logs.

Default

- '*'
If path is not specified, access will be granted to the entire S3 bucket.

Generated using TypeDoc