interface AnalysisComponentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins.CfnNetworkInsightsAnalysisPropsMixin.AnalysisComponentProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/mixins#CfnNetworkInsightsAnalysisPropsMixin_AnalysisComponentProperty |
Java | software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnNetworkInsightsAnalysisPropsMixin.AnalysisComponentProperty |
Python | aws_cdk.mixins_preview.aws_ec2.mixins.CfnNetworkInsightsAnalysisPropsMixin.AnalysisComponentProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » mixins » CfnNetworkInsightsAnalysisPropsMixin » AnalysisComponentProperty |
Describes a path component.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as ec2_mixins } from '@aws-cdk/mixins-preview/aws-ec2';
const analysisComponentProperty: ec2_mixins.CfnNetworkInsightsAnalysisPropsMixin.AnalysisComponentProperty = {
arn: 'arn',
id: 'id',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The Amazon Resource Name (ARN) of the component. |
| id? | string | The ID of the component. |
arn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the component.
id?
Type:
string
(optional)
The ID of the component.

.NET
Go
Java
Python
TypeScript