aws-cdk-lib.aws_resourceexplorer2.CfnView.IncludedPropertyProperty

interface IncludedPropertyProperty

LanguageType name
.NETAmazon.CDK.AWS.ResourceExplorer2.CfnView.IncludedPropertyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsresourceexplorer2#CfnView_IncludedPropertyProperty
Javasoftware.amazon.awscdk.services.resourceexplorer2.CfnView.IncludedPropertyProperty
Pythonaws_cdk.aws_resourceexplorer2.CfnView.IncludedPropertyProperty
TypeScript aws-cdk-lib » aws_resourceexplorer2 » CfnView » IncludedPropertyProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resourceexplorer2 as resourceexplorer2 } from 'aws-cdk-lib';
const includedPropertyProperty: resourceexplorer2.CfnView.IncludedPropertyProperty = {
  name: 'name',
};

Properties

NameTypeDescription
namestringThe name of the property that is included in this view.

name

Type: string

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