Class CfnAssessmentTemplateMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.inspector.CfnAssessmentTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssessmentTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssessmentTemplateMixinProps
@Stability(Stable)
@Internal
public static final class CfnAssessmentTemplateMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssessmentTemplateMixinProps
An implementation for
CfnAssessmentTemplateMixinProps-
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.cfnpropertymixins.services.inspector.CfnAssessmentTemplateMixinProps
CfnAssessmentTemplateMixinProps.Builder, CfnAssessmentTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssessmentTemplateMixinProps.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 ObjectThe 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 theCfnAssessmentTemplateMixinProps.Builder.
-
-
Method Details
-
getAssessmentTargetArn
Description copied from interface:CfnAssessmentTemplateMixinPropsThe ARN of the assessment target to be included in the assessment template.Returns union: either
StringorIAssessmentTargetRef- Specified by:
getAssessmentTargetArnin interfaceCfnAssessmentTemplateMixinProps- See Also:
-
getAssessmentTemplateName
Description copied from interface:CfnAssessmentTemplateMixinPropsThe 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 interfaceCfnAssessmentTemplateMixinProps- See Also:
-
getDurationInSeconds
Description copied from interface:CfnAssessmentTemplateMixinPropsThe duration of the assessment run in seconds.- Specified by:
getDurationInSecondsin interfaceCfnAssessmentTemplateMixinProps- See Also:
-
getRulesPackageArns
Description copied from interface:CfnAssessmentTemplateMixinPropsThe ARNs of the rules packages that you want to use in the assessment template.- Specified by:
getRulesPackageArnsin interfaceCfnAssessmentTemplateMixinProps- See Also:
-
getUserAttributesForFindings
Description copied from interface:CfnAssessmentTemplateMixinPropsThe 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 interfaceCfnAssessmentTemplateMixinProps- 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()
-