properties property

Input<String?>? properties
final

JSON string matching the CloudFormation resource type schema with current configuration. Underlying attributes can be referenced via the jsondecode() function, for example, jsondecode(data.aws_cloudcontrolapi_resource.example.properties)["example"].

Implementation

final pulumi.Input<String?>? properties;