Show / Hide Table of Contents

Interface IMarkersConfig

A configuration for markers substitution strategy.

Namespace: Amazon.CDK.AWS.S3.Deployment
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMarkersConfig
Syntax (vb)
Public Interface IMarkersConfig
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.S3.Deployment;

            var markersConfig = new MarkersConfig {
                JsonEscape = false
            };

Synopsis

Properties

JsonEscape

If set to true, the marker substitution will make ure the value inserted in the file will be a valid JSON string.

Properties

JsonEscape

If set to true, the marker substitution will make ure the value inserted in the file will be a valid JSON string.

bool? JsonEscape { get; }
Property Value

bool?

Remarks

Default: - false

Back to top Generated by DocFX