UNPKG

iam-floyd

Version:

AWS IAM policy statement generator with fluent interface

8 lines (7 loc) 285 B
import { Statement } from '..'; /** * Allows stopping EC2 instance only for the user who started them * * @param tag The tag name, where the user information will be stored - default: `Owner` */ export declare function allowEc2InstanceDeleteByOwner(tag?: string): Statement.Ec2[];