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.
data "oci_jms_fleet_advanced_feature_configuration" "test_fleet_advanced_feature_configuration" {
#Required
fleet_id = oci_jms_fleet.test_fleet.id
}
The following arguments are supported:
fleet_id
- (Required) The OCID of the Fleet.The following attributes are exported:
advanced_usage_tracking
- AdvancedUsageTracking configuration
is_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 configuration
java_migration_analysis
- JavaMigrationAnalysis configuration
is_enabled
- JavaMigrationAnalysis flag to store enabled or disabled status.jfr_recording
- JfrRecording configuration
is_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:
global_logging_level
- Sets the logging level in logging.properties file. minimum_key_size_settings
- test
certpath
- Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions:
key_size
- Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA name
- 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:
key_size
- Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA name
- 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:
key_size
- Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA name
- 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:
performance_tuning_analysis
- Performance tuning analysis configuration
is_enabled
- PerformanceTuningAnalysis flag to store enabled or disabled statustime_last_modified
- The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).