Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

278
Vistas
How to get clientid from aws app config service

I have created application and configuration profile with s3 bucket in AWS app config service . While trying to fetch configuration data from s3 through app config below parameters required pass but clientid didn't see any where in app config deployment process and its mandatory field.

    GetConfigurationRequest request = new GetConfigurationRequest();

    request.setApplication("TEST");
    request.setEnvironment("test-env");
    request.setConfiguration("test-s3");
    request.setClientId(""); // mandatory field
    request.setClientConfigurationVersion("2");

    GetConfigurationResult result = appConfig.getConfiguration(request);

Please help to get clientid and how to configure appconfig service in aws.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

From AWS Documentations:

The client-id parameter in the following command is a unique, user-specified ID to identify the client for the configuration.

A unique application instance identifier called a client ID.

You can give any unique client-id in the request by which you can identify the source of the request. This id also enables AWS AppConfig to deploy the configuration in intervals, as defined in the deployment strategy.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda