All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.index.inputs.GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKeyArgs.scala Maven / Gradle / Ivy

The newest version!
package besom.api.akamai.inputs

final case class GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKeyArgs private(
  authKeyName: besom.types.Output[String],
  expiryDate: besom.types.Output[String],
  headerName: besom.types.Output[String],
  secret: besom.types.Output[String]
)

object GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKeyArgs:
  def apply(
    authKeyName: besom.types.Input[String],
    expiryDate: besom.types.Input[String],
    headerName: besom.types.Input[String],
    secret: besom.types.Input[String]
  )(using besom.types.Context): GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKeyArgs =
    new GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKeyArgs(
      authKeyName = authKeyName.asOutput(isSecret = false),
      expiryDate = expiryDate.asOutput(isSecret = false),
      headerName = headerName.asOutput(isSecret = false),
      secret = secret.asOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKeyArgs] =
    besom.internal.Encoder.derived[GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKeyArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKeyArgs] =
    besom.internal.ArgsEncoder.derived[GetCloudwrapperConfigurationsConfigurationMultiCdnSettingsCdnCdnAuthKeyArgs]






© 2015 - 2024 Weber Informatics LLC | Privacy Policy