Interface AWSAPICallViaCloudTrail.WebIdFederationData

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

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

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.iotanalytics.events.*;
 WebIdFederationData webIdFederationData = WebIdFederationData.builder()
         .attributes(Map.of(
                 "attributesKey", "attributes"))
         .federatedProvider(List.of("federatedProvider"))
         .build();
 
  • Method Details

    • getAttributes

      @Stability(Experimental) @Nullable default Map<String,String> getAttributes()
      (experimental) attributes property.

      Specify an array of string values to match this event if the actual value of attributes 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

    • getFederatedProvider

      @Stability(Experimental) @Nullable default List<String> getFederatedProvider()
      (experimental) federatedProvider property.

      Specify an array of string values to match this event if the actual value of federatedProvider 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 AWSAPICallViaCloudTrail.WebIdFederationData.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.WebIdFederationData.Builder of AWSAPICallViaCloudTrail.WebIdFederationData