@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.258Z") @Stability(value=Stable) public class CfnNetworkInsightsAccessScopeAnalysis extends CfnResource implements IInspectable
Describes a Network Access Scope 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.*;
CfnNetworkInsightsAccessScopeAnalysis cfnNetworkInsightsAccessScopeAnalysis = CfnNetworkInsightsAccessScopeAnalysis.Builder.create(this, "MyCfnNetworkInsightsAccessScopeAnalysis")
.networkInsightsAccessScopeId("networkInsightsAccessScopeId")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnNetworkInsightsAccessScopeAnalysis.Builder
A fluent builder for
CfnNetworkInsightsAccessScopeAnalysis. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnNetworkInsightsAccessScopeAnalysis(software.constructs.Construct scope,
String id,
CfnNetworkInsightsAccessScopeAnalysisProps props)
Create a new `AWS::EC2::NetworkInsightsAccessScopeAnalysis`.
|
protected |
CfnNetworkInsightsAccessScopeAnalysis(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnNetworkInsightsAccessScopeAnalysis(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getAttrAnalyzedEniCount()
The number of network interfaces analyzed.
|
String |
getAttrEndDate()
The end date of the analysis.
|
String |
getAttrFindingsFound()
Indicates whether there are findings (true | false | unknown).
|
String |
getAttrNetworkInsightsAccessScopeAnalysisArn()
The ARN of the Network Access Scope analysis.
|
String |
getAttrNetworkInsightsAccessScopeAnalysisId()
The ID of the Network Access Scope analysis.
|
String |
getAttrStartDate()
The start date of the analysis.
|
String |
getAttrStatus()
The status of the analysis (running | succeeded | failed).
|
String |
getAttrStatusMessage()
The status message.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getNetworkInsightsAccessScopeId()
The ID of the Network Access Scope.
|
TagManager |
getTags()
The tags.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setNetworkInsightsAccessScopeId(String value)
The ID of the Network Access Scope.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnNetworkInsightsAccessScopeAnalysis(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnNetworkInsightsAccessScopeAnalysis(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnNetworkInsightsAccessScopeAnalysis(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnNetworkInsightsAccessScopeAnalysisProps 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.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public Number getAttrAnalyzedEniCount()
@Stability(value=Stable) @NotNull public String getAttrEndDate()
@Stability(value=Stable) @NotNull public String getAttrFindingsFound()
@Stability(value=Stable) @NotNull public String getAttrNetworkInsightsAccessScopeAnalysisArn()
@Stability(value=Stable) @NotNull public String getAttrNetworkInsightsAccessScopeAnalysisId()
@Stability(value=Stable) @NotNull public String getAttrStartDate()
@Stability(value=Stable) @NotNull public String getAttrStatus()
@Stability(value=Stable) @NotNull public String getAttrStatusMessage()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getNetworkInsightsAccessScopeId()
@Stability(value=Stable)
public void setNetworkInsightsAccessScopeId(@NotNull
String value)
Copyright © 2022. All rights reserved.