Enum S3DataDistributionType

java.lang.Object
java.lang.Enum<S3DataDistributionType>
software.amazon.awscdk.services.stepfunctions.tasks.S3DataDistributionType
All Implemented Interfaces:
Serializable, Comparable<S3DataDistributionType>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-04-10T22:22:36.183Z") @Stability(Stable) public enum S3DataDistributionType extends Enum<S3DataDistributionType>
S3 Data Distribution Type.
  • Enum Constant Details

    • FULLY_REPLICATED

      @Stability(Stable) public static final S3DataDistributionType FULLY_REPLICATED
      Fully replicated S3 Data Distribution Type.
    • SHARDED_BY_S3_KEY

      @Stability(Stable) public static final S3DataDistributionType SHARDED_BY_S3_KEY
      Sharded By S3 Key Data Distribution Type.
  • Method Details

    • values

      public static S3DataDistributionType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static S3DataDistributionType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null