Show / Hide Table of Contents

Interface CfnField.IFieldAttributesProperty

Union of field attributes.

Namespace: Amazon.CDK.AWS.Cases
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnField.IFieldAttributesProperty
Syntax (vb)
Public Interface CfnField.IFieldAttributesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-fieldattributes.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.AWS.Cases;

             var fieldAttributesProperty = new FieldAttributesProperty {
                 Text = new TextAttributesProperty {
                     IsMultiline = false
                 }
             };

Synopsis

Properties

Text

Field attributes for Text field type.

Properties

Text

Field attributes for Text field type.

object? Text { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-fieldattributes.html#cfn-cases-field-fieldattributes-text

Type union: either IResolvable or CfnField.ITextAttributesProperty

Back to top Generated by DocFX