aws-cdk-lib.aws_auditmanager.CfnAssessment.ScopeProperty

interface ScopeProperty

LanguageType name
.NETAmazon.CDK.AWS.AuditManager.CfnAssessment.ScopeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsauditmanager#CfnAssessment_ScopeProperty
Javasoftware.amazon.awscdk.services.auditmanager.CfnAssessment.ScopeProperty
Pythonaws_cdk.aws_auditmanager.CfnAssessment.ScopeProperty
TypeScript aws-cdk-lib » aws_auditmanager » CfnAssessment » ScopeProperty

The Scope property type specifies the wrapper that contains the AWS accounts and services that are in scope for the assessment.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_auditmanager as auditmanager } from 'aws-cdk-lib';
const scopeProperty: auditmanager.CfnAssessment.ScopeProperty = {
  awsAccounts: [{
    emailAddress: 'emailAddress',
    id: 'id',
    name: 'name',
  }],
  awsServices: [{
    serviceName: 'serviceName',
  }],
};

Properties

NameTypeDescription
awsAccounts?IResolvable | IResolvable | AWSAccountProperty[]The AWS accounts that are included in the scope of the assessment.
awsServices?IResolvable | IResolvable | AWSServiceProperty[]The AWS services that are included in the scope of the assessment.

awsAccounts?

Type: IResolvable | IResolvable | AWSAccountProperty[] (optional)

The AWS accounts that are included in the scope of the assessment.


awsServices?

Type: IResolvable | IResolvable | AWSServiceProperty[] (optional)

The AWS services that are included in the scope of the assessment.