AppconfigFunctions

Functions

Link copied to clipboard

Provides access to an AppConfig Configuration Profile.

suspend fun getConfigurationProfile(applicationId: String, configurationProfileId: String, tags: Map<String, String>? = null): GetConfigurationProfileResult
Link copied to clipboard

Provides access to all Configuration Properties for an AppConfig Application. This will allow you to pass Configuration Profile IDs to another resource.

Link copied to clipboard

Provides access to an AppConfig Environment.

suspend fun getEnvironment(applicationId: String, environmentId: String, tags: Map<String, String>? = null): GetEnvironmentResult
Link copied to clipboard

Provides access to all Environments for an AppConfig Application. This will allow you to pass Environment IDs to another resource.

suspend fun getEnvironments(applicationId: String): GetEnvironmentsResult