Amplify Toolbox
    Preparing search index...

    Type Alias ConstructContainerEntryGenerator<T>

    Initializes a CDK Construct in a given scope

    type ConstructContainerEntryGenerator<T extends object = object> = {
        generateContainerEntry: (
            props: GenerateContainerEntryProps,
        ) => ResourceProvider<T>;
        resourceGroupName: string;
    }

    Type Parameters

    • T extends object = object
    Index

    Properties

    generateContainerEntry: (
        props: GenerateContainerEntryProps,
    ) => ResourceProvider<T>

    Create a new instance of a CDK construct in the provided scope.

    resourceGroupName: string

    A group name for this generator. This is used by the cache to determine which stack to place the generated construct in