Interface MapFunctionProps

Properties used to invoke {MapFunction}.

interface MapFunctionProps {
    args: unknown;
    credentials?: AwsCredentialIdentity;
    deploymentGroupPath: string;
    target: DeploymentTargetConfig;
}

Properties

args: unknown

Map arguments from the command line

credentials?: AwsCredentialIdentity

AWS credentials for the target

deploymentGroupPath: string

Path of deployment group where the target belongs to

Target configuration

Generated using TypeDoc