AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A specific property that is impacted by a warning.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.WarningProperty

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class WarningProperty

The WarningProperty type exposes the following members

Constructors

NameDescription
Public Method WarningProperty()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of the property from the resource provider schema.

Public Property PropertyPath System.String

Gets and sets the property PropertyPath.

The path of the property. For example, if this is for the S3Bucket member of the Code property, the property path would be Code/S3Bucket.

Public Property Required System.Boolean

Gets and sets the property Required.

If true, the specified property is required.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5