Show / Hide Table of Contents

Class CfnDistributionPropsMixin.StringSchemaProperty

Inheritance
object
CfnDistributionPropsMixin.StringSchemaProperty
Implements
CfnDistributionPropsMixin.IStringSchemaProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-stringschema.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-stringschema.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-stringschema.html#cfn-cloudfront-distribution-stringschema-comment

DefaultValue

public string? DefaultValue { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-stringschema.html#cfn-cloudfront-distribution-stringschema-defaultvalue

Required

public object? Required { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-stringschema.html#cfn-cloudfront-distribution-stringschema-required

Type union: either bool or IResolvable

Implements

CfnDistributionPropsMixin.IStringSchemaProperty
Back to top Generated by DocFX