@finnairoyj/cdk-constructs-lib
    Preparing search index...
    interface ServiceLinkedRoleProps {
        awsServiceName: string;
        customSuffix?: string;
        slrWaiterLambda?: IFunction;
    }
    Index

    Properties

    awsServiceName: string

    Name of the AWS service to create the ServiceLinkedRole for

    customSuffix?: string

    Custom suffix to append to the ServiceLinkerRole name

    Provided suffix will be converted to kebab-case

    string Unique suffix will be created

    slrWaiterLambda?: IFunction

    Common custom-resource Lambda for the ServiceLinkedRole waiter If not provided, a dedicated Lambda will be created for the custom resource