Class CfnDistributionPropsMixin.StringSchemaProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDistributionPropsMixin.StringSchemaProperty : CfnDistributionPropsMixin.IStringSchemaProperty
Syntax (vb)
Public Class CfnDistributionPropsMixin.StringSchemaProperty Implements CfnDistributionPropsMixin.IStringSchemaProperty
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.Mixins.Preview.AWS.CloudFront.Mixins;
var stringSchemaProperty = new StringSchemaProperty {
Comment = "comment",
DefaultValue = "defaultValue",
Required = false
};
Synopsis
Constructors
| StringSchemaProperty() |
Properties
| Comment | |
| DefaultValue | |
| Required |
Constructors
StringSchemaProperty()
public StringSchemaProperty()
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.Mixins.Preview.AWS.CloudFront.Mixins;
var stringSchemaProperty = new StringSchemaProperty {
Comment = "comment",
DefaultValue = "defaultValue",
Required = false
};
Properties
Comment
public string? Comment { get; set; }
Property Value
Remarks
DefaultValue
public string? DefaultValue { get; set; }
Property Value
Remarks
Required
public object? Required { get; set; }