Provides operations on Cloudflare Records
import { CommonCloudflareConstruct, CommonCloudflareConstruct } from '@gradientedge/cdk-utils'class CustomConstruct extends CommonCloudflareConstruct { constructor(parent: Construct, id: string, props: CommonCloudflareStackProps) { super(parent, id, props) this.props = props this.recordManager.createRecord('MyRecord', this, props) }} Copy
import { CommonCloudflareConstruct, CommonCloudflareConstruct } from '@gradientedge/cdk-utils'class CustomConstruct extends CommonCloudflareConstruct { constructor(parent: Construct, id: string, props: CommonCloudflareStackProps) { super(parent, id, props) this.props = props this.recordManager.createRecord('MyRecord', this, props) }}
scoped id of the resource
scope in which this resource is defined
record properties
[Pulumi Cloudflare Record]https://www.pulumi.com/registry/packages/cloudflare/api-docs/record/
Provides operations on Cloudflare Records
Example