interface IncludedPropertyProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ResourceExplorer2.CfnView.IncludedPropertyProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsresourceexplorer2#CfnView_IncludedPropertyProperty |
![]() | software.amazon.awscdk.services.resourceexplorer2.CfnView.IncludedPropertyProperty |
![]() | aws_cdk.aws_resourceexplorer2.CfnView.IncludedPropertyProperty |
![]() | 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
Name | Type | Description |
---|---|---|
name | string | The name of the property that is included in this view. |
name
Type:
string
The name of the property that is included in this view.