DestinationProperties class

Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.

Constructors

DestinationProperties({String? destinationArn, String? kmsKeyArn})
DestinationProperties.fromJson(Map<String, dynamic> json)
factory

Properties

destinationArn String?
The ARN of the resource to publish to.
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyArn String?
The ARN of the KMS key to use for encryption.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited