func NewConstruct()

in constructs/constructs.go [27:39]


func NewConstruct(scope Construct, id *string, options *ConstructOptions) Construct {
	_init_.Initialize()

	j := jsiiProxy_Construct{}

	_jsii_.Create(
		"constructs.Construct",
		[]interface{}{scope, id, options},
		&j,
	)

	return &j
}