pulumi/tests/testdata/codegen/azure-native-v2-eventgrid-pp/azure-native-v2-eventgrid.pp

8 lines
212 B
Puppet

resource "example" "azure-native:eventgrid:EventSubscription" {
destination = {
endpointType = "EventHub"
resourceId = "example"
}
expirationTimeUtc = "example"
scope = "example"
}