aws-cdk-lib.aws_auditmanager.CfnAssessment.AWSServiceProperty

interface AWSServiceProperty

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

The AWSService property type specifies an AWS service such as Amazon S3 , AWS CloudTrail , and so on.

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 aWSServiceProperty: auditmanager.CfnAssessment.AWSServiceProperty = {
  serviceName: 'serviceName',
};

Properties

NameTypeDescription
serviceName?stringThe name of the AWS service .

serviceName?

Type: string (optional)

The name of the AWS service .