GradientEdge CDK Utils
    Preparing search index...

    Provides operations on Cloudflare Rule Sets

    import { CommonCloudflareConstruct } from '@gradientedge/cdk-utils'

    class CustomConstruct extends CommonCloudflareConstruct {
    constructor(parent: pulumi.ComponentResource, name: string, props: CommonCloudflareStackProps) {
    super(parent, name, props)
    this.props = props
    this.ruleSetManager.createRuleSet('MyRule', this, props)
    }
    }
    Index

    Constructors

    Methods

    Constructors

    Methods