@cdk-x/core
    Preparing search index...

    Interface ProviderResourceProps

    interface ProviderResourceProps {
        properties?: Record<string, PropertyValue>;
        type: string;
    }
    Index

    Properties

    Properties

    properties?: Record<string, PropertyValue>

    The resource properties to be resolved and serialized during synthesis.

    type: string

    The resource type identifier (e.g. 'Deployment', 'server', 'workflow').