Show / Hide Table of Contents

Class CfnView.IncludedPropertyProperty

Information about an additional property that describes a resource, that you can optionally include in a view.

Inheritance
System.Object
CfnView.IncludedPropertyProperty
Implements
CfnView.IIncludedPropertyProperty
Namespace: Amazon.CDK.AWS.ResourceExplorer2
Assembly: Amazon.CDK.AWS.ResourceExplorer2.dll
Syntax (csharp)
public class IncludedPropertyProperty : Object, CfnView.IIncludedPropertyProperty
Syntax (vb)
Public Class IncludedPropertyProperty
    Inherits Object
    Implements CfnView.IIncludedPropertyProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-includedproperty.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.ResourceExplorer2;

var includedPropertyProperty = new IncludedPropertyProperty {
    Name = "name"
};

Synopsis

Constructors

IncludedPropertyProperty()

Properties

Name

The name of the property that is included in this view.

Constructors

IncludedPropertyProperty()

public IncludedPropertyProperty()

Properties

Name

The name of the property that is included in this view.

public string Name { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-includedproperty.html#cfn-resourceexplorer2-view-includedproperty-name

Implements

CfnView.IIncludedPropertyProperty
Back to top Generated by DocFX