Class CfnAssessmentTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.inspector.CfnAssessmentTargetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssessmentTargetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssessmentTargetProps
@Stability(Stable)
@Internal
public static final class CfnAssessmentTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssessmentTargetProps
An implementation for
CfnAssessmentTargetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.inspector.CfnAssessmentTargetProps
CfnAssessmentTargetProps.Builder, CfnAssessmentTargetProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAssessmentTargetProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAssessmentTargetProps.Builder
.
-
-
Method Details
-
getAssessmentTargetName
Description copied from interface:CfnAssessmentTargetProps
The name of the Amazon Inspector assessment target.The name must be unique within the AWS account .
- Specified by:
getAssessmentTargetName
in interfaceCfnAssessmentTargetProps
- See Also:
-
getResourceGroupArn
Description copied from interface:CfnAssessmentTargetProps
The ARN that specifies the resource group that is used to create the assessment target.If
resourceGroupArn
is not specified, all EC2 instances in the current AWS account and Region are included in the assessment target.- Specified by:
getResourceGroupArn
in interfaceCfnAssessmentTargetProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-