interface IncludedPropertyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ResourceExplorer2.Mixins.CfnViewPropsMixin.IncludedPropertyProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsresourceexplorer2/mixins#CfnViewPropsMixin_IncludedPropertyProperty |
Java | software.amazon.awscdk.mixins.preview.services.resourceexplorer2.mixins.CfnViewPropsMixin.IncludedPropertyProperty |
Python | aws_cdk.mixins_preview.aws_resourceexplorer2.mixins.CfnViewPropsMixin.IncludedPropertyProperty |
TypeScript | @aws-cdk/mixins-preview » aws_resourceexplorer2 » mixins » CfnViewPropsMixin » 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 { mixins as resourceexplorer2_mixins } from '@aws-cdk/mixins-preview/aws-resourceexplorer2';
const includedPropertyProperty: resourceexplorer2_mixins.CfnViewPropsMixin.IncludedPropertyProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the property that is included in this view. |
name?
Type:
string
(optional)
The name of the property that is included in this view.

.NET
Go
Java
Python
TypeScript