@guardian/cdk
    Preparing search index...

    Interface GuFastlyLogsIamRoleProps

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

    Properties

    Properties

    bucketName: string

    S3 bucket name that Fastly will ship logs

    path?: string

    Path within the S3 bucket where Fastly will ship logs.

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