get Configuration Profiles
suspend fun getConfigurationProfiles(argument: GetConfigurationProfilesPlainArgs): GetConfigurationProfilesResult
Provides access to all Configuration Properties for an AppConfig Application. This will allow you to pass Configuration Profile IDs to another resource.
Example Usage
Basic Usage
No Java example available.
Return
A collection of values returned by getConfigurationProfiles.
Parameters
argument
A collection of arguments for invoking getConfigurationProfiles.
Return
A collection of values returned by getConfigurationProfiles.
Parameters
application Id
ID of the AppConfig Application.
See also
suspend fun getConfigurationProfiles(argument: suspend GetConfigurationProfilesPlainArgsBuilder.() -> Unit): GetConfigurationProfilesResult
Return
A collection of values returned by getConfigurationProfiles.
Parameters
argument
Builder for com.pulumi.aws.appconfig.kotlin.inputs.GetConfigurationProfilesPlainArgs.