You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::CreatePublishingDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreatePublishingDestinationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  detector_id: "DetectorId", # required
  destination_type: "S3", # required, accepts S3
  destination_properties: { # required
    destination_arn: "String",
    kms_key_arn: "String",
  },
  client_token: "ClientToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The idempotency token for the request.

Returns:

  • (String)

    The idempotency token for the request.

#destination_propertiesTypes::DestinationProperties

The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.

Returns:

  • (Types::DestinationProperties)

    The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.

#destination_typeString

The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.

Possible values:

  • S3

Returns:

  • (String)

    The type of resource for the publishing destination.

#detector_idString

The ID of the GuardDuty detector associated with the publishing destination.

Returns:

  • (String)

    The ID of the GuardDuty detector associated with the publishing destination.