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. {{% examples %}}
Example Usage
{{% /examples %}}
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.
See also
Parameters
application Id
ID of the AppConfig Application.
suspend fun getConfigurationProfiles(argument: suspend GetConfigurationProfilesPlainArgsBuilder.() -> Unit): GetConfigurationProfilesResult
Return
A collection of values returned by getConfigurationProfiles.
See also
Parameters
argument
Builder for com.pulumi.aws.appconfig.kotlin.inputs.GetConfigurationProfilesPlainArgs.