@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:42.621Z") public class CfnNetworkInsightsAnalysis extends CfnResource implements IInspectable
Specifies a network insights analysis.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; CfnNetworkInsightsAnalysis cfnNetworkInsightsAnalysis = CfnNetworkInsightsAnalysis.Builder.create(this, "MyCfnNetworkInsightsAnalysis") .networkInsightsPathId("networkInsightsPathId") // the properties below are optional .additionalAccounts(List.of("additionalAccounts")) .filterInArns(List.of("filterInArns")) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Class and Description |
---|---|
static interface |
CfnNetworkInsightsAnalysis.AdditionalDetailProperty
Describes an additional detail for a path analysis.
|
static interface |
CfnNetworkInsightsAnalysis.AlternatePathHintProperty
Describes an potential intermediate component of a feasible path.
|
static interface |
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
Describes a network access control (ACL) rule.
|
static interface |
CfnNetworkInsightsAnalysis.AnalysisComponentProperty
Describes a path component.
|
static interface |
CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty
Describes a load balancer listener.
|
static interface |
CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty
Describes a load balancer target.
|
static interface |
CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty
Describes a header.
|
static interface |
CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
Describes a route table route.
|
static interface |
CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty
Describes a security group rule.
|
static class |
CfnNetworkInsightsAnalysis.Builder
A fluent builder for
CfnNetworkInsightsAnalysis . |
static interface |
CfnNetworkInsightsAnalysis.ExplanationProperty
Describes an explanation code for an unreachable path.
|
static interface |
CfnNetworkInsightsAnalysis.PathComponentProperty
Describes a path component.
|
static interface |
CfnNetworkInsightsAnalysis.PortRangeProperty
Describes a range of ports.
|
static interface |
CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty
Describes a route in a transit gateway route table.
|
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnNetworkInsightsAnalysis(Construct scope,
java.lang.String id,
CfnNetworkInsightsAnalysisProps props)
Create a new `AWS::EC2::NetworkInsightsAnalysis`.
|
protected |
CfnNetworkInsightsAnalysis(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnNetworkInsightsAnalysis(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAdditionalAccounts()
The member accounts that contain resources that the path can traverse.
|
IResolvable |
getAttrAlternatePathHints()
Potential intermediate components.
|
IResolvable |
getAttrExplanations()
The explanations.
|
IResolvable |
getAttrForwardPathComponents()
The components in the path from source to destination.
|
java.lang.String |
getAttrNetworkInsightsAnalysisArn()
The Amazon Resource Name (ARN) of the network insights analysis.
|
java.lang.String |
getAttrNetworkInsightsAnalysisId()
The ID of the network insights analysis.
|
IResolvable |
getAttrNetworkPathFound()
Indicates whether the destination is reachable from the source.
|
IResolvable |
getAttrReturnPathComponents()
The components in the path from destination to source.
|
java.lang.String |
getAttrStartDate()
The time the analysis started.
|
java.lang.String |
getAttrStatus()
The status of the network insights analysis.
|
java.lang.String |
getAttrStatusMessage()
The status message, if the status is `failed` .
|
java.util.List<java.lang.String> |
getAttrSuggestedAccounts()
The IDs of potential intermediate accounts.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties() |
java.util.List<java.lang.String> |
getFilterInArns()
The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
java.lang.String |
getNetworkInsightsPathId()
The ID of the path.
|
TagManager |
getTags()
The tags to apply.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props) |
void |
setAdditionalAccounts(java.util.List<java.lang.String> value)
The member accounts that contain resources that the path can traverse.
|
void |
setFilterInArns(java.util.List<java.lang.String> value)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
void |
setNetworkInsightsPathId(java.lang.String value)
The ID of the path.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnNetworkInsightsAnalysis(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnNetworkInsightsAnalysis(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnNetworkInsightsAnalysis(Construct scope, java.lang.String id, CfnNetworkInsightsAnalysisProps props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.public IResolvable getAttrAlternatePathHints()
public IResolvable getAttrExplanations()
For more information, see Reachability Analyzer explanation codes .
public IResolvable getAttrForwardPathComponents()
public java.lang.String getAttrNetworkInsightsAnalysisArn()
public java.lang.String getAttrNetworkInsightsAnalysisId()
public IResolvable getAttrNetworkPathFound()
public IResolvable getAttrReturnPathComponents()
public java.lang.String getAttrStartDate()
public java.lang.String getAttrStatus()
public java.lang.String getAttrStatusMessage()
public java.util.List<java.lang.String> getAttrSuggestedAccounts()
protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
public TagManager getTags()
public java.lang.String getNetworkInsightsPathId()
public void setNetworkInsightsPathId(java.lang.String value)
public java.util.List<java.lang.String> getAdditionalAccounts()
public void setAdditionalAccounts(java.util.List<java.lang.String> value)
public java.util.List<java.lang.String> getFilterInArns()
public void setFilterInArns(java.util.List<java.lang.String> value)