GradientEdge CDK Utils
    Preparing search index...

    Provisioned API Management resources

    interface AzureApi {
        apim: ApiManagementService;
        authKeyVault: Output<GetVaultResult>;
        id: Input<string>;
        logger: Logger;
        name: Input<string>;
        namedValueRoleAssignment: RoleAssignment;
        namedValueSecret: Secret;
        resourceGroupName: Input<string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apim: ApiManagementService

    The provisioned API Management service

    authKeyVault: Output<GetVaultResult>

    The resolved authentication Key Vault

    id: Input<string>

    The API Management service resource ID

    logger: Logger

    The provisioned API Management logger for Application Insights

    name: Input<string>

    The API Management service name

    namedValueRoleAssignment: RoleAssignment

    Role assignment granting the APIM identity access to the Key Vault

    namedValueSecret: Secret

    The Key Vault secret for the Application Insights instrumentation key

    resourceGroupName: Input<string>

    The resource group name of the API Management service