SsmParameterProps

Hierarchy

  • SsmParameterProps

Properties

invokingAccountID: string
kmsKey: IKey

Custom resource lambda log group encryption key

logRetentionInDays: number

Custom resource lambda log retention in days

parameter: {
    accountId: string;
    name: string;
    roleName: string;
    value: string;
}

Type declaration

  • accountId: string

    Target account id of the parameter

  • name: string

    Name of the parameter

  • roleName: string

    Role name to assume to access the parameter in target account

  • value: string

    Value to put when when using SsmParameterType.PUT

partition: string
region: string

Generated using TypeDoc