Class CfnAssessmentTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.inspector.CfnAssessmentTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssessmentTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssessmentTemplateProps
@Stability(Stable)
@Internal
public static final class CfnAssessmentTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssessmentTemplateProps
An implementation for
CfnAssessmentTemplateProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.inspector.CfnAssessmentTemplateProps
CfnAssessmentTemplateProps.Builder, CfnAssessmentTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssessmentTemplateProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ARN of the assessment target to be included in the assessment template.final StringThe user-defined name that identifies the assessment template that you want to create.final NumberThe duration of the assessment run in seconds.The ARNs of the rules packages that you want to use in the assessment template.final ObjectThe user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.final inthashCode()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 theCfnAssessmentTemplateProps.Builder.
-
-
Method Details
-
getAssessmentTargetArn
Description copied from interface:CfnAssessmentTemplatePropsThe ARN of the assessment target to be included in the assessment template.- Specified by:
getAssessmentTargetArnin interfaceCfnAssessmentTemplateProps- See Also:
-
getDurationInSeconds
Description copied from interface:CfnAssessmentTemplatePropsThe duration of the assessment run in seconds.- Specified by:
getDurationInSecondsin interfaceCfnAssessmentTemplateProps- See Also:
-
getRulesPackageArns
Description copied from interface:CfnAssessmentTemplatePropsThe ARNs of the rules packages that you want to use in the assessment template.- Specified by:
getRulesPackageArnsin interfaceCfnAssessmentTemplateProps- See Also:
-
getAssessmentTemplateName
Description copied from interface:CfnAssessmentTemplatePropsThe user-defined name that identifies the assessment template that you want to create.You can create several assessment templates for the same assessment target. The names of the assessment templates that correspond to a particular assessment target must be unique.
- Specified by:
getAssessmentTemplateNamein interfaceCfnAssessmentTemplateProps- See Also:
-
getUserAttributesForFindings
Description copied from interface:CfnAssessmentTemplatePropsThe user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.Within an assessment template, each key must be unique.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTag>- Specified by:
getUserAttributesForFindingsin interfaceCfnAssessmentTemplateProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-