Interface BucketEvents.AWSAPICallViaCloudTrail.TlsDetails

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
BucketEvents.AWSAPICallViaCloudTrail.TlsDetails.Jsii$Proxy
Enclosing class:
BucketEvents.AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface BucketEvents.AWSAPICallViaCloudTrail.TlsDetails extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for TlsDetails.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.s3.events.*;
 TlsDetails tlsDetails = TlsDetails.builder()
         .cipherSuite(List.of("cipherSuite"))
         .clientProvidedHostHeader(List.of("clientProvidedHostHeader"))
         .tlsVersion(List.of("tlsVersion"))
         .build();
 
  • Method Details

    • getCipherSuite

      @Stability(Experimental) @Nullable default List<String> getCipherSuite()
      (experimental) cipherSuite property.

      Specify an array of string values to match this event if the actual value of cipherSuite is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getClientProvidedHostHeader

      @Stability(Experimental) @Nullable default List<String> getClientProvidedHostHeader()
      (experimental) clientProvidedHostHeader property.

      Specify an array of string values to match this event if the actual value of clientProvidedHostHeader is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTlsVersion

      @Stability(Experimental) @Nullable default List<String> getTlsVersion()
      (experimental) tlsVersion property.

      Specify an array of string values to match this event if the actual value of tlsVersion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static BucketEvents.AWSAPICallViaCloudTrail.TlsDetails.Builder builder()
      Returns:
      a BucketEvents.AWSAPICallViaCloudTrail.TlsDetails.Builder of BucketEvents.AWSAPICallViaCloudTrail.TlsDetails