Table of Contents

EnvironmentVariableParameterProvider

Description

Fetches parameters from environment variables.

This provider generates a single Parameter Context with the name specified in the Parameter Group Name property, if it doesn't exist yet. The parameters generated match the name of the environment variables that are included.

Properties

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

NameDefault ValueAllowable ValuesDescription
Sensitive Parameter Scopenonenone
all
selected
Define which parameters are considered sensitive. If ‘selected’ is chosen, the ‘Sensitive Parameter List’ property must be set.
Sensitive Parameter ListList of sensitive parameters, if ‘Sensitive Parameter Scope’ is set to ‘selected’.
Environment Variable Inclusion StrategyInclude AllInclude All
Comma-Separated
Regular Expression
Indicates how Environment Variables should be included
Include Environment VariablesSpecifies comma separated environment variable names or regular expression (depending on the Environment Variable Inclusion Strategy) that should be used to fetch environment variables.
Parameter Group NameThe name of the parameter group that will be fetched. This indicates the name of the Parameter Context that may receive the fetched parameters.