@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.828Z") @Stability(value=Stable) public interface CfnAssessmentTargetProps extends software.amazon.jsii.JsiiSerializable
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.inspector.*;
CfnAssessmentTargetProps cfnAssessmentTargetProps = CfnAssessmentTargetProps.builder()
.assessmentTargetName("assessmentTargetName")
.resourceGroupArn("resourceGroupArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssessmentTargetProps.Builder
A builder for
CfnAssessmentTargetProps |
static class |
CfnAssessmentTargetProps.Jsii$Proxy
An implementation for
CfnAssessmentTargetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssessmentTargetProps.Builder |
builder() |
default String |
getAssessmentTargetName()
The name of the Amazon Inspector assessment target.
|
default String |
getResourceGroupArn()
The ARN that specifies the resource group that is used to create the assessment target.
|
@Stability(value=Stable) @Nullable default String getAssessmentTargetName()
The name must be unique within the AWS account .
@Stability(value=Stable) @Nullable default String getResourceGroupArn()
If resourceGroupArn is not specified, all EC2 instances in the current AWS account and Region are included in the assessment target.
@Stability(value=Stable) static CfnAssessmentTargetProps.Builder builder()
CfnAssessmentTargetProps.Builder of CfnAssessmentTargetPropsCopyright © 2022. All rights reserved.