2021-06-24 16:17:55 +00:00
|
|
|
{
|
2021-09-15 16:49:36 +00:00
|
|
|
"name": "xyz",
|
2021-09-17 19:12:22 +00:00
|
|
|
"version": "0.0.1",
|
2021-09-15 16:49:36 +00:00
|
|
|
"types": {
|
2021-12-06 19:35:27 +00:00
|
|
|
"xyz:index:Foo": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"properties": {
|
|
|
|
"a": {
|
|
|
|
"type": "boolean"
|
2021-06-24 16:17:55 +00:00
|
|
|
}
|
|
|
|
},
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "object"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"resources": {
|
|
|
|
"xyz:index:StaticPage": {
|
|
|
|
"isComponent": true,
|
|
|
|
"inputProperties": {
|
|
|
|
"indexContent": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "The HTML content for index.html."
|
2021-06-24 16:17:55 +00:00
|
|
|
},
|
2021-09-15 16:49:36 +00:00
|
|
|
"foo": {
|
2021-12-06 19:35:27 +00:00
|
|
|
"$ref": "#/types/xyz:index:Foo",
|
2021-09-15 16:49:36 +00:00
|
|
|
"plain": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"requiredInputs": ["indexContent"],
|
|
|
|
"properties": {
|
|
|
|
"bucket": {
|
2022-06-14 06:27:11 +00:00
|
|
|
"$ref": "/aws/v4.36.0/schema.json#/resources/aws:s3%2Fbucket:Bucket",
|
2021-09-15 16:49:36 +00:00
|
|
|
"description": "The bucket resource."
|
2021-06-24 16:17:55 +00:00
|
|
|
},
|
2021-09-15 16:49:36 +00:00
|
|
|
"websiteUrl": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "The website URL."
|
2021-06-24 16:17:55 +00:00
|
|
|
}
|
2021-09-15 16:49:36 +00:00
|
|
|
},
|
|
|
|
"required": ["bucket", "websiteUrl"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"language": {
|
|
|
|
"csharp": {
|
|
|
|
"packageReferences": {
|
2022-12-13 10:51:55 +00:00
|
|
|
"Pulumi": "3.26.1",
|
2021-09-15 16:49:36 +00:00
|
|
|
"Pulumi.Aws": "4.*"
|
2022-12-13 10:51:55 +00:00
|
|
|
}
|
2021-09-15 16:49:36 +00:00
|
|
|
},
|
|
|
|
"go": {
|
|
|
|
"generateResourceContainerTypes": true,
|
2023-06-14 19:59:47 +00:00
|
|
|
"importBasePath": "plain-schema-gh6957/xyz",
|
2021-12-10 23:35:24 +00:00
|
|
|
"generateExtraInputTypes": true
|
2021-09-15 16:49:36 +00:00
|
|
|
},
|
|
|
|
"nodejs": {
|
|
|
|
"dependencies": {
|
|
|
|
"@pulumi/pulumi": "^3.12",
|
|
|
|
"@pulumi/aws": "^3.7.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^3.7.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"python": {
|
|
|
|
"requires": {
|
|
|
|
"pulumi": ">=3.0.0,<4.0.0",
|
|
|
|
"pulumi-aws": ">=4.0.0,<5.0.0"
|
|
|
|
}
|
2021-06-24 16:17:55 +00:00
|
|
|
}
|
2021-09-15 16:49:36 +00:00
|
|
|
}
|
2021-06-24 16:17:55 +00:00
|
|
|
}
|