@aws-cdk_integ-tests-alpha.AssertionsProviderProps

interface AssertionsProviderProps ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.IntegTests.Alpha.AssertionsProviderProps
Gogithub.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#AssertionsProviderProps
Javasoftware.amazon.awscdk.integtests.alpha.AssertionsProviderProps
Pythonaws_cdk.integ_tests_alpha.AssertionsProviderProps
TypeScript (source)@aws-cdk/integ-tests-alpha ยป AssertionsProviderProps

Properties for defining an AssertionsProvider.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as integ_tests_alpha from '@aws-cdk/integ-tests-alpha';
const assertionsProviderProps: integ_tests_alpha.AssertionsProviderProps = {
  handler: 'handler',
  uuid: 'uuid',
};

Properties

NameTypeDescription
handler?๐Ÿ”นstringThe handler to use for the lambda function.
uuid?๐Ÿ”นstringThis determines the uniqueness of each AssertionsProvider.

handler?๐Ÿ”น

Type: string (optional, default: index.handler)

The handler to use for the lambda function.


uuid?๐Ÿ”น

Type: string (optional, default: the default uuid is used)

This determines the uniqueness of each AssertionsProvider.

You should only need to provide something different here if you know that you need a separate provider