Data Source: oci_jms_fleet_advanced_feature_configuration
This data source provides details about a specific Fleet Advanced Feature Configuration resource in Oracle Cloud Infrastructure Jms service.
Returns Fleet level advanced feature configuration.
Example Usage
data "oci_jms_fleet_advanced_feature_configuration" "test_fleet_advanced_feature_configuration" {
#Required
fleet_id = oci_jms_fleet.test_fleet.id
}
Argument Reference
The following arguments are supported:
fleet_id- (Required) The OCID of the Fleet.
Attributes Reference
The following attributes are exported:
advanced_usage_tracking- AdvancedUsageTracking configurationis_enabled- AdvancedUsageTracking flag to store enabled or disabled status.
analytic_bucket_name- Bucket name required to store JFR and related data.analytic_namespace- Namespace for the Fleet advanced feature.crypto_event_analysis- CryptoEventAnalysis configurationjava_migration_analysis- JavaMigrationAnalysis configurationis_enabled- JavaMigrationAnalysis flag to store enabled or disabled status.
jfr_recording- JfrRecording configurationis_enabled- JfrRecording flag to store enabled or disabled status.
lcm- Enable lifecycle management and set post action configurations.is_enabled- Lifecycle management flag to store enabled or disabled status.post_installation_actions- List of available post actions you can execute after the successful Java installation.add_logging_handler- Sets FileHandler and ConsoleHandler as handlers in logging.properties file.disabled_tls_versions- The following post JRE installation actions are supported by the field:- Disable TLS 1.0 , TLS 1.1
global_logging_level- Sets the logging level in logging.properties file.minimum_key_size_settings- testcertpath- Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions:- Changing minimum key length for RSA signed jars
- Changing minimum key length for EC
- Changing minimum key length for DSA
key_size- Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSAname- The algorithm name.
jar- Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions:- Changing minimum key length for RSA signed jars
- Changing minimum key length for EC
- Changing minimum key length for DSA
key_size- Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSAname- The algorithm name.
tls- Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions:- Changing minimum key length for Diffie-Hellman
key_size- Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSAname- The algorithm name.
proxies- List of proxy properties to be configured in net.properties file.ftp_proxy_host- Ftp host to be set in net.properties file.ftp_proxy_port- Ftp port number to be set in net.properties file.http_proxy_host- Http host to be set in net.properties file.http_proxy_port- Http port number to be set in net.properties file.https_proxy_host- Https host to be set in net.properties file.https_proxy_port- Https port number to be set in net.properties file.socks_proxy_host- Socks host to be set in net.properties file.socks_proxy_port- Socks port number to be set in net.properties file.use_system_proxies- Sets “java.net.useSystemProxies=true” in net.properties when they exist.
should_replace_certificates_operating_system- Restores JDK root certificates with the certificates that are available in the operating system. The following action is supported by the field:- Replace JDK root certificates with a list provided by the operating system.
performance_tuning_analysis- Performance tuning analysis configurationis_enabled- PerformanceTuningAnalysis flag to store enabled or disabled status
time_last_modified- The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).