@finnairoyj/cdk-constructs-lib
    Preparing search index...

    Interface SecureStringParameterProps

    interface SecureStringParameterProps {
        description?: string;
        kmsKey: IKey;
        length: number;
        parameterName: string;
        secureStringGeneratorLambda?: IFunction;
    }
    Index

    Properties

    description?: string

    Description of the SSM parameter

    kmsKey: IKey

    The KMS key to use for encrypting the SSM parameter

    length: number

    The length of the secure string

    parameterName: string

    The name of the SSM parameter

    secureStringGeneratorLambda?: IFunction

    Common custom-resource Lambda ARN for the Secure String Generator

    If not provided, a dedicated Lambda will be created for the custom resource