@guardian/cdk
    Preparing search index...

    Interface GuJanusAssumableRoleProps

    interface GuJanusAssumableRoleProps {
        janusDescription?: string;
        janusName?: string;
        janusPermission: string;
    }
    Index

    Properties

    janusDescription?: string

    A description of this IAM role to be shown in Janus. It should help Janus users to choose the right role.

    janusName?: string

    A friendly name for this IAM role to be shown in Janus. It should help Janus users to choose the right role.

    janusPermission: string

    Tells Janus which ProvisionedRole this IAM role is part of.